HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 401 - 425 of 1594) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4813.go 20 c2 = complex(2, 1)
33 a5 = A[c2] // ERROR "truncated|must be integer"
41 s5 = S[c2] // ERROR "truncated|must be integer"
49 t5 = T[c2] // ERROR "truncated|must be integer"
19 c2 = complex(2, 1) const
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4813.go 20 c2 = complex(2, 1)
33 a5 = A[c2] // ERROR "truncated|must be integer"
41 s5 = S[c2] // ERROR "truncated|must be integer"
49 t5 = T[c2] // ERROR "truncated|must be integer"
19 c2 = complex(2, 1) const
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-3.s 7 .globl c2
10 c2: nop label
84 .indirect_symbol c2
  /external/guava/guava-tests/test/com/google/common/io/
CloserTest.java 69 TestCloseable c2 = closer.register(TestCloseable.normal()); local
73 assertFalse(c2.isClosed());
79 assertTrue(c2.isClosed());
89 TestCloseable c2 = closer.register(TestCloseable.normal()); local
106 assertTrue(c2.isClosed());
115 TestCloseable c2 = null; local
120 c2 = closer.register(TestCloseable.normal());
132 assertTrue(c2.isClosed());
145 TestCloseable c2 = closer.register(TestCloseable.normal()); local
154 assertTrue(c2.isClosed())
166 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(exception)); local
188 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); local
219 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); local
245 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); local
275 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); local
301 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(new RuntimeException())); local
335 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); local
    [all...]
  /libcore/luni/src/test/java/libcore/icu/
DateIntervalFormatTest.java 349 Calendar c2 = (Calendar) c.clone(); local
350 c2.set(Calendar.YEAR, 1980);
351 long oldYear = c2.getTimeInMillis();
  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 302 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); local
305 // assertEquals(c1, c2);
308 assertEquals(c1.hashCode(), c2.hashCode());
310 assertEquals(c1.apply(1.0f), c2.apply(1.0f));
311 assertEquals(c1.apply(5.0f), c2.apply(5.0f));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 191 Cursor c2 = resolver.query(Account.CONTENT_URI, Account.ID_PROJECTION, local
194 while (c2.moveToNext()) {
195 long accountId = c2.getLong(Account.ID_PROJECTION_COLUMN);
204 c2.close();
  /art/compiler/driver/
compiled_method_storage.cc 88 static constexpr uint32_t c2 = 0x1b873593; local
104 k *= c2;
125 k1 *= c2;
  /art/compiler/optimizing/
load_store_analysis_test.cc 45 // c2 IntConstant
48 // array_get2 ArrayGet [array, c2]
56 HInstruction* c2 = graph_->GetIntConstant(2); local
59 HInstruction* array_get2 = new (&allocator_) HArrayGet(array, c2, Primitive::kPrimInt, 0);
76 // array[c1], array[c2], array[index]; and it should see heap stores.
86 size_t loc2 = heap_location_collector.FindHeapLocationIndex(ref, field_off, c2, class_def);
scheduler_test.cc 90 // c2 IntConstant
92 // add1 Add [c1, c2]
93 // add2 Add [add1, c2]
107 HInstruction* c2 = graph_->GetIntConstant(10); local
108 HInstruction* add1 = new (&allocator_) HAdd(Primitive::kPrimInt, c1, c2);
109 HInstruction* add2 = new (&allocator_) HAdd(Primitive::kPrimInt, add1, c2);
154 ASSERT_FALSE(scheduling_graph.HasImmediateDataDependency(add2, c2));
  /art/runtime/verifier/
reg_type.cc 710 mirror::Class* c2 = incoming_type.GetClass(); local
712 DCHECK(c2 != nullptr && !c2->IsPrimitive());
713 mirror::Class* join_class = ClassJoin(c1, c2);
730 << c2->PrettyClass();
737 // Record the dependency that both `c1` and `c2` are assignable to `join_class`.
743 verifier->GetDexFile(), join_class, c2, true /* strict */, true /* is_assignable */);
747 } else if (c2 == join_class && !incoming_type.IsPreciseReference()) {
  /bootable/recovery/tests/component/
applypatch_test.cpp 67 std::string c2; local
68 android::base::ReadFileToString(f2, &c2);
69 return c1 == c2;
  /cts/tests/tests/net/src/android/net/http/cts/
HttpResponseCacheTest.java 146 URLConnection c2 = server.getUrl("/").openConnection(); local
147 assertEquals('A', c2.getInputStream().read());
  /dalvik/libdex/
DexProto.cpp 421 char c2 = (descriptor < nextDesc) ? *(descriptor++) : '\0'; local
423 if (c1 < c2) {
426 } else if (c1 > c2) {
430 // The two types are equal in length. (c2 necessarily == '\0'.)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.c 136 CHAR8 c2; local
140 c2 = (CHAR8)HexCharToInt (*NewData++);
142 if ((c1 < 0) || (c2 < 0)) {
146 *Address++ = (UINT8)((c1 << 4) + c2);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
HarmonicCoefficientsGuesser.java 238 double c2 = sxy * sxz - sx2 * syz; local
240 if ((c1 / c2 < 0.0) || (c2 / c3 < 0.0)) {
243 a = FastMath.sqrt(c1 / c2);
244 omega = FastMath.sqrt(c2 / c3);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 485 char c2 = xstr.charAt(j); local
487 if (c1 != c2)
489 return c1 - c2;
531 char c2 = Character.toLowerCase(xstr.charAt(j)); local
533 if (c1 != c2)
535 return c1 - c2;

Completed in 2126 milliseconds

<<11121314151617181920>>