Searched refs:fromRep32 (Results 1 – 6 of 6) sorted by relevance
27 static inline float fromRep32(uint32_t x) in fromRep32() function227 return fromRep32(0x7fc00000U); in makeQNaN32()249 return fromRep32(0x7f800000U | (rand & 0x7fffffU)); in makeNaN32()271 return fromRep32(0x7f800000U); in makeInf32()276 return fromRep32(0xff800000U); in makeNegativeInf32()
20 "expected %f\n", a, x, fromRep32(expected)); in test__trunctfsf2()
17 "expected %f\n", toRep16(a), x, fromRep32(expected)); in test__extendhfsf2()
20 fromRep32(expected)); in test__divsf3()
28 static inline float fromRep32(uint32_t x) in fromRep32() function222 return fromRep32(0x7fc00000U); in makeQNaN32()244 return fromRep32(0x7f800000U | (rand & 0x7fffffU)); in makeNaN32()266 return fromRep32(0x7f800000U); in makeInf32()
30 "expected %f\n", a, x, fromRep32(expected)); in test__trunctfsf2()