Searched refs:bits16 (Results 1 – 4 of 4) sorted by relevance
41 typedef unsigned short int bits16; typedef
250 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()421 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()541 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()3267 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()3297 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()3331 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()3363 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()3396 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()3433 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
334 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
594 static const bits16 sqrtOddAdjustments[] = {598 static const bits16 sqrtEvenAdjustments[] = {