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

/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c344 LIT64( 0x0000000000000000 ),
345 LIT64( 0x0000000000000001 ),
346 LIT64( 0x0000000000000002 ),
347 LIT64( 0x0000000000000004 ),
348 LIT64( 0x0000000000000008 ),
349 LIT64( 0x0000000000000010 ),
350 LIT64( 0x0000000000000020 ),
351 LIT64( 0x0000000000000040 ),
352 LIT64( 0x0000000000000080 ),
353 LIT64(
[all...]
H A DtestLoops.c436 return LIT64( 0x7FF0000000000000 ) < ( a & LIT64( 0x7FFFFFFFFFFFFFFF ) );
492 absAHigh = a.high & LIT64( 0x7FFFFFFFFFFFFFFF );
494 ( LIT64( 0x7FFF000000000000 ) < absAHigh )
495 || ( ( absAHigh == LIT64( 0x7FFF000000000000 ) ) && a.low );
1017 if ( ( trueZ == LIT64( 0x7FFFFFFFFFFFFFFF ) )
1018 && ( ( testZ == LIT64( 0x7FFFFFFFFFFFFFFF ) )
1019 || ( testZ == (sbits64) LIT64( 0x8000000000000000 ) ) )
1471 if ( ( trueZ == LIT64( 0x7FFFFFFFFFFFFFFF ) )
1472 && ( ( testZ == LIT64(
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/
H A Dtimesoftfloat.c227 LIT64( 0xFBFFC3FFFFFFFFFF ),
228 LIT64( 0x0000000003C589BC ),
229 LIT64( 0x00000000400013FE ),
230 LIT64( 0x0000000000186171 ),
231 LIT64( 0xFFFFFFFFFFFEFBFA ),
232 LIT64( 0xFFFFFD79E6DFFC73 ),
233 LIT64( 0x0000000010001DFF ),
234 LIT64( 0xDD1A0F0C78513710 ),
235 LIT64( 0xFFFF83FFFFFEFFFE ),
236 LIT64(
[all...]
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dsoftfloat-specialize.h214 | LIT64( 0x7FF8000000000000 )
234 a |= LIT64( 0x0008000000000000 );
235 b |= LIT64( 0x0008000000000000 );
264 #define floatx80_default_nan_low LIT64( 0xC000000000000000 )
289 aLow = a.low & ~ LIT64( 0x4000000000000000 );
326 z.low = LIT64( 0xC000000000000000 ) | ( a.high>>1 );
347 a.low |= LIT64( 0xC000000000000000 );
348 b.low |= LIT64( 0xC000000000000000 );
377 #define float128_default_nan_high LIT64( 0xFFFF800000000000 )
378 #define float128_default_nan_low LIT64(
[all...]
H A Dmilieu.h127 The `LIT64' macro takes as its argument a textual integer literal and
131 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
132 defined as the identity macro: `#define LIT64( a ) a'.
135 #define LIT64( a ) a##LL macro
H A Dsoftfloat.c207 zSign ? (sbits64) LIT64( 0x8000000000000000 )
208 : LIT64( 0x7FFFFFFFFFFFFFFF );
393 return FLOAT64_DEMANGLE(a) & LIT64( 0x000FFFFFFFFFFFFF );
522 || ( zSig + roundIncrement < LIT64( 0x8000000000000000 ) );
671 roundIncrement = LIT64( 0x0000000000000400 );
672 roundMask = LIT64( 0x00000000000007FF );
675 roundIncrement = LIT64( 0x0000008000000000 );
676 roundMask = LIT64( 0x000000FFFFFFFFFF );
727 zSig0 = LIT64( 0x8000000000000000 );
754 && ( zSig0 == LIT64(
[all...]
H A Dsoftfloat-macros.h568 if ( b <= a0 ) return LIT64( 0xFFFFFFFFFFFFFFFF );
570 z = ( b0<<32 <= a0 ) ? LIT64( 0xFFFFFFFF00000000 ) : ( a0 / b0 )<<32;
574 z -= LIT64( 0x100000000 );
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h66 The `LIT64' macro takes as its argument a textual integer literal and
70 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
71 defined as the identity macro: `#define LIT64( a ) a'.
74 #define LIT64( a ) a##LL macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64(a) a##LL macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h66 The `LIT64' macro takes as its argument a textual integer literal and
70 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
71 defined as the identity macro: `#define LIT64( a ) a'.
74 #define LIT64( a ) a##LL macro
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h128 The `LIT64' macro takes as its argument a textual integer literal and
132 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
133 defined as the identity macro: `#define LIT64( a ) a'.
136 #define LIT64( a ) a##LL macro
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/bits64/
H A Dsoftfloat.c200 zSign ? (sbits64) LIT64( 0x8000000000000000 )
201 : LIT64( 0x7FFFFFFFFFFFFFFF );
386 return FLOAT64_DEMANGLE(a) & LIT64( 0x000FFFFFFFFFFFFF );
515 || ( zSig + roundIncrement < LIT64( 0x8000000000000000 ) );
664 roundIncrement = LIT64( 0x0000000000000400 );
665 roundMask = LIT64( 0x00000000000007FF );
668 roundIncrement = LIT64( 0x0000008000000000 );
669 roundMask = LIT64( 0x000000FFFFFFFFFF );
720 zSig0 = LIT64( 0x8000000000000000 );
747 && ( zSig0 == LIT64(
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/bits32/
H A Dsoftfloat.c284 return FLOAT64_DEMANGLE(a) & LIT64( 0x00000000FFFFFFFF );

Completed in 209 milliseconds