Searched refs:sbits32 (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Daarch64-gcc.h59 typedef signed int sbits32; typedef
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h59 typedef signed int sbits32; typedef
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h57 typedef signed int sbits32; typedef
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dor1k-gcc.h59 typedef signed int sbits32; typedef
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h59 typedef signed int sbits32; typedef
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h59 typedef signed int sbits32; typedef
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h59 typedef signed int sbits32; typedef
/netbsd-current/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h57 typedef signed int sbits32; typedef
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h119 typedef int32_t sbits32; typedef
/netbsd-current/sys/lib/libkern/
H A Dmilieu.h115 typedef int32_t sbits32; typedef
H A Dsoftfloat.c136 return zSign ? (sbits32) 0x80000000 : 0x7FFFFFFF;
348 && ( (sbits32) ( zSig + roundIncrement ) < 0 ) )
1111 if ( a == (sbits32) 0x80000000 ) return packFloat32( 1, 0x9E, 0 );
1365 return (sbits32) 0x80000000;
1683 if ( (sbits32) zSig < 0 ) {
1861 if ( 0 <= (sbits32) ( zSig<<1 ) ) {
1946 sbits32 sigMean;
2021 } while ( 0 <= (sbits32) aSig );
2026 zSign = ( (sbits32) aSig < 0 );
2298 return aSign ? (sbits32)
[all...]
H A Dsoftfloat-macros.h596 if ( z <= a ) return (bits32) ( ( (sbits32) a )>>1 );
/netbsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c237 && ( (sbits32) ( zSig + roundIncrement ) < 0 ) )
428 increment = ( (sbits32) zSig2 < 0 );
469 increment = ( (sbits32) zSig2 < 0 );
542 if ( a == (sbits32) 0x80000000 ) return packFloat32( 1, 0x9E, 0 );
609 return (sbits32) 0x80000000;
627 if ( (sbits32) aSigExtra < 0 ) {
676 return (sbits32) 0x80000000;
850 if ( (sbits32) zSig < 0 ) {
1030 if ( 0 <= (sbits32) ( zSig0<<1 ) ) {
1097 while ( (sbits32) rem
[all...]
/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A DwriteHex.c141 fputc( ( ( (sbits32) a ) < 0 ) ? '8' : '0', stream );
H A DtestLoops.c962 || ( testZ == (sbits32) 0x80000000 ) )
1416 || ( testZ == (sbits32) 0x80000000 ) )
1872 || ( testZ == (sbits32) 0x80000000 ) )
2326 || ( testZ == (sbits32) 0x80000000 ) )
H A DtestCases.c215 return (sbits32) z;
240 return (sbits32) z;
248 (sbits32) (
330 (sbits32) (
/netbsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c153 return zSign ? (sbits32) 0x80000000 : 0x7FFFFFFF;
340 && ( (sbits32) ( zSig + roundIncrement ) < 0 ) )
1131 if ( a == (sbits32) 0x80000000 ) return packFloat32( 1, 0x9E, 0 );
1437 return (sbits32) 0x80000000;
1764 if ( (sbits32) zSig < 0 ) {
1946 if ( 0 <= (sbits32) ( zSig<<1 ) ) {
2033 sbits32 sigMean;
2108 } while ( 0 <= (sbits32) aSig );
2113 zSign = ( (sbits32) aSig < 0 );
2393 return aSign ? (sbits32)
[all...]

Completed in 1568 milliseconds