Home
last modified time | relevance | path

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

/arch/arm/nwfpe/
DARM-gcc.h42 typedef unsigned short int bits16; typedef
Dsoftfloat.c242 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()
Dsoftfloat-specialize334 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
Dsoftfloat-macros605 static const bits16 sqrtOddAdjustments[] = {
609 static const bits16 sqrtEvenAdjustments[] = {
/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c57 typedef unsigned short int bits16; typedef
373 if (0xFD <= (bits16) zExp) { in roundAndPackFloat32()
424 if (0x7FD <= (bits16) zExp) { in roundAndPackFloat64()