HomeSort by relevance Sort by last modified time
    Searched refs:ll2 (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CodeGen/
atomics-inlining.c 11 unsigned long long ll1, ll2; variable
30 (void)__atomic_load(&ll1, &ll2, memory_order_seq_cst);
31 (void)__atomic_store(&ll1, &ll2, memory_order_seq_cst);
  /external/llvm/utils/
findoptdiff 65 ll2="${bc2}.ll"
  /external/swiftshader/third_party/LLVM/utils/
findoptdiff 65 ll2="${bc2}.ll"
  /external/libyuv/files/util/
ssim.cc 181 const int ll2 = rec[dy2 - x]; local
185 ym += Wxy * (ul2 + ur2 + ll2 + lr2);
187 xym += Wxy * (ul1 * ul2 + ur1 * ur2 + ll1 * ll2 + lr1 * lr2);
188 yym += Wxy * (ul2 * ul2 + ur2 * ur2 + ll2 * ll2 + lr2 * lr2);
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 120 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
121 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 120 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
121 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /external/clang/lib/Headers/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_intrinsics.h 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef
187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 177 unsigned long long ll2 = { 1 }; // OK local
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java 598 LinkedList ll2 = new LinkedList(); local
599 ll2.addAll(ll);
600 testShuffle(ll2, "Random Access", false);
661 LinkedList ll2 = new LinkedList(); local
662 ll2.addAll(ll);
663 testShuffle(ll2, "Random Access", true);
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 248 constexpr long long ll2 = ll1 + 1; // expected-error {{constant}} expected-note {{ 9223372036854775808 }} member in namespace:UndefinedBehavior::Overflow
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java 185 final LinearLayout ll2 = new LinearLayout(getActivity()); local
189 ll1.addView(ll2);
190 ll2.addView(ll3);
220 ll1.removeView(ll2);
237 ll1.addView(ll2);
    [all...]

Completed in 7876 milliseconds