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

  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 30 int i10 = 0; local
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 34 int i10 = 0; local
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 74 ldrd r4, r5, [r0] ; [i9 | i8] [i11 | i10]
82 ror r5, r5, #16 ; [i10 | i11]
84 qadd16 r6, r4, r5 ; [i9+i10 | i8+i11]=[b1 | a1] without shift
85 qsub16 r7, r4, r5 ; [i9-i10 | i8-i11]=[c1 | d1] without shift
93 smuad r2, r6, lr ; o8 = (i9+i10)*8 + (i8+i11)*8
94 smusd r8, r6, lr ; o10 = (i9+i10)*8 - (i8+i11)*8
188 ldr r2, [r1, #20] ; [i11|i10]
192 qadd16 r5, r9, r2 ; b1 = [i7+i11 | i6+i10]
196 qsub16 r6, r9, r2 ; c1 = [i7-i11 | i6-i10]
  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 55 int i10 = *isrc++ + 1; local
102 *idest++ = i10;
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 55 int i10 = *isrc++ + 1; local
102 *idest++ = i10;
  /external/clang/test/SemaCXX/
constant-expression.cpp 57 i10 = sizeof(Struct), member in struct:C
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 68 var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, d17 = 0.0, d18 = 0.0, i19 = 0, i20 = 0, i21 = 0, i22 = 0;
81 i10 = i2 + 4 | 0;
103 d18 = +HEAPF32[i10 >> 2];
117 d18 = +HEAPF32[i10 >> 2];
125 HEAPF32[i6 >> 2] = +HEAPF32[i10 >> 2];
136 d18 = +HEAPF32[i10 >> 2];
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 184 %define i10 [src + 2 * stride5]
225 movdqa xmm10, i10 ; q2, will contain abs(p1-p0)
241 movdqa xmm0, i10
249 movdqa xmm0, i10
254 movdqa i10, xmm0
343 %define i10 [rsp + 160]
532 movdqa i10, xmm8
564 movdqa xmm10, i10 ; q2, will contain abs(p1-p0)
580 movdqa xmm0, i10
588 movdqa xmm0, i10
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 36 int i10[] = {1, 1, 0}; local
43 assert(std::is_heap_until(i10, i10+3) == i10+3);
is_heap.pass.cpp 36 int i10[] = {1, 1, 0}; local
43 assert(std::is_heap(i10, i10+3) == (std::is_heap_until(i10, i10+3) == i10+3));
is_heap_until_comp.pass.cpp 37 int i10[] = {1, 1, 0}; local
44 assert(std::is_heap_until(i10, i10+3, std::greater<int>()) == i10+2);
is_heap_comp.pass.cpp 37 int i10[] = {1, 1, 0}; local
44 assert(std::is_heap(i10, i10+3, std::greater<int>()) == (std::is_heap_until(i10, i10+3, std::greater<int>()) == i10+3));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_attrib_tmp.h 102 static inline float conv_i10_to_i(int i10)
105 val.x = i10;
116 static inline float conv_i10_to_norm_float(int i10)
119 val.x = i10;
130 #define ATTRI10_1( A, I10 ) ATTR( A, 1, GL_FLOAT, conv_i10_to_i((I10) & 0x3ff), 0, 0, 1 )
131 #define ATTRI10_2( A, I10 ) ATTR( A, 2, GL_FLOAT, \
132 conv_i10_to_i((I10) & 0x3ff), \
133 conv_i10_to_i(((I10) >> 10) & 0x3ff), 0, 1 )
134 #define ATTRI10_3( A, I10 ) ATTR( A, 3, GL_FLOAT,
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_attrib_tmp.h 102 static inline float conv_i10_to_i(int i10)
105 val.x = i10;
116 static inline float conv_i10_to_norm_float(int i10)
119 val.x = i10;
130 #define ATTRI10_1( A, I10 ) ATTR( A, 1, GL_FLOAT, conv_i10_to_i((I10) & 0x3ff), 0, 0, 1 )
131 #define ATTRI10_2( A, I10 ) ATTR( A, 2, GL_FLOAT, \
132 conv_i10_to_i((I10) & 0x3ff), \
133 conv_i10_to_i(((I10) >> 10) & 0x3ff), 0, 1 )
134 #define ATTRI10_3( A, I10 ) ATTR( A, 3, GL_FLOAT,
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 270 int i10 = 10; local
    [all...]

Completed in 355 milliseconds