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

1 2

  /external/valgrind/none/tests/amd64/
rcl-amd64.c 6 #define I16(C) "rcrw %%bx\n" "rclw $" #C ",%%ax\n" "rclw %%bx\n"
22 asm(I16(C) : "+a"(a), "+b"(b) : /* */); \
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 118 passed &= (Element::I16(mRS) != nullptr);
178 sp<const Element> I16 = Element::I16(mRS);
204 F32_3, F32_4, F64, I16, I32, I64, I8,
254 eb->add(Element::I16(mRS), "I16", arraySize);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyToTest.java 112 test_Allocationcopy1DRangeTo_Short_Helper(Element.I16(mRS), true);
276 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16(mRS));
299 test_Allocationcopy2DRangeTo_Short_Helper(Element.I16(mRS), true);
484 test_Allocationcopy3DRangeTo_Short_Helper(Element.I16(mRS));
723 test_Allocationcopy1DRangeToUnchecked_Short_Helper(Element.I16(mRS));
TypeTest.java 60 testTypeBuilderHelper(Element.I16(mRS));
ElementTest.java 83 assertTrue(Element.I16(mRS) != null);
201 Element[] I16 = { Element.I16(mRS) };
249 F64, I16, I32, I64, I8,
300 eb.add(Element.I16(mRS), "I16", arraySize);
370 assertFalse(Element.I16(mRS).isComplex());
AllocationTest.java 130 createTypedHelper(Element.I16(mRS));
173 createSizedHelper(Element.I16(mRS));
349 // Accept an Element parameter so this helper can test both I16 and F16 elements.
557 // Accept an Element parameter so this helper can test both I16 and F16 elements.
681 helperShortCopy(Element.I16(mRS), s, 0, s, mode);
693 helperShortCopy(Element.I16(mRS), s, off, count, mode);
721 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h);
    [all...]
GetSetTest.java 459 testSetup(Element.I16(mRS));
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 359 public static Element I16(RenderScript rs) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 599 AM.Segment = CurDAG->getRegister(X86::GS, MVT::i16);
602 AM.Segment = CurDAG->getRegister(X86::FS, MVT::i16);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 371 public static Element I16(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 461 sp<const Element> I16;
1031 static sp<const Element> I16(const sp<RS> &rs);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c 1188 #define I16 (D9_RELAX + 1)
1192 #define IMM16LO (I16 + 1)
1306 #define IF6 {I16, R1, R2}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 782 public void callF688(I16 i) { i.f688(); }
802 static class C16 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16 {}
803 static class C17 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17 {}
804 static class C18 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18 {}
805 static class C19 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19 {}
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 460 milliseconds

1 2