Searched
refs:LL (Results
276 -
300 of
1081) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.comparison/ |
ratio_less.pass.cpp | 78 typedef std::ratio<1291640, 2694141LL> R2; 82 typedef std::ratio<1291640, 2694141LL> R1;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/ratio.arithmetic/ |
ratio_add.pass.cpp | 56 static_assert(R::num == 127970191639601LL && R::den == 5177331081415LL, "");
|
ratio_subtract.pass.cpp | 56 static_assert(R::num == -126708206685271LL && R::den == 5177331081415LL, "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/ratio.comparison/ |
ratio_less.pass.cpp | 89 typedef std::ratio<1291640, 2694141LL> R2; 93 typedef std::ratio<1291640, 2694141LL> R1;
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-strtol.c | 98 { STRTOLL, "123", 0, 123LL, 0 }, 99 { STRTOLL, "0123", 0, 0123LL, 0 },
|
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 529 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 2)); 530 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 2)); 531 EXPECT_EQ(APInt(32, uint64_t(-2LL)), APInt(32, "-10", 2)); 532 EXPECT_EQ(APInt(32, uint64_t(-3LL)), APInt(32, "-11", 2)); 533 EXPECT_EQ(APInt(32, uint64_t(-4LL)), APInt(32, "-100", 2)); 550 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 8)); 551 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 8)); 552 EXPECT_EQ(APInt(32, uint64_t(-7LL)), APInt(32, "-7", 8)); 553 EXPECT_EQ(APInt(32, uint64_t(-8LL)), APInt(32, "-10", 8)); 554 EXPECT_EQ(APInt(32, uint64_t(-15LL)), APInt(32, "-17", 8)) [all...] |
/art/compiler/utils/arm/ |
constants_arm.h | 347 uint64_t imm64 = (Bit(19)*(1LL << 63)) | (((1LL << 8) - Bit(18)) << 54) | 348 (Bits(16, 2)*(1LL << 52)) | (Bits(0, 4)*(1LL << 48));
|
/device/google/contexthub/firmware/os/cpu/x86/ |
atomicBitset.c | 29 set->words[numBits / 32] = ((uint32_t)((int32_t)-1LL)) << (numBits & 31);
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/ |
PeiTimerLib.c | 166 *EndValue = (UINT64)-1LL;
|
/external/clang/test/CodeGen/ |
ppc64-complex-return.c | 120 return __real__(foo_long_long(2LL - 3LLi));
|
/external/clang/test/Sema/ |
types.c | 44 extern int i[1LL];
|
/external/compiler-rt/test/builtins/timing/ |
divdi3.c | 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
|
moddi3.c | 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
|
udivdi3.c | 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
|
umoddi3.c | 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
|
/external/curl/include/curl/ |
curlbuild.h | 190 #define CURL_SUFFIX_CURL_OFF_T LL
|
/external/deqp/framework/delibs/debase/ |
deMathTest.c | 88 const deInt64 x = (deInt64)(sign == -1 ? (-1) : (+1)) * (1LL << (deInt64)numBits) + (deInt64)delta;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
stdint_h.pass.cpp | 175 static_assert(INT64_MIN == -9223372036854775807LL - 1, "INT64_MIN == -9223372036854775808LL"); 181 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 193 static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -9223372036854775808LL"); 199 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 176 static_assert(INT64_MIN == -9223372036854775807LL - 1, "INT64_MIN == -9223372036854775808LL"); 182 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL"); 194 static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -9223372036854775808LL"); 200 static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL");
|
/external/libcxx/test/std/language.support/support.runtime/ |
cstdlib.pass.cpp | 93 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), ""); 95 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
change_skew.c | 44 #define NSEC_PER_SEC 1000000000LL
|
set-2038.c | 43 #define NSEC_PER_SEC 1000000000LL
|
/external/protobuf/src/google/protobuf/util/ |
time_util.h | 58 static const int64 kTimestampMinSeconds = -62135596800LL; 60 static const int64 kTimestampMaxSeconds = 253402300799LL; 61 static const int64 kDurationMinSeconds = -315576000000LL; 62 static const int64 kDurationMaxSeconds = 315576000000LL;
|
/external/sfntly/cpp/src/test/ |
open_type_data_test.cc | 40 EXPECT_EQ(4278255873LL, data->ReadULong(0));
|
/external/strace/tests/ |
pkey_mprotect.c | 82 -1LL,
|
Completed in 1160 milliseconds
<<11121314151617181920>>