Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/
Dfp_test.h35 static inline double fromRep64(uint64_t x) in fromRep64() function
227 return fromRep64(0x7ff8000000000000UL); in makeQNaN64()
249 return fromRep64(0x7ff0000000000000UL | (rand & 0xfffffffffffffUL)); in makeNaN64()
271 return fromRep64(0x7ff0000000000000UL); in makeInf64()
Dtrunctfdf2_test.c31 "expected %lf\n", a, x, fromRep64(expected)); in test__trunctfdf2()