HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 151 - 175 of 1081) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/unittests/ADT/
APIntTest.cpp 183 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 2));
184 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 2));
185 EXPECT_EQ(APInt(32, uint64_t(-2LL)), APInt(32, "-10", 2));
186 EXPECT_EQ(APInt(32, uint64_t(-3LL)), APInt(32, "-11", 2));
187 EXPECT_EQ(APInt(32, uint64_t(-4LL)), APInt(32, "-100", 2));
204 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 8));
205 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 8));
206 EXPECT_EQ(APInt(32, uint64_t(-7LL)), APInt(32, "-7", 8));
207 EXPECT_EQ(APInt(32, uint64_t(-8LL)), APInt(32, "-10", 8));
208 EXPECT_EQ(APInt(32, uint64_t(-15LL)), APInt(32, "-17", 8))
    [all...]
  /external/e2fsprogs/contrib/
fallocate.c 68 return -1LL;
72 return -1LL;
90 return -1LL;
98 loff_t length = -2LL;
139 if (length == -2LL) {
  /external/icu/icu4c/source/i18n/
visibledigits.cpp 45 fAbsIntValue = 0LL;
156 intValue = intValue * 10LL + getDigitByExponent(i);
158 if (intValue == 0LL && startPos > 0) {
159 intValue = 100000000000000000LL;
172 f = f * 10LL + getDigitByExponent(i);
176 hasIntValue = (f == 0LL);
180 while (t > 0 && t % 10LL == 0) {
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 64 EXPECT_EQ("0", printToString(0LL));
65 EXPECT_EQ("257257257235709", printToString(257257257235709LL));
66 EXPECT_EQ("-257257257235709", printToString(-257257257235709LL));
95 EXPECT_EQ("0", printToStringUnbuffered(0LL));
96 EXPECT_EQ("257257257235709", printToStringUnbuffered(257257257235709LL));
97 EXPECT_EQ("-257257257235709", printToStringUnbuffered(-257257257235709LL));
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 543 const IFListType &LL = I->second;
544 for (unsigned i = 0, n = LL.size(); i < n; ++i)
545 dbgs() << " " << PrintIFR(LL[i].first, HRI) << ", "
546 << PrintRegSet(LL[i].second, HRI) << '\n';
827 const RSListType &LL = I->second;
828 for (unsigned i = 0, n = LL.size(); i < n; ++i)
829 dbgs() << " (" << PrintReg(LL[i].first, HRI) << ",@"
830 << LL[i].second << ')';
860 RSListType &LL = F->second;
861 for (unsigned i = 0, n = LL.size(); i < n; ++i)
    [all...]
  /external/clang/test/Sema/
128bitint.c 9 int a[(u128)-1 > 1LL ? 1 : -1];
c89.c 28 int test4 = 0LL; /* expected-warning {{long long}} */
117 -42LL; /* expected-warning {{'long long' is an extension when C99 mode is not enabled}} */
enum.c 3 B = 42LL << 32, // expected-warning {{ISO C restricts enumerator values to range of 'int'}}
18 { y = -9223372036854775807LL-1, // expected-warning {{ISO C restricts enumerator values to range of 'int'}}
  /external/libchrome/base/
hash.h 51 uint64_t odd_random = 481046412LL << 32 | 1025306955LL;
86 uint64_t odd_random = 1578233944LL << 32 | 194370989LL;
  /external/libcxx/test/std/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 64 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
65 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
76 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> ();
77 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
  /external/libmicrohttpd/src/examples/
fileserver_example_external_select.c 138 if (((MHD_UNSIGNED_LONG_LONG)tv.tv_sec) < mhd_timeout / 1000LL)
140 tv.tv_sec = mhd_timeout / 1000LL;
141 tv.tv_usec = (mhd_timeout - (tv.tv_sec * 1000LL)) * 1000LL;
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.c 56 return tv.tv_usec + tv.tv_sec*1000000LL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 79 #define INT64_MIN (-9223372036854775807LL - 1)
84 #define INT64_MAX 9223372036854775807LL
198 #define INT64_C(val) val##LL
206 #define INTMAX_C(val) val##LL
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_mipsx.s 16 LL (R1), R4
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_mipsx.s 16 LL (R1), R4
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 62 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
63 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> ();
75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 62 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
63 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::microseconds,7265000000LL> ();
75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
  /system/extras/perfprofd/quipper/base/
port.h 11 // DEPRECATED: Use ...LL and ...ULL suffixes.
19 #define GG_LONGLONG(x) x##LL
  /external/clang/test/Analysis/
additive-folding-range-constraints.c 77 clang_analyzer_eval((a - 2) >= (min + 5LL)); // expected-warning{{TRUE}}
106 clang_analyzer_eval((a - 5) > 0LL); // expected-warning{{UNKNOWN}}
108 if ((a - 5) > 0LL) {
117 clang_analyzer_eval((a + 5) == 0LL); // expected-warning{{UNKNOWN}}
119 if ((a + 5) == 0LL) {
145 clang_analyzer_eval((a + 2) >= (min + 5LL)); // expected-warning{{TRUE}}
154 clang_analyzer_eval((a + 5) < 0LL); // expected-warning{{UNKNOWN}}
156 if ((a + 5) < 0LL) {
167 clang_analyzer_eval((a + 2) <= (max - 5LL)); // expected-warning{{TRUE}}
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 1021 long2 ll = *c; local
1027 long3 ll = *c; local
1033 long4 ll = *c; local
1039 unsigned long long ll = l; local
1048 ulong2 ll = *c; local
1054 ulong3 ll = *c; local
1060 ulong4 ll = *c; local
1080 long2 ll = *(const long2 *)c; local
1086 long3 ll = *(const long3 *)c; local
1092 long4 ll = *(const long4 *)c; local
1098 ulong2 ll = *(const ulong2 *)c; local
1104 ulong3 ll = *(const ulong3 *)c; local
1110 ulong4 ll = *(const ulong4 *)c; local
    [all...]
  /external/clang/lib/Headers/
limits.h 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
114 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
  /external/clang/test/CodeGen/
vector.c 5 __v4hi A = (__v4hi)0LL;
12 int test2() { vty b; return b[2LL]; }
  /external/e2fsprogs/lib/ext2fs/
qcow2.h 33 #define QCOW_OFLAG_COPIED (1LL << 63)
34 #define QCOW_OFLAG_COMPRESSED (1LL << 62)
  /external/libcxx/test/std/utilities/ratio/ratio.arithmetic/
ratio_divide.pass.cpp 56 static_assert(R::num == 630992477165LL && R::den == 127339199162436LL, "");
ratio_multiply.pass.cpp 56 static_assert(R::num == 15519594064236LL && R::den == 5177331081415LL, "");

Completed in 625 milliseconds

1 2 3 4 5 67 8 91011>>