Home
last modified time | relevance | path

Searched refs:expectedLo (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dfloatunsitf_test.c23 int test__floatunsitf(unsigned int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
30 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
Dfloatsitf_test.c23 int test__floatsitf(int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
31 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
Dsubtf3_test.c24 uint64_t expectedHi, uint64_t expectedLo) in test__subtf3() argument
27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__subtf3()
32 fromRep128(expectedHi, expectedLo)); in test__subtf3()
Dfloatunditf_test.c27 int test__floatunditf(unsigned long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunditf() argument
30 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunditf()
34 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunditf()
Daddtf3_test.c25 uint64_t expectedHi, uint64_t expectedLo) in test__addtf3() argument
28 int ret = compareResultLD(x, expectedHi, expectedLo); in test__addtf3()
33 fromRep128(expectedHi, expectedLo)); in test__addtf3()
Dextendsftf2_test.c23 int test__extendsftf2(float a, uint64_t expectedHi, uint64_t expectedLo) in test__extendsftf2() argument
26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extendsftf2()
31 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extendsftf2()
Dfloatditf_test.c27 int test__floatditf(long long a, uint64_t expectedHi, uint64_t expectedLo) in test__floatditf() argument
30 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatditf()
34 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatditf()
Dextenddftf2_test.c23 int test__extenddftf2(double a, uint64_t expectedHi, uint64_t expectedLo) in test__extenddftf2() argument
26 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extenddftf2()
30 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extenddftf2()
Ddivtf3_test.c25 uint64_t expectedHi, uint64_t expectedLo) in test__divtf3() argument
28 int ret = compareResultLD(x, expectedHi, expectedLo); in test__divtf3()
33 fromRep128(expectedHi, expectedLo)); in test__divtf3()
Dmultf3_test.c24 uint64_t expectedHi, uint64_t expectedLo) in test__multf3() argument
27 int ret = compareResultLD(x, expectedHi, expectedLo); in test__multf3()
32 fromRep128(expectedHi, expectedLo)); in test__multf3()
Dfp_test.h140 uint64_t expectedLo) in compareResultLD() argument
146 if (hi == expectedHi && lo == expectedLo){ in compareResultLD()
150 else if (expectedHi == 0x7fff800000000000UL && expectedLo == 0x0UL){ in compareResultLD()