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 22 static inline float fromRep32(uint32_t x)
182 return fromRep32(0x7fc00000U);
197 return fromRep32(0x7f800000U | (rand & 0x7fffffU));
212 return fromRep32(0x7f800000U);
trunctfsf2_test.c 29 "expected %f\n", a, x, fromRep32(expected));

Completed in 64 milliseconds