| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | floatunsitf_test.c | 13 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 D | floatsitf_test.c | 13 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 D | extendsftf2_test.c | 13 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 D | extenddftf2_test.c | 13 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 D | floatunditf_test.c | 17 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 D | multf3_test.c | 15 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 D | floatditf_test.c | 17 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 D | subtf3_test.c | 16 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 D | addtf3_test.c | 16 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 D | extendhftf2_test.c | 13 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 D | divtf3_test.c | 15 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 D | fp_test.h | 144 uint64_t expectedHi, in compareResultLD() argument 151 if (hi == expectedHi && lo == expectedLo){ in compareResultLD() 155 else if (expectedHi == 0x7fff800000000000UL && expectedLo == 0x0UL){ in compareResultLD()
|