Searched refs:fromRep32 (Results 1 – 4 of 4) 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()