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

1 2

  /external/clang/test/CodeCompletion/
namespace.cpp 6 namespace I4 = I1;
namespace-alias.cpp 9 namespace I4 = I1;
16 // CHECK-CC1: I4
using-namespace.cpp 9 namespace I4 = I1;
17 // CHECK-CC1: I4
using.cpp 9 namespace I4 = I1;
19 // CHECK-CC1: I4
  /external/clang/test/Index/
complete-properties.m 32 @interface I4
36 @interface I4 () {
37 I4 *Prop1;
41 @implementation I4 {
92 // CHECK-CC7: ObjCIvarDecl:{ResultType I4 *}{TypedText Prop1} (17)
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
UT_vector.java 184 Int4 I4 = s.get_u16_4();
185 if (I4.x != 1 || I4.y != 2 || I4.z != 3 || I4.w != 4) {
188 I4.x = 2;
189 I4.y = 3;
190 I4.z = 4;
191 I4.w = 5;
192 s.set_u16_4(I4);
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 59 I4 = -2,
  /external/clang/test/SemaCXX/
ms-interface.cpp 44 __interface I4 : I1, I2 {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 143 Int4 i4 = new Int4(); local
144 i4.x = 1;
145 i4.y = 2;
146 i4.x = 3;
147 i4.w = 4;
148 i4 = new Int4(1, 2, 3, 4);
149 assertTrue(i4.x == 1);
150 assertTrue(i4.y == 2);
151 assertTrue(i4.z == 3);
152 assertTrue(i4.w == 4)
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_stddefs.h 108 OI_UINT32 I4; /**< least significant 32 bits */
119 OI_UINT32 I4; /**< least significant 32 bits as an unsigned integer */
  /external/qemu/disas/
mips.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 880 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
881 I1=$1; I2=$2; I3=$3; I4=$I4; I5=$I5; I6=$I6; I7=$I7; I8=$I8; I9=$I9
883 RET=$I9${I8:+" "}$I8${I7:+" "}$I7${I6:+" "}$I6${I5:+" "}$I5${I4:+" "}$I4${I3:+" "}$I3${I2:+" "}$I2${I1:+" "}$I1
1117 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1118 I1=$1; I2=$2; I3=$3; I4=$4; I5=$5; I6=$6; I7=$7; I8=$8; I9=$9
1120 RET=$I9${I9:+" "}$I8${I8:+" "}$I7${I7:+" "}$I6${I6:+" "}$I5${I5:+" "}$I4${I4:+" "}$I3${I3:+" "}$I2${I2:+" "}$I1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 880 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
881 I1=$1; I2=$2; I3=$3; I4=$I4; I5=$I5; I6=$I6; I7=$I7; I8=$I8; I9=$I9
883 RET=$I9${I8:+" "}$I8${I7:+" "}$I7${I6:+" "}$I6${I5:+" "}$I5${I4:+" "}$I4${I3:+" "}$I3${I2:+" "}$I2${I1:+" "}$I1
1117 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1118 I1=$1; I2=$2; I3=$3; I4=$4; I5=$5; I6=$6; I7=$7; I8=$8; I9=$9
1120 RET=$I9${I9:+" "}$I8${I8:+" "}$I7${I7:+" "}$I6${I6:+" "}$I5${I5:+" "}$I4${I4:+" "}$I3${I3:+" "}$I2${I2:+" "}$I1
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 655 integerPart I4[4] = {0x0, 0xF, 0x18, 0x0};
656 APInt A4(integerPartWidth*4, ArrayRef<integerPart>(I4, 4));
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 81 SP::I4, SP::I5, SP::I6, SP::I7 };
  /external/eigen/blas/testing/
dblat1.f     [all...]
cblat1.f 574 99997 FORMAT (1X,I4,I3,3I5,I3,2E36.8,2E12.4)
680 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
sblat1.f     [all...]
zblat1.f 574 99997 FORMAT (1X,I4,I3,3I5,I3,2D36.8,2D12.4)
680 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
filter_altivec.asm 141 .macro Interp4 R I I4
143 vmsummbm \R, v14, \I4, \R

Completed in 2616 milliseconds

1 2