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

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

Completed in 264 milliseconds