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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestMax.java 321 public byte inV2;
327 Allocation inV2 = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0x91fcf329ccedf8bl, false);
330 script.set_gAllocInV2(inV2);
332 verifyResultsMaxCharCharChar(inV1, inV2, out, false);
338 scriptRelaxed.set_gAllocInV2(inV2);
340 verifyResultsMaxCharCharChar(inV1, inV2, out, true);
346 private void verifyResultsMaxCharCharChar(Allocation inV1, Allocation inV2, Allocation out, boolean relaxed) {
350 inV2.copyTo(arrayInV2);
358 args.inV2 = arrayInV2[i];
371 message.append("Input inV2: ")
    [all...]
TestMin.java 321 public byte inV2;
327 Allocation inV2 = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0x47c90c486fc45b59l, false);
330 script.set_gAllocInV2(inV2);
332 verifyResultsMinCharCharChar(inV1, inV2, out, false);
338 scriptRelaxed.set_gAllocInV2(inV2);
340 verifyResultsMinCharCharChar(inV1, inV2, out, true);
346 private void verifyResultsMinCharCharChar(Allocation inV1, Allocation inV2, Allocation out, boolean relaxed) {
350 inV2.copyTo(arrayInV2);
358 args.inV2 = arrayInV2[i];
371 message.append("Input inV2: ")
    [all...]

Completed in 420 milliseconds