Searched refs:Equal (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
H A D | broadcast_subscribe_func_test.c | 41 static BOOL Equal(const Consumer *current, const Consumer *other)
in Equal() function 189 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
216 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
241 Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
268 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
297 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal [all...] |
H A D | broadcast_publish_func_test.c | 42 static BOOL Equal(const Consumer *current, const Consumer *other)
in Equal() function 141 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
142 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
172 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
173 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
204 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal [all...] |
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | BroadcastPublishTest.cpp | 39 static BOOL Equal(const Consumer *current, const Consumer *other) in Equal() function 144 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal}; in HWTEST_F() 145 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal}; in HWTEST_F() 175 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal}; in HWTEST_F() 176 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal}; in HWTEST_F() 207 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal in HWTEST_F() [all...] |
H A D | BroadcastSubscribeTest.cpp | 38 static BOOL Equal(const Consumer *current, const Consumer *other) in Equal() function 189 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal}; in HWTEST_F() 216 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal}; in HWTEST_F() 245 Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal}; in HWTEST_F() 272 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal}; in HWTEST_F() 300 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal in HWTEST_F() [all...] |
/test/xts/acts/kernel_lite/math_posix/src/ |
H A D | ComplexTest.c | 44 if (!Equal(d, expected[i])) {
in TestCabs() 112 if ((!Equal(creal(expected[i]), creal(resultval[i]))) && (!Equall(cimag(expected[i]), cimag(resultval[i])))) {
in TestCacos() 166 if ((!Equal(creal(expected[i]), creal(resultval[i]))) && (!Equall(cimag(expected[i]), cimag(resultval[i])))) {
in TestCacosh() 267 if (!Equal(resultval, expected[i])) {
in TestCarg() 335 if ((!Equal(creal(expected[i]), creal(resultval[i]))) && (!Equalf(cimag(expected[i]), cimag(resultval[i])))) {
in TestCasin() 389 if ((!Equal(creal(expected[i]), creal(resultval[i]))) && (!Equalf(cimag(expected[i]), cimag(resultval[i])))) {
in TestCasinh() 497 if ((!Equal(creal(expected[i]), creal(resultval[i]))) && (!Equalf(cimag(expected[i]), cimag(resultval[i])))) {
in TestCatan() 550 if ((!Equal(creal(expected[i]), creal(resultval[i]))) && (!Equalf(cimag(expected[i]), cimag(resultval[i])))) {
in TestCatanh() 658 if ((!Equal(creal(expected[i]), creal(resultval[i]))) && (!Equalf(cimag(expected[i]), cimag(resultval[i])))) {
in TestCcos() 712 if ((!Equal(crea in TestCcosh() [all...] |
H A D | MathUtils.h | 30 static inline int Equal(double a, double b)
in Equal() function
|
Completed in 5 milliseconds