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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFdim.java 41 public float inA;
47 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xc3a47366l, false);
52 script.forEach_testFdimFloatFloatFloat(inA, out);
53 verifyResultsFdimFloatFloatFloat(inA, inB, out, false);
60 scriptRelaxed.forEach_testFdimFloatFloatFloat(inA, out);
61 verifyResultsFdimFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFdimFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
83 args.inA = arrayInA[i];
96 message.append("Input inA: ")
    [all...]
TestHypot.java 41 public float inA;
47 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x738c74c4l, false);
52 script.forEach_testHypotFloatFloatFloat(inA, out);
53 verifyResultsHypotFloatFloatFloat(inA, inB, out, false);
60 scriptRelaxed.forEach_testHypotFloatFloatFloat(inA, out);
61 verifyResultsHypotFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsHypotFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
83 args.inA = arrayInA[i];
96 message.append("Input inA: ")
    [all...]
TestNativeHypot.java 41 public float inA;
47 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xbdf66001l, false);
52 script.forEach_testNativeHypotFloatFloatFloat(inA, out);
53 verifyResultsNativeHypotFloatFloatFloat(inA, inB, out, false);
60 scriptRelaxed.forEach_testNativeHypotFloatFloatFloat(inA, out);
61 verifyResultsNativeHypotFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsNativeHypotFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
83 args.inA = arrayInA[i];
96 message.append("Input inA: ")
    [all...]
TestFmax.java 41 public float inA;
47 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x6e6fdd7al, false);
52 script.forEach_testFmaxFloatFloatFloat(inA, out);
53 verifyResultsFmaxFloatFloatFloat(inA, inB, out, false);
60 scriptRelaxed.forEach_testFmaxFloatFloatFloat(inA, out);
61 verifyResultsFmaxFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFmaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
83 args.inA = arrayInA[i];
96 message.append("Input inA: ")
    [all...]
TestFmin.java 41 public float inA;
47 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x1d7b1058l, false);
52 script.forEach_testFminFloatFloatFloat(inA, out);
53 verifyResultsFminFloatFloatFloat(inA, inB, out, false);
60 scriptRelaxed.forEach_testFminFloatFloatFloat(inA, out);
61 verifyResultsFminFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFminFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
83 args.inA = arrayInA[i];
96 message.append("Input inA: ")
    [all...]
TestMax.java 41 public float inA;
47 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xc2162460l, false);
52 script.forEach_testMaxFloatFloatFloat(inA, out);
53 verifyResultsMaxFloatFloatFloat(inA, inB, out, false);
60 scriptRelaxed.forEach_testMaxFloatFloatFloat(inA, out);
61 verifyResultsMaxFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsMaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
83 args.inA = arrayInA[i];
96 message.append("Input inA: ")
    [all...]
TestMin.java 41 public float inA;
47 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7121573el, false);
52 script.forEach_testMinFloatFloatFloat(inA, out);
53 verifyResultsMinFloatFloatFloat(inA, inB, out, false);
60 scriptRelaxed.forEach_testMinFloatFloatFloat(inA, out);
61 verifyResultsMinFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsMinFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
70 inA.copyTo(arrayInA);
83 args.inA = arrayInA[i];
96 message.append("Input inA: ")
    [all...]
  /external/valgrind/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/none/tests/ppc64/
test_isa_2_07_part2.c 950 unsigned int * inA, * inB, * pv;
953 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
962 memcpy(vecA_void_ptr, inA, 8);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 635 Target.Floaty inA = t.newFloaty(a);
637 Target.Floaty r = t.subtract(inA, inB);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 236 milliseconds