Searched refs:bits16 (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h48 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
54 typedef unsigned short int bits16; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h50 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
56 typedef unsigned short int bits16; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h48 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
54 typedef unsigned short int bits16; typedef
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h110 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
116 typedef uint16_t bits16; typedef
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dmilieu.h109 implementation of C, `bits16' and `sbits16' should be `typedef'ed to
115 typedef uint16_t bits16; typedef
H A Dsoftfloat-macros.h598 static const bits16 sqrtOddAdjustments[] = {
602 static const bits16 sqrtEvenAdjustments[] = {
H A Dsoftfloat-specialize.h327 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
H A Dsoftfloat.c338 if ( 0xFD <= (bits16) zExp ) {
508 if ( 0x7FD <= (bits16) zExp ) {
628 z.high = ( ( (bits16) zSign )<<15 ) + zExp;
4079 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4109 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4143 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4175 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4208 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4245 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A DwriteHex.c99 static void writeHex_bits16( bits16 a, FILE *stream )
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/templates/
H A Dsoftfloat.h53 !!!bits16 high;
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/bits64/
H A Dsoftfloat.c331 if ( 0xFD <= (bits16) zExp ) {
501 if ( 0x7FD <= (bits16) zExp ) {
621 z.high = ( ( (bits16) zSign )<<15 ) + zExp;
4121 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4151 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4185 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4217 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
4250 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
4287 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/bits32/
H A Dsoftfloat.c228 if ( 0xFD <= (bits16) zExp ) {
436 if ( 0x7FD <= (bits16) zExp ) {
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/
H A Dtimesoftfloat.c1018 bits16 high;
1336 bits16 high;

Completed in 137 milliseconds