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

/freebsd-12-stable/tools/test/testfloat/sparc64/
H A Dsparc64.h73 typedef signed long int sbits64; typedef
/freebsd-12-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h61 typedef signed long long int sbits64; typedef
/freebsd-12-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h57 typedef signed long long int sbits64; typedef
/freebsd-12-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h57 typedef signed long long int sbits64; typedef
/freebsd-12-stable/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h57 typedef signed long long int sbits64; typedef
/freebsd-12-stable/lib/libc/riscv/softfloat/
H A Driscv-gcc.h57 typedef signed long long int sbits64; typedef
/freebsd-12-stable/lib/libc/arm/softfloat/
H A Darm-gcc.h61 typedef signed long long int sbits64; typedef
/freebsd-12-stable/lib/libc/softfloat/bits64/
H A Dsoftfloat.c173 increment = ( (sbits64) absZ1 < 0 );
198 zSign ? (sbits64) LIT64( 0x8000000000000000 )
502 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) )
705 if ( (sbits64) zSig0 < 0 ) zExp = 1;
728 increment = ( (sbits64) zSig1 < 0 );
771 increment = ( (sbits64) zSig1 < 0 );
785 if ( (sbits64) zSig0 < 0 ) zExp = 1;
991 increment = ( (sbits64) zSig2 < 0 );
1048 increment = ( (sbits64) zSig2 < 0 );
1299 if ( a == (sbits64) LIT6
[all...]
/freebsd-12-stable/tools/test/testfloat/
H A DtestLoops.c988 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
1442 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
1898 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
2352 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
H A DtestCases.c580 return (sbits64) z;
605 return (sbits64) z;
613 (sbits64) (
759 (sbits64) (
H A Dslowfloat-64.c365 ( ax.isInf & ax.sign ) ? (sbits64) LIT64( 0x8000000000000000 )
391 ax.sign ? (sbits64) LIT64( 0x8000000000000000 )

Completed in 191 milliseconds