/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-snan-convert.c | 23 return (((u.u & UINT64_C(0x7fffffffffffffff)) > in issignaling_d() 24 UINT64_C(0x7ff0000000000000)) && in issignaling_d() 25 (u.u & UINT64_C(0x8000000000000)) == 0); in issignaling_d() 36 (u.s.sig & UINT64_C(0x4000000000000000)) == 0); in issignaling_ld()
|
H A D | test-i386-fxam.c | 11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; 12 volatile union u ld_pseudo_nm16382 = { .s = { UINT64_C(1) << 63, 0x8000 } }; 16 volatile union u ld_invalid_4 = { .s = { (UINT64_C(1) << 63) - 1, 0x7fff } }; 20 volatile union u ld_invalid_n4 = { .s = { (UINT64_C(1) << 63) - 1, 0xffff } };
|
H A D | test-i386-fxtract.c | 11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; 15 volatile union u ld_invalid_4 = { .s = { (UINT64_C(1) << 63) - 1, 0x7fff } }; 30 return isnan_ld(x) && (tmp.s.sig & UINT64_C(0x4000000000000000)) == 0; in issignaling_ld()
|
H A D | test-i386-fscale.c | 16 volatile union u ld_invalid_4 = { .s = { (UINT64_C(1) << 63) - 1, 0x7fff } }; 31 return isnan_ld(x) && (tmp.s.sig & UINT64_C(0x4000000000000000)) == 0; in issignaling_ld()
|
H A D | test-i386-pseudo-denormal.c | 11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } };
|
H A D | test-i386-fbstp.c | 15 volatile union u ld_invalid_4 = { .s = { (UINT64_C(1) << 63) - 1, 0x7fff } };
|
/openbmc/qemu/target/m68k/ |
H A D | softfloat.c | 29 #define pi_sig UINT64_C(0xc90fdaa22168c235) 209 #define one_sig UINT64_C(0x8000000000000000) 294 fSig = (aSig & UINT64_C(0xFE00000000000000)) | UINT64_C(0x0100000000000000); in floatx80_lognp1() 305 logof2 = packFloatx80(0, 0x3FFE, UINT64_C(0xB17217F7D1CF79AC)); in floatx80_lognp1() 352 fSig = (aSig & UINT64_C(0xFE00000000000000)) | UINT64_C(0x0100000000000000); in floatx80_lognp1() 484 fSig = (aSig & UINT64_C(0xFE00000000000000)) | UINT64_C(0x0100000000000000); in floatx80_logn() 494 logof2 = packFloatx80(0, 0x3FFE, UINT64_C(0xB17217F7D1CF79AC)); in floatx80_logn() 635 fp1 = packFloatx80(0, 0x3FFD, UINT64_C(0xDE5BD8A937287195)); /* INV_L10 */ in floatx80_log10() 702 fp1 = packFloatx80(0, 0x3FFF, UINT64_C(0xB8AA3B295C17F0BC)); /* INV_L2 */ in floatx80_log2() 787 l2 = packFloatx80(0, 0x3FDC, UINT64_C(0x82E308654361C4C6)); in floatx80_etox() [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
H A D | 0005-color-parser-Use-fast_float-implementation-for-from_.patch | 52 auto r = UINT64_C(0), b = UINT64_C(0), g = UINT64_C(0);
|
/openbmc/linux/crypto/ |
H A D | vmac.c | 78 #define UINT64_C(x) x##ULL macro 79 static const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */ 80 static const u64 m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */ 81 static const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */ 82 static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */ 83 static const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */
|
/openbmc/qemu/fpu/ |
H A D | softfloat-specialize.c.inc | 234 r.low = UINT64_C(0xFFFFFFFFFFFFFFFF); 238 r.low = UINT64_C(0xC000000000000000); 250 #define floatx80_infinity_low UINT64_C(0x0000000000000000) 252 #define floatx80_infinity_low UINT64_C(0x8000000000000000) 714 && (a & UINT64_C(0x0007FFFFFFFFFFFF)); 739 && (UINT64_C(0x8000000000000000) <= ((uint64_t)(a.low << 1))); 761 aLow = a.low & ~UINT64_C(0x4000000000000000); 778 a.low |= UINT64_C(0xC000000000000000); 869 && (a.low || (a.high & UINT64_C(0x00007FFFFFFFFFFF)));
|
H A D | softfloat.c | 4961 roundIncrement = UINT64_C(0x0000000000000400); in roundAndPackFloatx80() 4962 roundMask = UINT64_C(0x00000000000007FF); in roundAndPackFloatx80() 4965 roundIncrement = UINT64_C(0x0000008000000000); in roundAndPackFloatx80() 4966 roundMask = UINT64_C(0x000000FFFFFFFFFF); in roundAndPackFloatx80() 5028 zSig0 = UINT64_C(0x8000000000000000); in roundAndPackFloatx80() 5058 && ( zSig0 == UINT64_C(0xFFFFFFFFFFFFFFFF) ) in roundAndPackFloatx80() 5079 || (zSig0 < UINT64_C(0xFFFFFFFFFFFFFFFF)); in roundAndPackFloatx80() 5122 zSig0 = UINT64_C(0x8000000000000000); in roundAndPackFloatx80()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 567 if ( b <= a0 ) return UINT64_C(0xFFFFFFFFFFFFFFFF); in estimateDiv128To64() 569 z = ( b0<<32 <= a0 ) ? UINT64_C(0xFFFFFFFF00000000) : ( a0 / b0 )<<32; in estimateDiv128To64() 573 z -= UINT64_C(0x100000000); in estimateDiv128To64()
|
/openbmc/qemu/tests/bench/ |
H A D | atomic64-bench.c | 52 return x * UINT64_C(2685821657736338717); in xorshift64star()
|
H A D | atomic_add-bench.c | 50 return x * UINT64_C(2685821657736338717); in xorshift64star()
|
H A D | qht-bench.c | 135 return x * UINT64_C(2685821657736338717); in xorshift64star()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_cpuid.c | 123 (idx > 1 && !(supported_xcr0 & (UINT64_C(1) << idx)))) { in hvf_get_supported_cpuid()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0002-boost-Backport-clang-support.patch | 838 +#ifndef UINT64_C 839 +# define UINT64_C(value) value##ui64 882 +# define UINT64_C(value) value##uLL 890 +# define UINT64_C(value) value##uLL 898 +# define UINT64_C(value) value##uL 906 +# define UINT64_C(value) value##uLL 919 +# define UINTMAX_C(value) UINT64_C(value)
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 195 UINT64_C(0x100000000)); in xtensa_cpu_initfn()
|
/openbmc/qemu/plugins/ |
H A D | loader.c | 173 return x * UINT64_C(2685821657736338717); in xorshift64star()
|
/openbmc/qemu/util/ |
H A D | hbitmap.c | 633 return UINT64_C(64) << hb->granularity; in hbitmap_serialization_align() 850 uint64_t start = ROUND_UP(num_elements, UINT64_C(1) << hb->granularity); in hbitmap_truncate()
|
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 144 return x * UINT64_C(2685821657736338717); in xorshift64star()
|
/openbmc/qemu/system/ |
H A D | qtest.c | 542 uint64_t value = UINT64_C(-1); in qtest_process_command()
|
/openbmc/qemu/hw/isa/ |
H A D | lpc_ich9.c | 474 (UINT64_C(1) << ICH9_LPC_SMI_F_BROADCAST_BIT)) { in ich9_apm_ctrl_changed()
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 354 temp_base = UINT64_C(1) << first_bit; in parse_numa_hmat_lb()
|
/openbmc/qemu/block/ |
H A D | vmdk.c | 699 #define SESPARSE_CONST_HEADER_MAGIC UINT64_C(0x00000000cafebabe) 700 #define SESPARSE_VOLATILE_HEADER_MAGIC UINT64_C(0x00000000cafecafe)
|