Home
last modified time | relevance | path

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

/freebsd/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h50 typedef unsigned short int bits16; typedef
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h50 typedef unsigned short int bits16; typedef
/freebsd/lib/libc/riscv/softfloat/
H A Driscv-gcc.h50 typedef unsigned short int bits16; typedef
/freebsd/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h54 typedef unsigned short int bits16; typedef
/freebsd/lib/libc/arm/softfloat/
H A Darm-gcc.h54 typedef unsigned short int bits16; typedef
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h53 !!!bits16 high;
H A Dsoftfloat-specialize327 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros389 bits16 aHigh, aLow, bHigh, bLow;
523 static const bits16 sqrtOddAdjustments[] = {
527 static const bits16 sqrtEvenAdjustments[] = {
H A Dsoftfloat.c223 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
431 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c326 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()
H A Dsoftfloat-macros598 static const bits16 sqrtOddAdjustments[] = {
602 static const bits16 sqrtEvenAdjustments[] = {
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-specialize383 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
H A Dtimesoftfloat.c1013 bits16 high;
1331 bits16 high;