Searched refs:fromRep64 (Results 1 – 2 of 2) sorted by relevance
29 static inline double fromRep64(uint64_t x) in fromRep64() function187 return fromRep64(0x7ff8000000000000UL); in makeQNaN64()202 return fromRep64(0x7ff0000000000000UL | (rand & 0xfffffffffffffUL)); in makeNaN64()217 return fromRep64(0x7ff0000000000000UL); in makeInf64()
30 "expected %lf\n", a, x, fromRep64(expected)); in test__trunctfdf2()