Searched refs:bits16 (Results 1 – 13 of 13) sorted by relevance
50 typedef unsigned short int bits16; typedef
54 typedef unsigned short int bits16; typedef
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[] = {
223 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()431 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
326 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()496 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()616 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()4120 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()4150 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()4184 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()4216 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()4249 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()4286 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
598 static const bits16 sqrtOddAdjustments[] = {602 static const bits16 sqrtEvenAdjustments[] = {
383 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
1013 bits16 high;1331 bits16 high;