Home
last modified time | relevance | path

Searched refs:bits16 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/arm/nwfpe/
DARM-gcc.h41 typedef unsigned short int bits16; typedef
Dsoftfloat.c250 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()
Dsoftfloat-specialize334 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
Dsoftfloat-macros594 static const bits16 sqrtOddAdjustments[] = {
598 static const bits16 sqrtEvenAdjustments[] = {