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

  /external/compiler-rt/test/builtins/Unit/
fp_test.h 28 static inline float fromRep32(uint32_t x)
222 return fromRep32(0x7fc00000U);
244 return fromRep32(0x7f800000U | (rand & 0x7fffffU));
266 return fromRep32(0x7f800000U);
trunctfsf2_test.c 30 "expected %f\n", a, x, fromRep32(expected));

Completed in 71 milliseconds