HomeSort by relevance Sort by last modified time
    Searched refs:fromRep16 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/builtins/Unit/
fp_test.h 23 static inline uint16_t fromRep16(uint16_t x)
240 return fromRep16(0x7e00U);
262 return fromRep16(0x7c00U | (rand & 0x7fffU));
267 return fromRep16(0x7c00U | (rand & 0x7fffU));
289 return fromRep16(0x7c00U);
294 return fromRep16(0x7c00U);
truncdfhf2_test.c 27 "expected %#.4x\n", a, x, fromRep16(expected));
truncsfhf2_test.c 27 "expected %#.4x\n", a, x, fromRep16(expected));

Completed in 43 milliseconds