Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 25 of 25) sorted by relevance

/external/compiler-rt/lib/ppc/
Dfixtfdi.c17 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()
Dfixunstfdi.c15 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000); in __fixunstfdi()
18 if (UINT32_C(0x04000000) > highWordMinusOne) in __fixunstfdi()
Dgcc_qmul.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qmul()
Dgcc_qdiv.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qdiv()
Dgcc_qadd.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qadd()
Dgcc_qsub.c14 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qsub()
/external/llvm/include/llvm/Support/
DDataTypes.h161 #ifndef UINT32_C
162 # define UINT32_C(C) C##ui32 macro
DDataTypes.h.in148 #ifndef UINT32_C
149 # define UINT32_C(C) C##ui32 macro
DDataTypes.h.cmake151 #ifndef UINT32_C
152 # define UINT32_C(C) C##ui32
/external/llvm/test/CodeGen/X86/
Dnegative-stride-fptosi-user.ll4 ; variable which stepped by a bogus ((double)UINT32_C(-1)). It's theoretically
/external/clang/test/Preprocessor/
Dstdint.c954 UINT32_C_(0) UINT32_C(0)
/external/clang/lib/Headers/
Dstdint.h352 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
355 # define UINT32_C(v) v ## U macro
531 # define UINT32_MAX UINT32_C(4294967295)
/external/compiler-rt/lib/
Dextendsfdf2.c45 #define SRC_REP_C UINT32_C
Ddivsf3.c83 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
Dtruncdfsf2.c49 #define DST_REP_C UINT32_C
Ddivdf3.c83 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS()
Dfp_lib.h34 #define REP_C UINT32_C
/external/mesa3d/include/c99/
Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/mdnsresponder/mDNSShared/
DCommonServices.h825 #if( !defined( UINT32_C ) )
826 #define UINT32_C( value ) value ## UL macro
DDebugServices.c2807 DebugSNPrintF( s, sizeof( s ), "%lu", (unsigned long) UINT32_C( 4294967295 ) ); in DebugServicesTest()
/external/libmtp/m4/
Dstdint.m4628 #ifndef UINT32_C
643 # define UINT32_C(c) c ## U
/external/libvpx/nestegg/m4/
Dax_create_stdint_h.m4591 #ifndef UINT32_C
606 # define UINT32_C(c) c ## U
/external/llvm/lib/MC/
DMCAssembler.cpp174 Ordinal(~UINT32_C(0)), in MCSectionData()
DELFObjectWriter.cpp1335 return SD.getOrdinal() == ~UINT32_C(0) && in IsELFMetaDataSection()
/external/elfutils/src/
Delflint.c2094 |= UINT32_C (1) << (hval & (classbits - 1)); in check_gnu_hash()
2096 |= UINT32_C (1) << ((hval >> shift) & (classbits - 1)); in check_gnu_hash()