Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfp_test.h42 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 Dfloatunsitf_test.c20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunsitf()
H A Dfloatsitf_test.c21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatsitf()
H A Dextendsftf2_test.c21 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extendsftf2()
H A Dextenddftf2_test.c20 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__extenddftf2()
H A Dfloatunditf_test.c24 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatunditf()
H A Dmultf3_test.c23 fromRep128(expectedHi, expectedLo)); in test__multf3()
H A Dfloatditf_test.c24 "expected %.20Lf\n", a, x, fromRep128(expectedHi, expectedLo)); in test__floatditf()
H A Dsubtf3_test.c24 fromRep128(expectedHi, expectedLo)); in test__subtf3()
H A Daddtf3_test.c24 fromRep128(expectedHi, expectedLo)); in test__addtf3()
H A Dextendhftf2_test.c21 fromRep128(expectedHi, expectedLo)); in test__extendhftf2()
H A Ddivtf3_test.c23 fromRep128(expectedHi, expectedLo)); in test__divtf3()