Home
last modified time | relevance | path

Searched refs:unsigned (Results 1 – 25 of 43) sorted by relevance

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestMax.rscript24 float __attribute__((kernel)) testMaxFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testMaxFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testMaxFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testMaxFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testMaxHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testMaxHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testMaxHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testMaxHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testMaxFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testMaxFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestMin.rscript24 float __attribute__((kernel)) testMinFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testMinFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testMinFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testMinFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testMinHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testMinHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testMinHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testMinHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testMinFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testMinFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestClamp.rscript25 float __attribute__((kernel)) testClampFloatFloatFloatFloat(float inValue, unsigned int x) {
31 float2 __attribute__((kernel)) testClampFloat2Float2Float2Float2(float2 inValue, unsigned int x) {
37 float3 __attribute__((kernel)) testClampFloat3Float3Float3Float3(float3 inValue, unsigned int x) {
43 float4 __attribute__((kernel)) testClampFloat4Float4Float4Float4(float4 inValue, unsigned int x) {
49 float2 __attribute__((kernel)) testClampFloat2FloatFloatFloat2(float2 inValue, unsigned int x) {
55 float3 __attribute__((kernel)) testClampFloat3FloatFloatFloat3(float3 inValue, unsigned int x) {
61 float4 __attribute__((kernel)) testClampFloat4FloatFloatFloat4(float4 inValue, unsigned int x) {
67 char __attribute__((kernel)) testClampCharCharCharChar(char inValue, unsigned int x) {
73 char2 __attribute__((kernel)) testClampChar2Char2Char2Char2(char2 inValue, unsigned int x) {
79 char3 __attribute__((kernel)) testClampChar3Char3Char3Char3(char3 inValue, unsigned int x) {
[all …]
DTestStep.rscript24 float __attribute__((kernel)) testStepFloatFloatFloat(float inEdge, unsigned int x) {
29 float2 __attribute__((kernel)) testStepFloat2Float2Float2(float2 inEdge, unsigned int x) {
34 float3 __attribute__((kernel)) testStepFloat3Float3Float3(float3 inEdge, unsigned int x) {
39 float4 __attribute__((kernel)) testStepFloat4Float4Float4(float4 inEdge, unsigned int x) {
44 half __attribute__((kernel)) testStepHalfHalfHalf(half inEdge, unsigned int x) {
49 half2 __attribute__((kernel)) testStepHalf2Half2Half2(half2 inEdge, unsigned int x) {
54 half3 __attribute__((kernel)) testStepHalf3Half3Half3(half3 inEdge, unsigned int x) {
59 half4 __attribute__((kernel)) testStepHalf4Half4Half4(half4 inEdge, unsigned int x) {
64 float2 __attribute__((kernel)) testStepFloat2FloatFloat2(float2 inEdge, unsigned int x) {
69 float3 __attribute__((kernel)) testStepFloat3FloatFloat3(float3 inEdge, unsigned int x) {
[all …]
DTestFmin.rscript24 float __attribute__((kernel)) testFminFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFminFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFminFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFminFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFminHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFminHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFminHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFminHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFminFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFminFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestFmax.rscript24 float __attribute__((kernel)) testFmaxFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFmaxFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFmaxFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFmaxFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFmaxHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFmaxHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFmaxHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFmaxHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFmaxFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFmaxFloat3FloatFloat3(float3 inA, unsigned int x) {
[all …]
DTestMix.rscript25 float __attribute__((kernel)) testMixFloatFloatFloatFloat(float inStart, unsigned int x) {
31 float2 __attribute__((kernel)) testMixFloat2Float2Float2Float2(float2 inStart, unsigned int x) {
37 float3 __attribute__((kernel)) testMixFloat3Float3Float3Float3(float3 inStart, unsigned int x) {
43 float4 __attribute__((kernel)) testMixFloat4Float4Float4Float4(float4 inStart, unsigned int x) {
49 half __attribute__((kernel)) testMixHalfHalfHalfHalf(half inStart, unsigned int x) {
55 half2 __attribute__((kernel)) testMixHalf2Half2Half2Half2(half2 inStart, unsigned int x) {
61 half3 __attribute__((kernel)) testMixHalf3Half3Half3Half3(half3 inStart, unsigned int x) {
67 half4 __attribute__((kernel)) testMixHalf4Half4Half4Half4(half4 inStart, unsigned int x) {
73 float2 __attribute__((kernel)) testMixFloat2Float2FloatFloat2(float2 inStart, unsigned int x) {
79 float3 __attribute__((kernel)) testMixFloat3Float3FloatFloat3(float3 inStart, unsigned int x) {
[all …]
DTestNativePowr.rscript24 float __attribute__((kernel)) testNativePowrFloatFloatFloat(float inBase, unsigned int x) {
29 float2 __attribute__((kernel)) testNativePowrFloat2Float2Float2(float2 inBase, unsigned int x) {
34 float3 __attribute__((kernel)) testNativePowrFloat3Float3Float3(float3 inBase, unsigned int x) {
39 float4 __attribute__((kernel)) testNativePowrFloat4Float4Float4(float4 inBase, unsigned int x) {
44 half __attribute__((kernel)) testNativePowrHalfHalfHalf(half inBase, unsigned int x) {
49 half2 __attribute__((kernel)) testNativePowrHalf2Half2Half2(half2 inBase, unsigned int x) {
54 half3 __attribute__((kernel)) testNativePowrHalf3Half3Half3(half3 inBase, unsigned int x) {
59 half4 __attribute__((kernel)) testNativePowrHalf4Half4Half4(half4 inBase, unsigned int x) {
DTestRemainder.rscript24 float __attribute__((kernel)) testRemainderFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testRemainderFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testRemainderFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testRemainderFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testRemainderHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testRemainderHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testRemainderHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testRemainderHalf4Half4Half4(half4 inNumerator, unsigned int x) {
DTestPowr.rscript24 float __attribute__((kernel)) testPowrFloatFloatFloat(float inBase, unsigned int x) {
29 float2 __attribute__((kernel)) testPowrFloat2Float2Float2(float2 inBase, unsigned int x) {
34 float3 __attribute__((kernel)) testPowrFloat3Float3Float3(float3 inBase, unsigned int x) {
39 float4 __attribute__((kernel)) testPowrFloat4Float4Float4(float4 inBase, unsigned int x) {
44 half __attribute__((kernel)) testPowrHalfHalfHalf(half inBase, unsigned int x) {
49 half2 __attribute__((kernel)) testPowrHalf2Half2Half2(half2 inBase, unsigned int x) {
54 half3 __attribute__((kernel)) testPowrHalf3Half3Half3(half3 inBase, unsigned int x) {
59 half4 __attribute__((kernel)) testPowrHalf4Half4Half4(half4 inBase, unsigned int x) {
DTestNativeAtan2pi.rscript24 float __attribute__((kernel)) testNativeAtan2piFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testNativeAtan2piFloat2Float2Float2(float2 inNumerator, unsigned int…
34 float3 __attribute__((kernel)) testNativeAtan2piFloat3Float3Float3(float3 inNumerator, unsigned int…
39 float4 __attribute__((kernel)) testNativeAtan2piFloat4Float4Float4(float4 inNumerator, unsigned int…
44 half __attribute__((kernel)) testNativeAtan2piHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testNativeAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testNativeAtan2piHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testNativeAtan2piHalf4Half4Half4(half4 inNumerator, unsigned int x) {
DTestNativeAtan2.rscript24 float __attribute__((kernel)) testNativeAtan2FloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testNativeAtan2Float2Float2Float2(float2 inNumerator, unsigned int x…
34 float3 __attribute__((kernel)) testNativeAtan2Float3Float3Float3(float3 inNumerator, unsigned int x…
39 float4 __attribute__((kernel)) testNativeAtan2Float4Float4Float4(float4 inNumerator, unsigned int x…
44 half __attribute__((kernel)) testNativeAtan2HalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testNativeAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testNativeAtan2Half3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testNativeAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {
DTestFdim.rscript24 float __attribute__((kernel)) testFdimFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFdimFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFdimFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFdimFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFdimHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFdimHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFdimHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFdimHalf4Half4Half4(half4 inA, unsigned int x) {
DTestCopysign.rscript24 float __attribute__((kernel)) testCopysignFloatFloatFloat(float inMagnitudeValue, unsigned int x) {
29 float2 __attribute__((kernel)) testCopysignFloat2Float2Float2(float2 inMagnitudeValue, unsigned int…
34 float3 __attribute__((kernel)) testCopysignFloat3Float3Float3(float3 inMagnitudeValue, unsigned int…
39 float4 __attribute__((kernel)) testCopysignFloat4Float4Float4(float4 inMagnitudeValue, unsigned int…
44 half __attribute__((kernel)) testCopysignHalfHalfHalf(half inMagnitudeValue, unsigned int x) {
49 half2 __attribute__((kernel)) testCopysignHalf2Half2Half2(half2 inMagnitudeValue, unsigned int x) {
54 half3 __attribute__((kernel)) testCopysignHalf3Half3Half3(half3 inMagnitudeValue, unsigned int x) {
59 half4 __attribute__((kernel)) testCopysignHalf4Half4Half4(half4 inMagnitudeValue, unsigned int x) {
DTestNativeDivide.rscript24 float __attribute__((kernel)) testNativeDivideFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float2 __attribute__((kernel)) testNativeDivideFloat2Float2Float2(float2 inLeftVector, unsigned int…
34 float3 __attribute__((kernel)) testNativeDivideFloat3Float3Float3(float3 inLeftVector, unsigned int…
39 float4 __attribute__((kernel)) testNativeDivideFloat4Float4Float4(float4 inLeftVector, unsigned int…
44 half __attribute__((kernel)) testNativeDivideHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half2 __attribute__((kernel)) testNativeDivideHalf2Half2Half2(half2 inLeftVector, unsigned int x) {
54 half3 __attribute__((kernel)) testNativeDivideHalf3Half3Half3(half3 inLeftVector, unsigned int x) {
59 half4 __attribute__((kernel)) testNativeDivideHalf4Half4Half4(half4 inLeftVector, unsigned int x) {
DTestDot.rscript24 float __attribute__((kernel)) testDotFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float __attribute__((kernel)) testDotFloat2Float2Float(float2 inLeftVector, unsigned int x) {
34 float __attribute__((kernel)) testDotFloat3Float3Float(float3 inLeftVector, unsigned int x) {
39 float __attribute__((kernel)) testDotFloat4Float4Float(float4 inLeftVector, unsigned int x) {
44 half __attribute__((kernel)) testDotHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testDotHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testDotHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testDotHalf4Half4Half(half4 inLeftVector, unsigned int x) {
DTestFmod.rscript24 float __attribute__((kernel)) testFmodFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testFmodFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testFmodFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testFmodFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testFmodHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testFmodHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testFmodHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testFmodHalf4Half4Half4(half4 inNumerator, unsigned int x) {
DTestHypot.rscript24 float __attribute__((kernel)) testHypotFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testHypotFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testHypotFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testHypotFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testHypotHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testHypotHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testHypotHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testHypotHalf4Half4Half4(half4 inA, unsigned int x) {
DTestAtan2pi.rscript24 float __attribute__((kernel)) testAtan2piFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testAtan2piFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testAtan2piFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testAtan2piFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testAtan2piHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testAtan2piHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testAtan2piHalf4Half4Half4(half4 inNumerator, unsigned int x) {
DTestPow.rscript24 float __attribute__((kernel)) testPowFloatFloatFloat(float inBase, unsigned int x) {
29 float2 __attribute__((kernel)) testPowFloat2Float2Float2(float2 inBase, unsigned int x) {
34 float3 __attribute__((kernel)) testPowFloat3Float3Float3(float3 inBase, unsigned int x) {
39 float4 __attribute__((kernel)) testPowFloat4Float4Float4(float4 inBase, unsigned int x) {
44 half __attribute__((kernel)) testPowHalfHalfHalf(half inBase, unsigned int x) {
49 half2 __attribute__((kernel)) testPowHalf2Half2Half2(half2 inBase, unsigned int x) {
54 half3 __attribute__((kernel)) testPowHalf3Half3Half3(half3 inBase, unsigned int x) {
59 half4 __attribute__((kernel)) testPowHalf4Half4Half4(half4 inBase, unsigned int x) {
DTestDistance.rscript24 float __attribute__((kernel)) testDistanceFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float __attribute__((kernel)) testDistanceFloat2Float2Float(float2 inLeftVector, unsigned int x) {
34 float __attribute__((kernel)) testDistanceFloat3Float3Float(float3 inLeftVector, unsigned int x) {
39 float __attribute__((kernel)) testDistanceFloat4Float4Float(float4 inLeftVector, unsigned int x) {
44 half __attribute__((kernel)) testDistanceHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testDistanceHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testDistanceHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testDistanceHalf4Half4Half(half4 inLeftVector, unsigned int x) {
DTestPown.rscript24 float __attribute__((kernel)) testPownFloatIntFloat(float inBase, unsigned int x) {
29 float2 __attribute__((kernel)) testPownFloat2Int2Float2(float2 inBase, unsigned int x) {
34 float3 __attribute__((kernel)) testPownFloat3Int3Float3(float3 inBase, unsigned int x) {
39 float4 __attribute__((kernel)) testPownFloat4Int4Float4(float4 inBase, unsigned int x) {
44 half __attribute__((kernel)) testPownHalfIntHalf(half inBase, unsigned int x) {
49 half2 __attribute__((kernel)) testPownHalf2Int2Half2(half2 inBase, unsigned int x) {
54 half3 __attribute__((kernel)) testPownHalf3Int3Half3(half3 inBase, unsigned int x) {
59 half4 __attribute__((kernel)) testPownHalf4Int4Half4(half4 inBase, unsigned int x) {
DTestNativeHypot.rscript24 float __attribute__((kernel)) testNativeHypotFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testNativeHypotFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testNativeHypotFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testNativeHypotFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testNativeHypotHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testNativeHypotHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testNativeHypotHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testNativeHypotHalf4Half4Half4(half4 inA, unsigned int x) {
DTestNativeDistance.rscript24 float __attribute__((kernel)) testNativeDistanceFloatFloatFloat(float inLeftVector, unsigned int x)…
29 float __attribute__((kernel)) testNativeDistanceFloat2Float2Float(float2 inLeftVector, unsigned int…
34 float __attribute__((kernel)) testNativeDistanceFloat3Float3Float(float3 inLeftVector, unsigned int…
39 float __attribute__((kernel)) testNativeDistanceFloat4Float4Float(float4 inLeftVector, unsigned int…
44 half __attribute__((kernel)) testNativeDistanceHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testNativeDistanceHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testNativeDistanceHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testNativeDistanceHalf4Half4Half(half4 inLeftVector, unsigned int x) {
DTestAtan2.rscript24 float __attribute__((kernel)) testAtan2FloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testAtan2Float2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testAtan2Float3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testAtan2Float4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testAtan2HalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testAtan2Half3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {

12