Searched
refs:ULL (Results
401 -
425 of
878) sorted by null
<<11121314151617181920>>
/external/chromium_org/v8/src/base/ |
division-by-constant-unittest.cc | 116 EXPECT_EQ(M64(1ULL << (64 - k), 0, false), u64(1ULL << k));
|
/external/llvm/include/llvm/CodeGen/ |
MachineFrameInfo.h | 89 // ~0ULL means a dead object. 518 return Objects[ObjectIdx+NumFixedObjects].Size == ~0ULL; 537 Objects[ObjectIdx+NumFixedObjects].Size = ~0ULL;
|
/external/llvm/unittests/Support/ |
MathExtrasTest.cpp | 63 EXPECT_EQ(1u, countLeadingZeros(1ULL << 62)); 65 EXPECT_EQ(63 - i, countLeadingZeros(1ULL << i));
|
/external/qemu/include/qemu/ |
bitops.h | 301 return (value >> start) & (~0ULL >> (64 - length)); 402 mask = (~0ULL >> (64 - length)) << start;
|
/external/valgrind/main/none/tests/s390x/ |
spechelper-algr.c | 96 v1 = ~0ULL; 132 v1 = ~0ULL;
|
/system/core/include/utils/ |
BitSet.h | 175 inline BitSet64() : value(0ULL) { } 184 static inline void clear(uint64_t& value) { value = 0ULL; }
|
/art/compiler/dex/quick/mips/ |
mips_lir.h | 135 #define ENCODE_MIPS_REG_SP (1ULL << kMipsRegSP) 136 #define ENCODE_MIPS_REG_LR (1ULL << kMipsRegLR) 137 #define ENCODE_MIPS_REG_PC (1ULL << kMipsRegPC) 138 #define ENCODE_MIPS_REG_HI (1ULL << kMipsRegHI) 139 #define ENCODE_MIPS_REG_LO (1ULL << kMipsRegLO)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 181 ubound = (1ULL << dst_width); 184 bias = (double)(1ULL << (mantissa - dst_width)); 201 scale = (double)((1ULL << dst_width) - 1); 226 double scale = (double)(1ULL << n); 303 scale = 1.0/(double)((1ULL << src_width) - 1);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 181 ubound = (1ULL << dst_width); 184 bias = (double)(1ULL << (mantissa - dst_width)); 201 scale = (double)((1ULL << dst_width) - 1); 226 double scale = (double)(1ULL << n); 303 scale = 1.0/(double)((1ULL << src_width) - 1);
|
/external/valgrind/main/none/tests/ppc64/ |
test_isa_2_07_part1.c | 135 #define ZERO 0ULL 948 for (mant = 0x0000000000001ULL; mant < (1ULL << 52); 965 for (mant = 0x0000000000001ULL; mant < (1ULL << 52); 1115 result = 0ULL; 1119 vec_inA = (vector unsigned long long){ vdargs[i], 0ULL }; 1138 vec_out = (vector unsigned long long){ 0ULL, 0ULL }; [all...] |
/art/runtime/ |
utils_test.cc | 414 EXPECT_EQ(1ULL << 63, RoundUpToPowerOfTwo(1ULL << 62 | 1ULL));
|
/external/blktrace/ |
blkparse_fmt.c | 238 if (elapsed == -1ULL) { 321 if (elapsed != -1ULL) { 355 if (elapsed != -1ULL) {
|
stats.h | 38 mm->min = -1ULL;
|
/external/chromium_org/third_party/brotli/src/woff2/ |
glyph.cc | 346 if (*dst_size < ((10ULL + glyph.composite_data_size) + 347 ((glyph.have_instructions ? 2ULL : 0) + 362 if (*dst_size < ((12ULL + 2 * glyph.contours.size()) +
|
/external/qemu/android/utils/ |
ini.c | 445 value *= 1024ULL; 447 value *= 1024*1024ULL; 449 value *= 1024*1024*1024ULL;
|
/frameworks/av/services/audioflinger/ |
AudioResamplerFirGen.h | 547 double norm = 1./((1ULL<<(sizeof(T)*8-1))*L); 697 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1), err)); 699 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1)));
|
/frameworks/native/libs/gui/ |
BufferQueueConsumer.cpp | 72 const int MAX_REASONABLE_NSEC = 1000000000ULL; // 1 second 401 mask |= (1ULL << s); 411 mask &= ~(1ULL << current->mSlot);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyport.h | 79 #define PY_ULLONG_MAX (__LONG_LONG_MAX__*2ULL + 1ULL) 82 #define PY_ULLONG_MAX (~0ULL) [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyport.h | 79 #define PY_ULLONG_MAX (__LONG_LONG_MAX__*2ULL + 1ULL) 82 #define PY_ULLONG_MAX (~0ULL) [all...] |
/bionic/libc/kernel/uapi/linux/raid/ |
md_p.h | 136 #define MD_SUPERBLOCK_1_TIME_SEC_MASK ((1ULL<<40) - 1)
|
/bionic/libc/kernel/uapi/linux/ |
rds.h | 134 #define RDS_CONG_MONITOR_MASK(port) (1ULL << RDS_CONG_MONITOR_BIT(port))
|
/development/ndk/platforms/android-3/include/ |
stdint.h | 174 #define __UINT64_C(c) c ## ULL
|
/development/ndk/platforms/android-L/include/linux/raid/ |
md_p.h | 135 #define MD_SUPERBLOCK_1_TIME_SEC_MASK ((1ULL<<40) - 1)
|
/development/ndk/platforms/android-L/include/linux/ |
rds.h | 134 #define RDS_CONG_MONITOR_MASK(port) (1ULL << RDS_CONG_MONITOR_BIT(port))
|
/external/ceres-solver/internal/ceres/ |
collections_port.h | 116 #define GG_ULONGLONG(x) x##ULL
|
Completed in 2409 milliseconds
<<11121314151617181920>>