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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c313 LIT64( 0x0000000000000000 ),
314 LIT64( 0x0000000000000001 ),
315 LIT64( 0x0000000000000002 ),
316 LIT64( 0x0000000000000004 ),
317 LIT64( 0x0000000000000008 ),
318 LIT64( 0x0000000000000010 ),
319 LIT64( 0x0000000000000020 ),
320 LIT64( 0x0000000000000040 ),
321 LIT64( 0x0000000000000080 ),
322 LIT64(
[all...]
H A Dslowfloat-64.c135 && ! ( zx.sig.a0 & LIT64( 0x100000000 ) ) ) {
148 zx.sig.a0 += LIT64( 0x100000000 );
149 if ( zx.sig.a0 == LIT64( 0x0100000000000000 ) ) {
150 zx.sig.a0 = LIT64( 0x0080000000000000 );
185 if ( zx.sig.a0 == LIT64( 0x0100000000000000 ) ) {
186 zx.sig.a0 = LIT64( 0x0080000000000000 );
199 roundBits = zx.sig.a1 & LIT64( 0x00FFFFFFFFFFFFFF );
206 if ( roundBits < LIT64( 0x0080000000000000 ) ) goto noIncrement;
207 if ( ( roundBits == LIT64( 0x0080000000000000 ) )
208 && ! ( zx.sig.a1 & LIT64(
[all...]
H A Dslowfloat-32.c376 ax.sign = ( ( a & LIT64( 0x8000000000000000 ) ) != 0 );
424 if ( zx.isZero ) return zx.sign ? LIT64( 0x8000000000000000 ) : 0;
427 zx.sign ? LIT64( 0xFFF0000000000000 )
428 : LIT64( 0x7FF0000000000000 );
430 if ( zx.isNaN ) return LIT64( 0xFFFFFFFFFFFFFFFF );
469 z = LIT64( 0xFFF0000000000000 );
473 z = LIT64( 0xFFEFFFFFFFFFFFFF );
481 z = LIT64( 0x7FF0000000000000 );
485 z = LIT64( 0x7FEFFFFFFFFFFFFF );
542 if ( zx.sign ) z |= LIT64(
[all...]
H A DtestLoops.c405 return LIT64( 0x7FF0000000000000 ) < ( a & LIT64( 0x7FFFFFFFFFFFFFFF ) );
461 absAHigh = a.high & LIT64( 0x7FFFFFFFFFFFFFFF );
463 ( LIT64( 0x7FFF000000000000 ) < absAHigh )
464 || ( ( absAHigh == LIT64( 0x7FFF000000000000 ) ) && a.low );
986 if ( ( trueZ == LIT64( 0x7FFFFFFFFFFFFFFF ) )
987 && ( ( testZ == LIT64( 0x7FFFFFFFFFFFFFFF ) )
988 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
1440 if ( ( trueZ == LIT64( 0x7FFFFFFFFFFFFFFF ) )
1441 && ( ( testZ == LIT64(
[all...]
/freebsd-13-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c225 LIT64( 0xFBFFC3FFFFFFFFFF ),
226 LIT64( 0x0000000003C589BC ),
227 LIT64( 0x00000000400013FE ),
228 LIT64( 0x0000000000186171 ),
229 LIT64( 0xFFFFFFFFFFFEFBFA ),
230 LIT64( 0xFFFFFD79E6DFFC73 ),
231 LIT64( 0x0000000010001DFF ),
232 LIT64( 0xDD1A0F0C78513710 ),
233 LIT64( 0xFFFF83FFFFFEFFFE ),
234 LIT64(
[all...]
/freebsd-13-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h67 The `LIT64' macro takes as its argument a textual integer literal and
71 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
72 defined as the identity macro: `#define LIT64( a ) a'.
75 #define LIT64( a ) a##LL macro
/freebsd-13-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h67 The `LIT64' macro takes as its argument a textual integer literal and
71 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
72 defined as the identity macro: `#define LIT64( a ) a'.
75 #define LIT64( a ) a##LL macro
/freebsd-13-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h63 The `LIT64' macro takes as its argument a textual integer literal and
67 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
68 defined as the identity macro: `#define LIT64( a ) a'.
71 #define LIT64( a ) a##LL macro
/freebsd-13-stable/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h63 The `LIT64' macro takes as its argument a textual integer literal and
67 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
68 defined as the identity macro: `#define LIT64( a ) a'.
71 #define LIT64( a ) a##LL macro
/freebsd-13-stable/lib/libc/riscv/softfloat/
H A Driscv-gcc.h63 The `LIT64' macro takes as its argument a textual integer literal and
67 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
68 defined as the identity macro: `#define LIT64( a ) a'.
71 #define LIT64( a ) a##LL macro
/freebsd-13-stable/lib/libc/arm/softfloat/
H A Darm-gcc.h67 The `LIT64' macro takes as its argument a textual integer literal and
71 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
72 defined as the identity macro: `#define LIT64( a ) a'.
75 #define LIT64( a ) a##LL macro
/freebsd-13-stable/lib/libc/softfloat/bits64/
H A Dsoftfloat.c198 zSign ? (sbits64) LIT64( 0x8000000000000000 )
199 : LIT64( 0x7FFFFFFFFFFFFFFF );
384 return FLOAT64_DEMANGLE(a) & LIT64( 0x000FFFFFFFFFFFFF );
513 || ( zSig + roundIncrement < LIT64( 0x8000000000000000 ) );
662 roundIncrement = LIT64( 0x0000000000000400 );
663 roundMask = LIT64( 0x00000000000007FF );
666 roundIncrement = LIT64( 0x0000008000000000 );
667 roundMask = LIT64( 0x000000FFFFFFFFFF );
718 zSig0 = LIT64( 0x8000000000000000 );
745 && ( zSig0 == LIT64(
[all...]
/freebsd-13-stable/lib/libc/softfloat/bits32/
H A Dsoftfloat.c282 return FLOAT64_DEMANGLE(a) & LIT64( 0x00000000FFFFFFFF );

Completed in 110 milliseconds