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