Searched defs:fromRep128 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dfp_test.h43 static inline long double fromRep128(uint64_t hi, uint64_t lo) function
233 return fromRep128(0x7fff800000000000UL, 0x0UL);
255 return fromRep128(0x7fff000000000000UL | (rand & 0xffffffffffffUL), 0x0UL);
277 return fromRep128(0x7fff000000000000UL, 0x0UL);

Completed in 357 milliseconds