Home
last modified time | relevance | path

Searched refs:fromRep64 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfp_test.h34 static inline double fromRep64(uint64_t x) in fromRep64() function
232 return fromRep64(0x7ff8000000000000UL); in makeQNaN64()
254 return fromRep64(0x7ff0000000000000UL | (rand & 0xfffffffffffffUL)); in makeNaN64()
281 return fromRep64(0x7ff0000000000000UL); in makeInf64()
286 return fromRep64(0xfff0000000000000UL); in makeNegativeInf64()
H A Dtrunctfdf2_test.c21 "expected %lf\n", a, x, fromRep64(expected)); in test__trunctfdf2()
H A Ddivdf3_test.c20 fromRep64(expected)); in test__divdf3()