Home
last modified time | relevance | path

Searched refs:fromRep16 (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dfp_test.h23 static inline uint16_t fromRep16(uint16_t x) in fromRep16() function
217 return fromRep16(0x7e00U); in makeQNaN16()
239 return fromRep16(0x7c00U | (rand & 0x7fffU)); in makeNaN16()
261 return fromRep16(0x7c00U); in makeInf16()
Dtruncsfhf2_test.c27 "expected %#.4x\n", a, x, fromRep16(expected)); in test__truncsfhf2()
Dtruncdfhf2_test.c27 "expected %#.4x\n", a, x, fromRep16(expected)); in test__truncdfhf2()