Searched defs:testResult2 (Results 1 – 3 of 3) sorted by relevance
| /third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
| D | math_modf_test.cpp | 27 bool testResult2 = DoubleUlpCmp(g_modfData[i].expected2, di, 1); variable 57 bool testResult2 = FloatUlpCmp(g_modffData[i].expected2, di, 1); variable
|
| D | math_sincos_test.cpp | 28 bool testResult2 = DoubleUlpCmp(g_sincosData[i].expected2, c, 1); variable 59 bool testResult2 = FloatUlpCmp(g_sincosfData[i].expected2, c, 1); variable
|
| D | math_remquo_test.cpp | 93 bool testResult2 = FloatUlpCmp(g_remquofData[i].expected2, q, 1); variable
|