Home
last modified time | relevance | path

Searched refs:fromRep32 (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dfp_test.h28 static inline float fromRep32(uint32_t x) in fromRep32() function
222 return fromRep32(0x7fc00000U); in makeQNaN32()
244 return fromRep32(0x7f800000U | (rand & 0x7fffffU)); in makeNaN32()
266 return fromRep32(0x7f800000U); in makeInf32()
Dtrunctfsf2_test.c30 "expected %f\n", a, x, fromRep32(expected)); in test__trunctfsf2()