Home
last modified time | relevance | path

Searched refs:outIntegralPart (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestModf.rs25 float outIntegralPart = 0;
26 float out = modf(inV, &outIntegralPart);
27 rsSetElementAt_float(gAllocOutIntegralPart, outIntegralPart, x);
32 float2 outIntegralPart = 0;
33 float2 out = modf(inV, &outIntegralPart);
34 rsSetElementAt_float2(gAllocOutIntegralPart, outIntegralPart, x);
39 float3 outIntegralPart = 0;
40 float3 out = modf(inV, &outIntegralPart);
41 rsSetElementAt_float3(gAllocOutIntegralPart, outIntegralPart, x);
46 float4 outIntegralPart = 0;
[all …]
DTestModf.java49 public Target.Floaty outIntegralPart; field in TestModf.ArgumentsFloatFloatFloat
56 …Allocation outIntegralPart = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32… in checkModfFloatFloatFloat() local
58 script.set_gAllocOutIntegralPart(outIntegralPart); in checkModfFloatFloatFloat()
60 verifyResultsModfFloatFloatFloat(inV, outIntegralPart, out, false); in checkModfFloatFloatFloat()
61 outIntegralPart.destroy(); in checkModfFloatFloatFloat()
67 …Allocation outIntegralPart = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32… in checkModfFloatFloatFloat() local
69 scriptRelaxed.set_gAllocOutIntegralPart(outIntegralPart); in checkModfFloatFloatFloat()
71 verifyResultsModfFloatFloatFloat(inV, outIntegralPart, out, true); in checkModfFloatFloatFloat()
72 outIntegralPart.destroy(); in checkModfFloatFloatFloat()
80 …private void verifyResultsModfFloatFloatFloat(Allocation inV, Allocation outIntegralPart, Allocati… in verifyResultsModfFloatFloatFloat() argument
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java2376 args.outIntegralPart = t.new32(ret);