HomeSort by relevance Sort by last modified time
    Searched refs:inExponent (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativePowr.rs 25 float inExponent = rsGetElementAt_float(gAllocInExponent, x);
26 return native_powr(inBase, inExponent);
30 float2 inExponent = rsGetElementAt_float2(gAllocInExponent, x);
31 return native_powr(inBase, inExponent);
35 float3 inExponent = rsGetElementAt_float3(gAllocInExponent, x);
36 return native_powr(inBase, inExponent);
40 float4 inExponent = rsGetElementAt_float4(gAllocInExponent, x);
41 return native_powr(inBase, inExponent);
45 half inExponent = rsGetElementAt_half(gAllocInExponent, x);
46 return native_powr(inBase, inExponent);
    [all...]
TestPow.rs 25 float inExponent = rsGetElementAt_float(gAllocInExponent, x);
26 return pow(inBase, inExponent);
30 float2 inExponent = rsGetElementAt_float2(gAllocInExponent, x);
31 return pow(inBase, inExponent);
35 float3 inExponent = rsGetElementAt_float3(gAllocInExponent, x);
36 return pow(inBase, inExponent);
40 float4 inExponent = rsGetElementAt_float4(gAllocInExponent, x);
41 return pow(inBase, inExponent);
45 half inExponent = rsGetElementAt_half(gAllocInExponent, x);
46 return pow(inBase, inExponent);
    [all...]
TestPown.rs 25 int inExponent = rsGetElementAt_int(gAllocInExponent, x);
26 return pown(inBase, inExponent);
30 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x);
31 return pown(inBase, inExponent);
35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
36 return pown(inBase, inExponent);
40 int4 inExponent = rsGetElementAt_int4(gAllocInExponent, x);
41 return pown(inBase, inExponent);
45 int inExponent = rsGetElementAt_int(gAllocInExponent, x);
46 return pown(inBase, inExponent);
    [all...]
TestPowr.rs 25 float inExponent = rsGetElementAt_float(gAllocInExponent, x);
26 return powr(inBase, inExponent);
30 float2 inExponent = rsGetElementAt_float2(gAllocInExponent, x);
31 return powr(inBase, inExponent);
35 float3 inExponent = rsGetElementAt_float3(gAllocInExponent, x);
36 return powr(inBase, inExponent);
40 float4 inExponent = rsGetElementAt_float4(gAllocInExponent, x);
41 return powr(inBase, inExponent);
45 half inExponent = rsGetElementAt_half(gAllocInExponent, x);
46 return powr(inBase, inExponent);
    [all...]
TestLdexp.rs 25 int inExponent = rsGetElementAt_int(gAllocInExponent, x);
26 return ldexp(inMantissa, inExponent);
30 int2 inExponent = rsGetElementAt_int2(gAllocInExponent, x);
31 return ldexp(inMantissa, inExponent);
35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
36 return ldexp(inMantissa, inExponent);
40 int4 inExponent = rsGetElementAt_int4(gAllocInExponent, x);
41 return ldexp(inMantissa, inExponent);
45 int inExponent = rsGetElementAt_int(gAllocInExponent, x);
46 return ldexp(inMantissa, inExponent);
    [all...]
TestNativePowr.java 49 public float inExponent;
55 Allocation inExponent = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xef7b0ab4f9181f0fl, -15, 15);
58 script.set_gAllocInExponent(inExponent);
60 verifyResultsNativePowrFloatFloatFloat(inBase, inExponent, out, false);
67 scriptRelaxed.set_gAllocInExponent(inExponent);
69 verifyResultsNativePowrFloatFloatFloat(inBase, inExponent, out, true);
75 inExponent.destroy();
78 private void verifyResultsNativePowrFloatFloatFloat(Allocation inBase, Allocation inExponent, Allocation out, boolean relaxed) {
84 inExponent.copyTo(arrayInExponent);
95 args.inExponent = arrayInExponent[i]
    [all...]
TestPow.java 49 public float inExponent;
55 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x8bdde8de49a5f734l, false);
58 script.set_gAllocInExponent(inExponent);
60 verifyResultsPowFloatFloatFloat(inBase, inExponent, out, false);
67 scriptRelaxed.set_gAllocInExponent(inExponent);
69 verifyResultsPowFloatFloatFloat(inBase, inExponent, out, true);
75 inExponent.destroy();
78 private void verifyResultsPowFloatFloatFloat(Allocation inBase, Allocation inExponent, Allocation out, boolean relaxed) {
84 inExponent.copyTo(arrayInExponent);
95 args.inExponent = arrayInExponent[i]
    [all...]
TestPowr.java 49 public float inExponent;
55 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7ee76eaeab21ab0al, false);
58 script.set_gAllocInExponent(inExponent);
60 verifyResultsPowrFloatFloatFloat(inBase, inExponent, out, false);
67 scriptRelaxed.set_gAllocInExponent(inExponent);
69 verifyResultsPowrFloatFloatFloat(inBase, inExponent, out, true);
75 inExponent.destroy();
78 private void verifyResultsPowrFloatFloatFloat(Allocation inBase, Allocation inExponent, Allocation out, boolean relaxed) {
84 inExponent.copyTo(arrayInExponent);
95 args.inExponent = arrayInExponent[i]
    [all...]
TestPown.java 49 public int inExponent;
55 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.SIGNED_32, 1, 0x9c3888e9096b9f1bl, false);
58 script.set_gAllocInExponent(inExponent);
60 verifyResultsPownFloatIntFloat(inBase, inExponent, out, false);
67 scriptRelaxed.set_gAllocInExponent(inExponent);
69 verifyResultsPownFloatIntFloat(inBase, inExponent, out, true);
75 inExponent.destroy();
78 private void verifyResultsPownFloatIntFloat(Allocation inBase, Allocation inExponent, Allocation out, boolean relaxed) {
84 inExponent.copyTo(arrayInExponent);
95 args.inExponent = arrayInExponent[i]
    [all...]
TestLdexp.java 49 public int inExponent;
55 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.SIGNED_32, 1, 0xdffd207c2e4133c4l, false);
58 script.set_gAllocInExponent(inExponent);
60 verifyResultsLdexpFloatIntFloat(inMantissa, inExponent, out, false);
67 scriptRelaxed.set_gAllocInExponent(inExponent);
69 verifyResultsLdexpFloatIntFloat(inMantissa, inExponent, out, true);
75 inExponent.destroy();
78 private void verifyResultsLdexpFloatIntFloat(Allocation inMantissa, Allocation inExponent, Allocation out, boolean relaxed) {
84 inExponent.copyTo(arrayInExponent);
95 args.inExponent = arrayInExponent[i]
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java     [all...]

Completed in 1280 milliseconds