HomeSort by relevance Sort by last modified time
    Searched defs:i9 (Results 1 - 25 of 31) sorted by null

1 2

  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 29 int i9 = 0; local
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug19403.go 22 var i9 int var
58 i9 = int(f9)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug19403.go 22 var i9 int var
58 i9 = int(f9)
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.class 
Blort.java 33 int i9 = 0; local
  /external/llvm/test/tools/llvm-nm/X86/
radix.s 74 .type i9,@object # @i9
75 .globl i9
77 i9: label
79 .size i9, 4
214 //CHECK: 0000000000000032 D i9
240 //OCTAL: 0000000000000040 D i9
266 //HEX: 0000000000000020 D i9
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 75 loops i3-i5-i7 and i9
76 5. Use array Index[] to store indexes i1:i9, and then use memcpy
190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
424 // i8 and i9 loop:
430 for (i9 = ipos[9]; i9 < L_CODE; i9 += step)
432 s = L_mult (rr[i9][i9], _1_16);
433 s = L_mac (s, rr[i0][i9], _1_8)
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression.cpp 56 i9 = (int)1.5, member in struct:C
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1312 index<3> i9 = {}; variable
1313 CHECK(i9[0] == 0);
1343 index<1> i9 = {}; variable
    [all...]
  /prebuilts/go/darwin-x86/test/
live.go 139 var i9 interface{} var
143 x := i9
145 i9 = y // make y escape so the line above has to call convT2E
  /prebuilts/go/linux-x86/test/
live.go 139 var i9 interface{} var
143 x := i9
145 i9 = y // make y escape so the line above has to call convT2E
  /external/opencv/cvaux/src/
cvlmeds.cpp 585 int i3, i9, j, num3, its = 0, a, t; local
609 for( i3 = 0, i9 = 0; i3 < num3; i3 += 3, i9 += 9 )
640 U[i9 + j] = w * (double) ml[i3 + j / 3] * (double) mr[i3 + j % 3];
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1995 jint i9 = 9; local
2065 jint i9 = 9; local
2134 jint i9 = 9; local
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 46 int i9[] = {1, 0, 1}; local
53 assert(std::is_heap(i9, i9+3) == (std::is_heap_until(i9, i9+3) == i9+3));
is_heap_comp.pass.cpp 47 int i9[] = {1, 0, 1}; local
54 assert(std::is_heap(i9, i9+3, std::greater<int>()) == (std::is_heap_until(i9, i9+3, std::greater<int>()) == i9+3));
    [all...]
is_heap_until.pass.cpp 46 int i9[] = {1, 0, 1}; local
53 assert(std::is_heap_until(i9, i9+3) == i9+3);
is_heap_until_comp.pass.cpp 47 int i9[] = {1, 0, 1}; local
54 assert(std::is_heap_until(i9, i9+3, std::greater<int>()) == i9+1);
  /external/python/cpython2/Modules/
_cursesmodule.c 2538 int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; local
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 3039 int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; local
    [all...]
  /frameworks/ml/nn/runtime/test/specs/V1_0/
mobilenet_224_gender_basic_fixed.mod.py 146 i9 = Internal("op9", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable
    [all...]
mobilenet_quantized.mod.py 147 i9 = Internal("op9", "TENSOR_QUANT8_ASYMM", "{1, 14, 14, 512}, 0.023528477177, 0") # intermediate result variable
    [all...]
  /frameworks/ml/nn/runtime/test/specs/V1_1/
mobilenet_224_gender_basic_fixed_relaxed.mod.py 162 i9 = Internal("op9", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 35 int i9[] = {1, 0, 1}; local
42 assert(std::is_heap(i9, i9+3) == (std::is_heap_until(i9, i9+3) == i9+3));
is_heap_comp.pass.cpp 36 int i9[] = {1, 0, 1}; local
43 assert(std::is_heap(i9, i9+3, std::greater<int>()) == (std::is_heap_until(i9, i9+3, std::greater<int>()) == i9+3));
    [all...]
is_heap_until.pass.cpp 35 int i9[] = {1, 0, 1}; local
42 assert(std::is_heap_until(i9, i9+3) == i9+3);

Completed in 2223 milliseconds

1 2