HomeSort by relevance Sort by last modified time
    Searched refs:fromRep64 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/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);
trunctfdf2_test.c 31 "expected %lf\n", a, x, fromRep64(expected));

Completed in 41 milliseconds