Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dsoftfloat.c297 return a & LIT64( 0x000FFFFFFFFFFFFF ); in extractFloat64Frac()
427 || ( zSig + roundIncrement < LIT64( 0x8000000000000000 ) ); in roundAndPackFloat64()
578 roundIncrement = LIT64( 0x0000000000000400 ); in roundAndPackFloatx80()
579 roundMask = LIT64( 0x00000000000007FF ); in roundAndPackFloatx80()
582 roundIncrement = LIT64( 0x0000008000000000 ); in roundAndPackFloatx80()
583 roundMask = LIT64( 0x000000FFFFFFFFFF ); in roundAndPackFloatx80()
634 zSig0 = LIT64( 0x8000000000000000 ); in roundAndPackFloatx80()
661 && ( zSig0 == LIT64( 0xFFFFFFFFFFFFFFFF ) ) in roundAndPackFloatx80()
674 return packFloatx80( zSign, 0x7FFF, LIT64( 0x8000000000000000 ) ); in roundAndPackFloatx80()
681 || ( zSig0 < LIT64( in roundAndPackFloatx80()
[all...]
H A DARM-gcc.h54 The `LIT64' macro takes as its argument a textual integer literal and if
58 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
59 defined as the identity macro: `#define LIT64( a ) a'.
62 #define LIT64( a ) a##LL macro
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dsoftfloat.c297 return a & LIT64( 0x000FFFFFFFFFFFFF ); in extractFloat64Frac()
427 || ( zSig + roundIncrement < LIT64( 0x8000000000000000 ) ); in roundAndPackFloat64()
578 roundIncrement = LIT64( 0x0000000000000400 ); in roundAndPackFloatx80()
579 roundMask = LIT64( 0x00000000000007FF ); in roundAndPackFloatx80()
582 roundIncrement = LIT64( 0x0000008000000000 ); in roundAndPackFloatx80()
583 roundMask = LIT64( 0x000000FFFFFFFFFF ); in roundAndPackFloatx80()
634 zSig0 = LIT64( 0x8000000000000000 ); in roundAndPackFloatx80()
661 && ( zSig0 == LIT64( 0xFFFFFFFFFFFFFFFF ) ) in roundAndPackFloatx80()
674 return packFloatx80( zSign, 0x7FFF, LIT64( 0x8000000000000000 ) ); in roundAndPackFloatx80()
681 || ( zSig0 < LIT64( in roundAndPackFloatx80()
[all...]
H A DARM-gcc.h54 The `LIT64' macro takes as its argument a textual integer literal and if
58 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
59 defined as the identity macro: `#define LIT64( a ) a'.
62 #define LIT64( a ) a##LL macro
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c42 #define LIT64( a ) a##LL macro
116 return a & LIT64(0x000FFFFFFFFFFFFF); in extractFloat64Frac()
257 aSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
260 bSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
273 bSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
276 aSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
305 bSig |= LIT64(0x2000000000000000); in addFloat64Sigs()
316 aSig |= LIT64(0x2000000000000000); in addFloat64Sigs()
326 zSig = LIT64(0x4000000000000000) + aSig + bSig; in addFloat64Sigs()
330 aSig |= LIT64( in addFloat64Sigs()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c42 #define LIT64( a ) a##LL macro
116 return a & LIT64(0x000FFFFFFFFFFFFF); in extractFloat64Frac()
257 aSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
260 bSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
273 bSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
276 aSig |= LIT64(0x4000000000000000); in subFloat64Sigs()
305 bSig |= LIT64(0x2000000000000000); in addFloat64Sigs()
316 aSig |= LIT64(0x2000000000000000); in addFloat64Sigs()
326 zSig = LIT64(0x4000000000000000) + aSig + bSig; in addFloat64Sigs()
330 aSig |= LIT64( in addFloat64Sigs()
[all...]

Completed in 9 milliseconds