Searched refs:fromRep16 (Results 1 – 3 of 3) sorted by relevance
23 static inline uint16_t fromRep16(uint16_t x) in fromRep16() function211 return fromRep16(0x7e00U); in makeQNaN16()231 return fromRep16(0x7c00U | (rand & 0x7fffU)); in makeNaN16()251 return fromRep16(0x7c00U); in makeInf16()
27 "expected %#.4x\n", a, x, fromRep16(expected)); in test__truncsfhf2()
27 "expected %#.4x\n", a, x, fromRep16(expected)); in test__truncdfhf2()