HomeSort by relevance Sort by last modified time
    Searched defs:inA (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFdim.java 38 public float inA;
44 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xf5dd38fbc3a47366l, false);
49 script.forEach_testFdimFloatFloatFloat(inA, out);
50 verifyResultsFdimFloatFloatFloat(inA, inB, out, false);
57 scriptRelaxed.forEach_testFdimFloatFloatFloat(inA, out);
58 verifyResultsFdimFloatFloatFloat(inA, inB, out, true);
64 private void verifyResultsFdimFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
66 inA.copyTo(arrayInA);
75 args.inA = arrayInA[i];
87 message.append("Input inA: ")
    [all...]
TestFma.java 38 public float inA;
45 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5f6b3ee0c3466c2l, false);
52 script.forEach_testFmaFloatFloatFloatFloat(inA, out);
53 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, false);
61 scriptRelaxed.forEach_testFmaFloatFloatFloatFloat(inA, out);
62 verifyResultsFmaFloatFloatFloatFloat(inA, inB, inC, out, true);
68 private void verifyResultsFmaFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
81 args.inA = arrayInA[i];
94 message.append("Input inA: ")
    [all...]
TestMad.java 38 public float inA;
45 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb3b9b8429c37eacl, false);
52 script.forEach_testMadFloatFloatFloatFloat(inA, out);
53 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, false);
61 scriptRelaxed.forEach_testMadFloatFloatFloatFloat(inA, out);
62 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, true);
68 private void verifyResultsMadFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
81 args.inA = arrayInA[i];
94 message.append("Input inA: ")
    [all...]
CoreMathVerifier.java     [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 923 unsigned int * inA, * inB, * pv;
926 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
935 memcpy(&vec_inA, inA, 8);
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 242 Dex.Section inA = aSection.exists() ? dexA.open(aSection.off) : null;
254 aOffset = inA.getPosition();
255 a = read(inA, aIndexMap, aIndex);
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 460 milliseconds