Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/arch/mips/softfloat/
Dmips-gcc.h54 typedef unsigned short int bits16; typedef
/netbsd/src/lib/libc/arch/sh3/softfloat/
Dsh3-gcc.h56 typedef unsigned short int bits16; typedef
/netbsd/src/lib/libc/arch/powerpc/softfloat/
Dpowerpc-gcc.h56 typedef unsigned short int bits16; typedef
/netbsd/src/lib/libc/arch/m68k/softfloat/
Dm68k-gcc.h56 typedef unsigned short int bits16; typedef
/netbsd/src/lib/libc/arch/aarch64/softfloat/
Daarch64-gcc.h56 typedef unsigned short int bits16; typedef
/netbsd/src/lib/libc/arch/sparc64/softfloat/
Dsparc64-gcc.h56 typedef unsigned short int bits16; typedef
/netbsd/src/regress/lib/libc/ieeefp/testfloat/include/
Dmilieu.h116 typedef uint16_t bits16; typedef
Dsoftfloat-specialize374 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
/netbsd/src/sys/lib/libkern/
Dmilieu.h112 typedef uint16_t bits16; typedef
Dsoftfloat-macros.h575 static const bits16 sqrtOddAdjustments[] = { in estimateSqrt32()
579 static const bits16 sqrtEvenAdjustments[] = { in estimateSqrt32()
Dsoftfloat-specialize.h305 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF; in commonNaNToFloatx80()
Dsoftfloat.c345 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
506 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
618 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()
4020 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()
4049 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()
4082 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()
4113 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()
4145 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()
4181 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
/netbsd/src/lib/libc/arch/arm/softfloat/
Darm-gcc.h54 typedef unsigned short int bits16; typedef
/netbsd/src/regress/lib/libc/ieeefp/testfloat/
DwriteHex.c99 static void writeHex_bits16( bits16 a, FILE *stream ) in writeHex_bits16()
/netbsd/src/lib/libc/softfloat/templates/
Dsoftfloat.h53 !!!bits16 high;
Dsoftfloat-specialize327 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
/netbsd/src/lib/libc/softfloat/bits32/
Dsoftfloat-macros389 bits16 aHigh, aLow, bHigh, bLow;
523 static const bits16 sqrtOddAdjustments[] = {
527 static const bits16 sqrtEvenAdjustments[] = {
Dsoftfloat.c234 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
442 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
/netbsd/src/lib/libc/softfloat/bits64/
Dsoftfloat.c337 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
507 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
627 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()
4127 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()
4157 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()
4191 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()
4223 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()
4256 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()
4293 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
Dsoftfloat-macros598 static const bits16 sqrtOddAdjustments[] = {
602 static const bits16 sqrtEvenAdjustments[] = {
/netbsd/src/lib/libc/softfloat/
Dsoftfloat-specialize467 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
Dtimesoftfloat.c1018 bits16 high;
1336 bits16 high;