| /netbsd/src/lib/libc/arch/mips/softfloat/ |
| D | mips-gcc.h | 54 typedef unsigned short int bits16; typedef
|
| /netbsd/src/lib/libc/arch/sh3/softfloat/ |
| D | sh3-gcc.h | 56 typedef unsigned short int bits16; typedef
|
| /netbsd/src/lib/libc/arch/powerpc/softfloat/ |
| D | powerpc-gcc.h | 56 typedef unsigned short int bits16; typedef
|
| /netbsd/src/lib/libc/arch/m68k/softfloat/ |
| D | m68k-gcc.h | 56 typedef unsigned short int bits16; typedef
|
| /netbsd/src/lib/libc/arch/aarch64/softfloat/ |
| D | aarch64-gcc.h | 56 typedef unsigned short int bits16; typedef
|
| /netbsd/src/lib/libc/arch/sparc64/softfloat/ |
| D | sparc64-gcc.h | 56 typedef unsigned short int bits16; typedef
|
| /netbsd/src/regress/lib/libc/ieeefp/testfloat/include/ |
| D | milieu.h | 116 typedef uint16_t bits16; typedef
|
| D | softfloat-specialize | 374 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
|
| /netbsd/src/sys/lib/libkern/ |
| D | milieu.h | 112 typedef uint16_t bits16; typedef
|
| D | softfloat-macros.h | 575 static const bits16 sqrtOddAdjustments[] = { in estimateSqrt32() 579 static const bits16 sqrtEvenAdjustments[] = { in estimateSqrt32()
|
| D | softfloat-specialize.h | 305 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF; in commonNaNToFloatx80()
|
| D | softfloat.c | 345 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/ |
| D | arm-gcc.h | 54 typedef unsigned short int bits16; typedef
|
| /netbsd/src/regress/lib/libc/ieeefp/testfloat/ |
| D | writeHex.c | 99 static void writeHex_bits16( bits16 a, FILE *stream ) in writeHex_bits16()
|
| /netbsd/src/lib/libc/softfloat/templates/ |
| D | softfloat.h | 53 !!!bits16 high;
|
| D | softfloat-specialize | 327 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
|
| /netbsd/src/lib/libc/softfloat/bits32/ |
| D | softfloat-macros | 389 bits16 aHigh, aLow, bHigh, bLow; 523 static const bits16 sqrtOddAdjustments[] = { 527 static const bits16 sqrtEvenAdjustments[] = {
|
| D | softfloat.c | 234 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32() 442 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
|
| /netbsd/src/lib/libc/softfloat/bits64/ |
| D | softfloat.c | 337 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()
|
| D | softfloat-macros | 598 static const bits16 sqrtOddAdjustments[] = { 602 static const bits16 sqrtEvenAdjustments[] = {
|
| /netbsd/src/lib/libc/softfloat/ |
| D | softfloat-specialize | 467 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
|
| D | timesoftfloat.c | 1018 bits16 high; 1336 bits16 high;
|