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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestMax.java 320 public byte inV1;
326 Allocation inV1 = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0x91fcf329ccedf8al, false);
331 script.forEach_testMaxCharCharChar(inV1, out);
332 verifyResultsMaxCharCharChar(inV1, inV2, out, false);
339 scriptRelaxed.forEach_testMaxCharCharChar(inV1, out);
340 verifyResultsMaxCharCharChar(inV1, inV2, out, true);
346 private void verifyResultsMaxCharCharChar(Allocation inV1, Allocation inV2, Allocation out, boolean relaxed) {
348 inV1.copyTo(arrayInV1);
357 args.inV1 = arrayInV1[i];
368 message.append("Input inV1: ")
    [all...]
TestMin.java 320 public byte inV1;
326 Allocation inV1 = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0x47c90c486fc45b58l, false);
331 script.forEach_testMinCharCharChar(inV1, out);
332 verifyResultsMinCharCharChar(inV1, inV2, out, false);
339 scriptRelaxed.forEach_testMinCharCharChar(inV1, out);
340 verifyResultsMinCharCharChar(inV1, inV2, out, true);
346 private void verifyResultsMinCharCharChar(Allocation inV1, Allocation inV2, Allocation out, boolean relaxed) {
348 inV1.copyTo(arrayInV1);
357 args.inV1 = arrayInV1[i];
368 message.append("Input inV1: ")
    [all...]

Completed in 281 milliseconds