Home
last modified time | relevance | path

Searched defs:testResult2 (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_modf_test.cpp27 bool testResult2 = DoubleUlpCmp(g_modfData[i].expected2, di, 1); variable
57 bool testResult2 = FloatUlpCmp(g_modffData[i].expected2, di, 1); variable
Dmath_sincos_test.cpp28 bool testResult2 = DoubleUlpCmp(g_sincosData[i].expected2, c, 1); variable
59 bool testResult2 = FloatUlpCmp(g_sincosfData[i].expected2, c, 1); variable
Dmath_remquo_test.cpp93 bool testResult2 = FloatUlpCmp(g_remquofData[i].expected2, q, 1); variable