Searched refs:sbits64 (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h60 typedef signed long long int sbits64; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h60 typedef signed long long int sbits64; typedef
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h122 typedef int64_t sbits64; typedef
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dmilieu.h121 typedef int64_t sbits64; typedef
H A Dsoftfloat.c182 increment = ( (sbits64) absZ1 < 0 );
207 zSign ? (sbits64) LIT64( 0x8000000000000000 )
511 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) )
714 if ( (sbits64) zSig0 < 0 ) zExp = 1;
737 increment = ( (sbits64) zSig1 < 0 );
780 increment = ( (sbits64) zSig1 < 0 );
794 if ( (sbits64) zSig0 < 0 ) zExp = 1;
1000 increment = ( (sbits64) zSig2 < 0 );
1057 increment = ( (sbits64) zSig2 < 0 );
1262 if ( a == (sbits64) LIT6
[all...]
H A Dsoftfloat-macros.h573 while ( ( (sbits64) rem0 ) < 0 ) {
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/bits64/
H A Dsoftfloat.c175 increment = ( (sbits64) absZ1 < 0 );
200 zSign ? (sbits64) LIT64( 0x8000000000000000 )
504 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) )
707 if ( (sbits64) zSig0 < 0 ) zExp = 1;
730 increment = ( (sbits64) zSig1 < 0 );
773 increment = ( (sbits64) zSig1 < 0 );
787 if ( (sbits64) zSig0 < 0 ) zExp = 1;
993 increment = ( (sbits64) zSig2 < 0 );
1050 increment = ( (sbits64) zSig2 < 0 );
1297 if ( a == (sbits64) LIT6
[all...]
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c1019 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
1473 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
1929 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
2383 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
H A DtestCases.c611 return (sbits64) z;
636 return (sbits64) z;
644 (sbits64) (
790 (sbits64) (

Completed in 197 milliseconds