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

  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.class 
Blort.java 39 int i15 = 0; local
  /external/llvm/test/tools/llvm-nm/X86/
radix.s 116 .type i15,@object # @i15
117 .globl i15
119 i15: label
121 .size i15, 4
197 //CHECK: 0000000000000056 D i15
223 //OCTAL: 0000000000000070 D i15
249 //HEX: 0000000000000038 D i15
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug19403.go 28 var i15 int var
64 i15 = int(f15)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug19403.go 28 var i15 int var
64 i15 = int(f15)
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 191 %define i15 [spp + 2 * stride7]
248 movdqa xmm11, i15
350 %define i15 [rsp + 240]
539 movdqa i15, xmm15
587 movdqa xmm11, i15
631 punpcklbw xmm6, i15 ; e0 f0
632 punpckhbw xmm7, i15 ; e8 f8
668 movdqa i15, xmm5
758 punpcklqdq xmm5, i15
759 punpckhqdq xmm15, i15
    [all...]
  /frameworks/ml/nn/runtime/test/specs/V1_0/
mobilenet_quantized.mod.py 153 i15 = Internal("op15", "TENSOR_QUANT8_ASYMM", "{1, 7, 7, 512}, 0.023528477177, 0") # intermediate result variable
    [all...]
mobilenet_224_gender_basic_fixed.mod.py 152 i15 = Internal("op15", "TENSOR_FLOAT32", "{1, 7, 7, 128}") # intermediate result variable
    [all...]
  /prebuilts/go/darwin-x86/test/
literal.go 52 var i15 int16 = -32768
57 assert(-(i15+1) == i16, "i15")
  /prebuilts/go/linux-x86/test/
literal.go 52 var i15 int16 = -32768
57 assert(-(i15+1) == i16, "i15")
  /frameworks/ml/nn/runtime/test/specs/V1_1/
mobilenet_224_gender_basic_fixed_relaxed.mod.py 168 i15 = Internal("op15", "TENSOR_FLOAT32", "{1, 7, 7, 128}") # intermediate result variable
    [all...]
  /art/test/439-npe/src/
Main.java 658 int i15 = 15; local
738 i14 += i15;
739 i15 += addInt;
805 System.out.println("i15=" + i15);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 59 int i15[] = {0, 1, 0, 0}; local
74 assert(std::is_heap_until(i15, i15+4) == i15+1);
is_heap.pass.cpp 59 int i15[] = {0, 1, 0, 0}; local
74 assert(std::is_heap(i15, i15+4) == (std::is_heap_until(i15, i15+4) == i15+4));
is_heap_until_comp.pass.cpp 60 int i15[] = {0, 1, 0, 0}; local
75 assert(std::is_heap_until(i15, i15+4, std::greater<int>()) == i15+3);
is_heap_comp.pass.cpp 60 int i15[] = {0, 1, 0, 0}; local
75 assert(std::is_heap(i15, i15+4, std::greater<int>()) == (std::is_heap_until(i15, i15+4, std::greater<int>()) == i15+4));
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 48 int i15[] = {0, 1, 0, 0}; local
63 assert(std::is_heap_until(i15, i15+4) == i15+1);
is_heap.pass.cpp 48 int i15[] = {0, 1, 0, 0}; local
63 assert(std::is_heap(i15, i15+4) == (std::is_heap_until(i15, i15+4) == i15+4));
is_heap_until_comp.pass.cpp 49 int i15[] = {0, 1, 0, 0}; local
64 assert(std::is_heap_until(i15, i15+4, std::greater<int>()) == i15+3);
is_heap_comp.pass.cpp 49 int i15[] = {0, 1, 0, 0}; local
64 assert(std::is_heap(i15, i15+4, std::greater<int>()) == (std::is_heap_until(i15, i15+4, std::greater<int>()) == i15+4));
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
transpose_neon.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1969 jint i15 = bit_cast<jint, jfloat>(f5); local
2039 jint i15 = bit_cast<jint, jfloat>(f5); local
2108 jint i15 = bit_cast<jint, jfloat>(f5); local
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1366 int i15 = 15; local
    [all...]

Completed in 4504 milliseconds