Searched refs:bits16 (Results 1 – 14 of 14) sorted by relevance
64 typedef unsigned short int bits16; typedef
68 typedef unsigned short int bits16; typedef
388 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
53 !!!bits16 high;
327 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
389 bits16 aHigh, aLow, bHigh, bLow;523 static const bits16 sqrtOddAdjustments[] = {527 static const bits16 sqrtEvenAdjustments[] = {
233 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()441 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
234 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()442 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
337 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()507 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()627 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()4127 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()4157 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()4191 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()4223 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()4256 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()4293 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
598 static const bits16 sqrtOddAdjustments[] = {602 static const bits16 sqrtEvenAdjustments[] = {
392 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
1018 bits16 high;1336 bits16 high;