HomeSort by relevance Sort by last modified time
    Searched refs:i5 (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/libffi/testsuite/libffi.call/
many_mixed.c 28 long int i5,
34 return ((double) (i1 + i2 + i3 + i4 + i5 + i6) + (f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/llvm/test/MC/Sparc/
sparc-special-registers.s 46 ! CHECK: ld [%g2+%i5], %fsr ! encoding: [0xc1,0x08,0x80,0x1d]
47 ld [%g2 + %i5],%fsr
52 ! CHECK: st %fsr, [%g2+%i5] ! encoding: [0xc1,0x28,0x80,0x1d]
53 st %fsr,[%g2 + %i5]
sparc-coproc.s 51 ! CHECK: ld [%i5], %csr ! encoding: [0xc1,0x8f,0x40,0x00]
54 ld [%i5], %csr
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs_tmp.h 31 #define TRIANGLE_ADJ(flags,i0,i1,i2,i3,i4,i5) gs_tri_adj(gs,i0,i1,i2,i3,i4,i5)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-special-registers.s 46 ! CHECK: ld [%g2+%i5], %fsr ! encoding: [0xc1,0x08,0x80,0x1d]
47 ld [%g2 + %i5],%fsr
52 ! CHECK: st %fsr, [%g2+%i5] ! encoding: [0xc1,0x28,0x80,0x1d]
53 st %fsr,[%g2 + %i5]
sparc-coproc.s 51 ! CHECK: ld [%i5], %csr ! encoding: [0xc1,0x8f,0x40,0x00]
54 ld [%i5], %csr
  /external/llvm/test/tools/llvm-nm/X86/
radix.s 46 .type i5,@object # @i5
47 .globl i5
49 i5: label
51 .size i5, 4
210 //CHECK: 0000000000000016 D i5
236 //OCTAL: 0000000000000020 D i5
262 //HEX: 0000000000000010 D i5
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/
radix.s 46 .type i5,@object # @i5
47 .globl i5
49 i5: label
51 .size i5, 4
210 //CHECK: 0000000000000016 D i5
236 //OCTAL: 0000000000000020 D i5
262 //HEX: 0000000000000010 D i5
  /dalvik/dx/tests/140-ssa-phi-overlap/
Test.java 80 for (int i5 = 0; i5 < 2; i5++) {
82 mArray[i0][i1][i2][i3][i4][i5][i6] = a;
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 80 LDPTR [%i1 + V4F_START], %i5
103 * i5: vProj[4][i]
132 st %g0, [%i5 + 0x00] ! LSU
135 st %g0, [%i5 + 0x04] ! LSU
137 st %g0, [%i5 + 0x08] ! LSU
139 st %f4, [%i5 + 0x0c] ! LSU Group
144 st %f0, [%i5 + 0x00] ! LSU Group
146 st %f1, [%i5 + 0x04] ! LSU Group
148 st %f2, [%i5 + 0x08] ! LSU Group
149 st %f8, [%i5 + 0x0c] ! LSU Grou
    [all...]
  /external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
CallbacksTest.java 52 public void call(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6,
58 parameters.add(i5);
  /external/lzma/CPP/Common/
MyCom.h 245 #define MY_UNKNOWN_IMP5(i1, i2, i3, i4, i5) MY_UNKNOWN_IMP_SPEC( \
251 MY_QUERYINTERFACE_ENTRY(i5) \
254 #define MY_UNKNOWN_IMP6(i1, i2, i3, i4, i5, i6) MY_UNKNOWN_IMP_SPEC( \
260 MY_QUERYINTERFACE_ENTRY(i5) \
264 #define MY_UNKNOWN_IMP7(i1, i2, i3, i4, i5, i6, i7) MY_UNKNOWN_IMP_SPEC( \
270 MY_QUERYINTERFACE_ENTRY(i5) \
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_PinnedPositionsTest.java 144 final DatabaseAsserts.ContactIdPair i5 = DatabaseAsserts.assertAndCreateContact(mResolver); local
153 operations.add(newPinningOperation(i5.mContactId, 5, true));
166 assertValuesForContact(i5.mContactId, newContentValues(Contacts.PINNED, 5));
178 assertValuesForRawContact(i5.mRawContactId,
191 assertValuesForContact(i5.mContactId, newContentValues(Contacts.PINNED, 5));
199 assertValuesForRawContact(i5.mRawContactId, newContentValues(RawContacts.PINNED, 5));
217 assertValuesForRawContact(i5.mRawContactId,
224 operations.add(newPinningOperation(i5.mContactId, PinnedPositions.DEMOTED, false));
235 assertValuesForContact(i5.mContactId,
241 i5.mRawContactId, i6.mRawContactId)
    [all...]
  /external/clang/test/CodeGen/
renderscript.c 103 typedef struct {int i1, i2, i3, i4, i5; } sInt5; member in struct:__anon17175
arm64-abi-vector.c 286 __int5 i5 = va_arg(ap, __int5); local
290 sum = sum + i5.x + i5.y;
301 __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5,
303 double ret = varargs_vec(3, *c3, *c5, *c9, *c19, *s3, *s5, *i3, *i5, *d3);
  /art/test/MyClassNatives/
MyClassNatives.java 81 native void forceStackParameters(int i1, int i2, int i3, int i4, int i5, int i6, int i8, int i9,
127 native static void stackArgsIntsFirst(int i1, int i2, int i3, int i4, int i5, int i6, int i7,
133 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5,
138 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9,
142 native static long getStackArgSignExtendedMips64(int i1, int i2, int i3, int i4, int i5, int i6,
215 native void forceStackParameters_Fast(int i1, int i2, int i3, int i4, int i5, int i6, int i8, int i9,
261 native static void stackArgsIntsFirst_Fast(int i1, int i2, int i3, int i4, int i5, int i6, int i7,
267 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5,
272 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9,
276 native static long getStackArgSignExtendedMips64_Fast(int i1, int i2, int i3, int i4, int i5, int i6
    [all...]
  /art/test/165-lock-owner-proxy/src/
Main.java 54 public void foo(int i1, int i2, int i3, int i4, int i5, int i6);
  /external/clang/test/Sema/
complex-int.c 63 int i5[(3i == -(-3i) ? ((void)3, 1i - 1) : 0) == 1i - 1 ? 1 : -1]; variable
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 35 ListItem *i4 = 0, ListItem *i5 = 0, ListItem *i6 = 0) {
52 if (i5) {
53 CHECK_EQ(l->front(), i5);
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 181 %define i5 [spp + 4 * stride]
206 movdqa xmm8, i5
214 movdqa xmm8, i5
221 movdqa i5, xmm8
340 %define i5 [rsp + 80]
429 movdqa i5, xmm8
513 punpcklqdq xmm8, i5
514 punpckhqdq xmm13, i5
529 movdqa i5, xmm10
553 movdqa xmm9, i5
    [all...]
  /external/clang/test/SemaCXX/
constant-expression.cpp 52 i5 = Struct::sval, member in struct:C
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdlib_512_avx512.inl 604 int i7, int i6, int i5, int i4, int i3, int i2, int i1, int i0)
608 i7, i6, i5, i4, i3, i2, i1, i0);
612 int i7, int i6, int i5, int i4, int i3, int i2, int i1, int i0)
616 i7, i6, i5, i4, i3, i2, i1, i0);
621 float i7, float i6, float i5, float i4, float i3, float i2, float i1, float i0)
625 i7, i6, i5, i4, i3, i2, i1, i0);
629 float i7, float i6, float i5, float i4, float i3, float i2, float i1, float i0)
633 i7, i6, i5, i4, i3, i2, i1, i0);
simdlib_512_emu.inl 773 int i7, int i6, int i5, int i4, int i3, int i2, int i1, int i0)
778 i7, i6, i5, i4, i3, i2, i1, i0),
785 int i7, int i6, int i5, int i4, int i3, int i2, int i1, int i0)
789 i7, i6, i5, i4, i3, i2, i1, i0);
794 float i7, float i6, float i5, float i4, float i3, float i2, float i1, float i0)
799 i7, i6, i5, i4, i3, i2, i1, i0),
806 float i7, float i6, float i5, float i4, float i3, float i2, float i1, float i0)
810 i7, i6, i5, i4, i3, i2, i1, i0);
  /external/clang/test/SemaTemplate/
friend-template.cpp 141 void test_X(X<int> x, int_c<5> i5) {
142 f(x, i5);
  /external/llvm/unittests/ADT/
HashingTest.cpp 336 const int i1 = 42, i2 = 43, i3 = 123, i4 = 999, i5 = 0, i6 = 79; local
337 const int arr1[] = { i1, i2, i3, i4, i5, i6 };
343 hash_combine(i1, i2, i3, i4, i5));
345 hash_combine(i1, i2, i3, i4, i5, i6));

Completed in 1632 milliseconds

12 3 4