Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfloatunsitf_test.c13 int test__floatunsitf(su_int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunsitf()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c13 int test__floatsitf(si_int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatsitf() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatsitf()
21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
H A Dextendsftf2_test.c13 int test__extendsftf2(float a, uint64_t expectedHi, uint64_t expectedLo) in test__extendsftf2() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extendsftf2()
21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extendsftf2()
H A Dextenddftf2_test.c13 int test__extenddftf2(double a, uint64_t expectedHi, uint64_t expectedLo) in test__extenddftf2() argument
16 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extenddftf2()
20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extenddftf2()
H A Dfloatunditf_test.c17 int test__floatunditf(du_int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatunditf() argument
20 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatunditf()
24 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunditf()
H A Dmultf3_test.c15 uint64_t expectedHi, uint64_t expectedLo) in test__multf3() argument
18 int ret = compareResultLD(x, expectedHi, expectedLo); in test__multf3()
23 fromRep128(expectedHi, expectedLo)); in test__multf3()
H A Dfloatditf_test.c17 int test__floatditf(di_int a, uint64_t expectedHi, uint64_t expectedLo) in test__floatditf() argument
20 int ret = compareResultLD(x, expectedHi, expectedLo); in test__floatditf()
24 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatditf()
H A Dsubtf3_test.c16 uint64_t expectedHi, uint64_t expectedLo) in test__subtf3() argument
19 int ret = compareResultLD(x, expectedHi, expectedLo); in test__subtf3()
24 fromRep128(expectedHi, expectedLo)); in test__subtf3()
H A Daddtf3_test.c16 uint64_t expectedHi, uint64_t expectedLo) in test__addtf3() argument
19 int ret = compareResultLD(x, expectedHi, expectedLo); in test__addtf3()
24 fromRep128(expectedHi, expectedLo)); in test__addtf3()
H A Dextendhftf2_test.c13 int test__extendhftf2(TYPE_FP16 a, uint64_t expectedHi, uint64_t expectedLo) { in test__extendhftf2() argument
15 int ret = compareResultLD(x, expectedHi, expectedLo); in test__extendhftf2()
21 fromRep128(expectedHi, expectedLo)); in test__extendhftf2()
H A Ddivtf3_test.c15 uint64_t expectedHi, uint64_t expectedLo) in test__divtf3() argument
18 int ret = compareResultLD(x, expectedHi, expectedLo); in test__divtf3()
23 fromRep128(expectedHi, expectedLo)); in test__divtf3()
H A Dfp_test.h144 uint64_t expectedHi, in compareResultLD() argument
151 if (hi == expectedHi && lo == expectedLo){ in compareResultLD()
155 else if (expectedHi == 0x7fff800000000000UL && expectedLo == 0x0UL){ in compareResultLD()