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

/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Daarch64-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h60 typedef signed long long int sbits64; typedef
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dor1k-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h62 typedef signed long long int sbits64; typedef
/netbsd-current/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h60 typedef signed long long int sbits64; typedef
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h122 typedef int64_t sbits64; typedef
/netbsd-current/sys/lib/libkern/
H A Dmilieu.h118 typedef int64_t sbits64; typedef
H A Dsoftfloat.c163 increment = ( (sbits64) absZ1 < 0 );
188 zSign ? (sbits64) LIT64( 0x8000000000000000 )
205 increment = ( (sbits64) absZ1 < 0 );
509 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) )
703 if ( (sbits64) zSig0 < 0 ) zExp = 1;
726 increment = ( (sbits64) zSig1 < 0 );
769 increment = ( (sbits64) zSig1 < 0 );
783 if ( (sbits64) zSig0 < 0 ) zExp = 1;
981 increment = ( (sbits64) zSig2 < 0 );
1038 increment = ( (sbits64) zSig
[all...]
H A Dsoftfloat-macros.h551 while ( ( (sbits64) rem0 ) < 0 ) {
/netbsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c181 increment = ( (sbits64) absZ1 < 0 );
206 zSign ? (sbits64) LIT64( 0x8000000000000000 )
510 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) )
713 if ( (sbits64) zSig0 < 0 ) zExp = 1;
736 increment = ( (sbits64) zSig1 < 0 );
779 increment = ( (sbits64) zSig1 < 0 );
793 if ( (sbits64) zSig0 < 0 ) zExp = 1;
999 increment = ( (sbits64) zSig2 < 0 );
1056 increment = ( (sbits64) zSig2 < 0 );
1303 if ( a == (sbits64) LIT6
[all...]
/netbsd-current/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 237 milliseconds