Searched refs:fromRep128 (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | fp_test.h | 42 static inline long double fromRep128(uint64_t hi, uint64_t lo) in fromRep128() function 238 return fromRep128(0x7fff800000000000UL, 0x0UL); in makeQNaN128() 260 return fromRep128(0x7fff000000000000UL | (rand & 0xffffffffffffUL), 0x0UL); in makeNaN128() 292 return fromRep128(0x7fff000000000000UL, 0x0UL); in makeInf128() 297 return fromRep128(0xffff000000000000UL, 0x0UL); in makeNegativeInf128()
|
| H A D | floatunsitf_test.c | 20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
|
| H A D | floatsitf_test.c | 21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
|
| H A D | extendsftf2_test.c | 21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extendsftf2()
|
| H A D | extenddftf2_test.c | 20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extenddftf2()
|
| H A D | floatunditf_test.c | 24 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunditf()
|
| H A D | multf3_test.c | 23 fromRep128(expectedHi, expectedLo)); in test__multf3()
|
| H A D | floatditf_test.c | 24 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatditf()
|
| H A D | subtf3_test.c | 24 fromRep128(expectedHi, expectedLo)); in test__subtf3()
|
| H A D | addtf3_test.c | 24 fromRep128(expectedHi, expectedLo)); in test__addtf3()
|
| H A D | extendhftf2_test.c | 21 fromRep128(expectedHi, expectedLo)); in test__extendhftf2()
|
| H A D | divtf3_test.c | 23 fromRep128(expectedHi, expectedLo)); in test__divtf3()
|