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

  /external/llvm/test/tools/llvm-nm/X86/
radix.s 130 .type i17,@object # @i17
131 .globl i17
133 i17: label
135 .size i17, 4
199 //CHECK: 0000000000000064 D i17
225 //OCTAL: 0000000000000100 D i17
251 //HEX: 0000000000000040 D i17
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/
radix.s 130 .type i17,@object # @i17
131 .globl i17
133 i17: label
135 .size i17, 4
199 //CHECK: 0000000000000064 D i17
225 //OCTAL: 0000000000000100 D i17
251 //HEX: 0000000000000040 D i17
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 61 int i17[] = {0, 1, 1, 0}; local
76 assert(std::is_heap_until(i17, i17+4) == i17+1);
is_heap.pass.cpp 61 int i17[] = {0, 1, 1, 0}; local
76 assert(std::is_heap(i17, i17+4) == (std::is_heap_until(i17, i17+4) == i17+4));
is_heap_until_comp.pass.cpp 62 int i17[] = {0, 1, 1, 0}; local
77 assert(std::is_heap_until(i17, i17+4, std::greater<int>()) == i17+3);
is_heap_comp.pass.cpp 62 int i17[] = {0, 1, 1, 0}; local
77 assert(std::is_heap(i17, i17+4, std::greater<int>()) == (std::is_heap_until(i17, i17+4, std::greater<int>()) == i17+4));
    [all...]
  /external/libaom/libaom/aom_dsp/
fft_common.h 297 const T_VEC i17 = load(input + 17 * stride); \
377 const T_VEC w47 = add(i1, i17); \
378 const T_VEC w48 = sub(i1, i17); \
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1973 jint i17 = bit_cast<jint, jfloat>(f7); local
2043 jint i17 = bit_cast<jint, jfloat>(f7); local
2112 jint i17 = bit_cast<jint, jfloat>(f7); local
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1370 int i17 = 17; local
    [all...]

Completed in 109 milliseconds