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.h29 static inline double fromRep64(uint64_t x) in fromRep64() function
187 return fromRep64(0x7ff8000000000000UL); in makeQNaN64()
202 return fromRep64(0x7ff0000000000000UL | (rand & 0xfffffffffffffUL)); in makeNaN64()
217 return fromRep64(0x7ff0000000000000UL); in makeInf64()
Dtrunctfdf2_test.c30 "expected %lf\n", a, x, fromRep64(expected)); in test__trunctfdf2()