Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dfp_test.h139 uint64_t expectedHi, in compareResultLD() argument
146 if (hi == expectedHi && lo == expectedLo){ in compareResultLD()
150 else if (expectedHi == 0x7fff800000000000UL && expectedLo == 0x0UL){ in compareResultLD()