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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFdim.java 42 public float inB;
48 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xc3a47367l, false);
51 script.set_gAllocInB(inB);
53 verifyResultsFdimFloatFloatFloat(inA, inB, out, false);
59 scriptRelaxed.set_gAllocInB(inB);
61 verifyResultsFdimFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFdimFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
73 inB.copyTo(arrayInB);
84 args.inB = arrayInB[i];
99 message.append("Input inB: ")
    [all...]
TestHypot.java 42 public float inB;
48 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x738c74c5l, false);
51 script.set_gAllocInB(inB);
53 verifyResultsHypotFloatFloatFloat(inA, inB, out, false);
59 scriptRelaxed.set_gAllocInB(inB);
61 verifyResultsHypotFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsHypotFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
73 inB.copyTo(arrayInB);
84 args.inB = arrayInB[i];
99 message.append("Input inB: ")
    [all...]
TestNativeHypot.java 42 public float inB;
48 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xbdf66002l, false);
51 script.set_gAllocInB(inB);
53 verifyResultsNativeHypotFloatFloatFloat(inA, inB, out, false);
59 scriptRelaxed.set_gAllocInB(inB);
61 verifyResultsNativeHypotFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsNativeHypotFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
73 inB.copyTo(arrayInB);
84 args.inB = arrayInB[i];
99 message.append("Input inB: ")
    [all...]
TestFmax.java 42 public float inB;
48 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x6e6fdd7bl, false);
51 script.set_gAllocInB(inB);
53 verifyResultsFmaxFloatFloatFloat(inA, inB, out, false);
59 scriptRelaxed.set_gAllocInB(inB);
61 verifyResultsFmaxFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFmaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
73 inB.copyTo(arrayInB);
84 args.inB = arrayInB[i];
99 message.append("Input inB: ")
    [all...]
TestFmin.java 42 public float inB;
48 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x1d7b1059l, false);
51 script.set_gAllocInB(inB);
53 verifyResultsFminFloatFloatFloat(inA, inB, out, false);
59 scriptRelaxed.set_gAllocInB(inB);
61 verifyResultsFminFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFminFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
73 inB.copyTo(arrayInB);
84 args.inB = arrayInB[i];
99 message.append("Input inB: ")
    [all...]
TestMax.java 42 public float inB;
48 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xc2162461l, false);
51 script.set_gAllocInB(inB);
53 verifyResultsMaxFloatFloatFloat(inA, inB, out, false);
59 scriptRelaxed.set_gAllocInB(inB);
61 verifyResultsMaxFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsMaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
73 inB.copyTo(arrayInB);
84 args.inB = arrayInB[i];
99 message.append("Input inB: ")
    [all...]
TestMin.java 42 public float inB;
48 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7121573fl, false);
51 script.set_gAllocInB(inB);
53 verifyResultsMinFloatFloatFloat(inA, inB, out, false);
59 scriptRelaxed.set_gAllocInB(inB);
61 verifyResultsMinFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsMinFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
73 inB.copyTo(arrayInB);
84 args.inB = arrayInB[i];
99 message.append("Input inB: ")
    [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;
954 inB = (unsigned int *)&spec_fargs[aTest.frb_idx];
963 memcpy(vecB_void_ptr, inB, 8);
993 memcpy(vecOut_void_ptr, inB, 8); // src2
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 636 Target.Floaty inB = t.newFloaty(b);
637 Target.Floaty r = t.subtract(inA, inB);
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1708 milliseconds