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

/external/compiler-rt/test/builtins/Unit/
H A Dfp_test.h22 static inline float fromRep32(uint32_t x) function
182 return fromRep32(0x7fc00000U);
197 return fromRep32(0x7f800000U | (rand & 0x7fffffU));
212 return fromRep32(0x7f800000U);

Completed in 262 milliseconds