Searched refs:fromRep64 (Results 1 – 3 of 3) sorted by relevance
34 static inline double fromRep64(uint64_t x) in fromRep64() function232 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()
21 "expected %lf\n", a, x, fromRep64(expected)); in test__trunctfdf2()
20 fromRep64(expected)); in test__divdf3()