Searched refs:bits16 (Results 1 – 5 of 5) sorted by relevance
42 typedef unsigned short int bits16; typedef
242 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()413 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()533 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()3265 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()3295 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()3329 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()3361 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()3391 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()3425 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
334 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
605 static const bits16 sqrtOddAdjustments[] = {609 static const bits16 sqrtEvenAdjustments[] = {
57 typedef unsigned short int bits16; typedef373 if (0xFD <= (bits16) zExp) { in roundAndPackFloat32()424 if (0x7FD <= (bits16) zExp) { in roundAndPackFloat64()