Searched refs:UINT32_C (Results 1 – 25 of 25) sorted by relevance
17 const uint32_t absHighWord = (uint32_t)(hibits.x >> 32) & UINT32_C(0x7fffffff); in __fixtfdi()18 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000); in __fixtfdi()21 if (UINT32_C(0x03f00000) > absHighWordMinusOne) in __fixtfdi()
15 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000); in __fixunstfdi()18 if (UINT32_C(0x04000000) > highWordMinusOne) in __fixunstfdi()
14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qmul()
14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qdiv()
14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qadd()
14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qsub()
161 #ifndef UINT32_C162 # define UINT32_C(C) C##ui32 macro
148 #ifndef UINT32_C149 # define UINT32_C(C) C##ui32 macro
151 #ifndef UINT32_C152 # define UINT32_C(C) C##ui32
4 ; variable which stepped by a bogus ((double)UINT32_C(-1)). It's theoretically
954 UINT32_C_(0) UINT32_C(0)
352 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro355 # define UINT32_C(v) v ## U macro531 # define UINT32_MAX UINT32_C(4294967295)
45 #define SRC_REP_C UINT32_C
83 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
49 #define DST_REP_C UINT32_C
83 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
34 #define REP_C UINT32_C
237 #define UINT32_C(val) val##ui32 macro
825 #if( !defined( UINT32_C ) )826 #define UINT32_C( value ) value ## UL macro
2807 DebugSNPrintF( s, sizeof( s ), "%lu", (unsigned long) UINT32_C( 4294967295 ) ); in DebugServicesTest()
628 #ifndef UINT32_C643 # define UINT32_C(c) c ## U
591 #ifndef UINT32_C606 # define UINT32_C(c) c ## U
174 Ordinal(~UINT32_C(0)), in MCSectionData()
1335 return SD.getOrdinal() == ~UINT32_C(0) && in IsELFMetaDataSection()
2094 |= UINT32_C (1) << (hval & (classbits - 1)); in check_gnu_hash()2096 |= UINT32_C (1) << ((hval >> shift) & (classbits - 1)); in check_gnu_hash()