HomeSort by: relevance | last modified time | path
    Searched defs:fromRep64 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fp_test.h 35 static inline double fromRep64(uint64_t x)
227 return fromRep64(0x7ff8000000000000UL);
249 return fromRep64(0x7ff0000000000000UL | (rand & 0xfffffffffffffUL));
271 return fromRep64(0x7ff0000000000000UL);
fp_test.h 35 static inline double fromRep64(uint64_t x)
227 return fromRep64(0x7ff8000000000000UL);
249 return fromRep64(0x7ff0000000000000UL | (rand & 0xfffffffffffffUL));
271 return fromRep64(0x7ff0000000000000UL);

Completed in 24 milliseconds