Searched refs:half2 (Results 1 – 25 of 108) sorted by relevance
12345
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestFract.rs | 75 half2 __attribute__((kernel)) testFractHalf2Half2Half2(half2 inV, unsigned int x) { 76 half2 outFloor = 0; 77 half2 out = fract(inV, &outFloor); 100 half2 __attribute__((kernel)) testFractHalf2Half2(half2 inV) {
|
D | TestMix.rs | 55 half2 __attribute__((kernel)) testMixHalf2Half2Half2Half2(half2 inStart, unsigned int x) { 56 half2 inStop = rsGetElementAt_half2(gAllocInStop, x); 57 half2 inFraction = rsGetElementAt_half2(gAllocInFraction, x); 91 half2 __attribute__((kernel)) testMixHalf2Half2HalfHalf2(half2 inStart, unsigned int x) { 92 half2 inStop = rsGetElementAt_half2(gAllocInStop, x);
|
D | TestStep.rs | 49 half2 __attribute__((kernel)) testStepHalf2Half2Half2(half2 inEdge, unsigned int x) { 50 half2 inV = rsGetElementAt_half2(gAllocInV, x); 79 half2 __attribute__((kernel)) testStepHalf2HalfHalf2(half2 inEdge, unsigned int x) { 109 half2 __attribute__((kernel)) testStepHalfHalf2Half2(half inEdge, unsigned int x) { 110 half2 inV = rsGetElementAt_half2(gAllocInV, x);
|
D | TestFmin.rs | 49 half2 __attribute__((kernel)) testFminHalf2Half2Half2(half2 inA, unsigned int x) { 50 half2 inB = rsGetElementAt_half2(gAllocInB, x); 79 half2 __attribute__((kernel)) testFminHalf2HalfHalf2(half2 inA, unsigned int x) {
|
D | TestFmax.rs | 49 half2 __attribute__((kernel)) testFmaxHalf2Half2Half2(half2 inA, unsigned int x) { 50 half2 inB = rsGetElementAt_half2(gAllocInB, x); 79 half2 __attribute__((kernel)) testFmaxHalf2HalfHalf2(half2 inA, unsigned int x) {
|
D | TestSincos.rs | 59 half2 __attribute__((kernel)) testSincosHalf2Half2Half2(half2 inV, unsigned int x) { 60 half2 outCos = 0; 61 half2 out = sincos(inV, &outCos);
|
D | TestNativeSincos.rs | 59 half2 __attribute__((kernel)) testNativeSincosHalf2Half2Half2(half2 inV, unsigned int x) { 60 half2 outCos = 0; 61 half2 out = native_sincos(inV, &outCos);
|
D | TestFma.rs | 55 half2 __attribute__((kernel)) testFmaHalf2Half2Half2Half2(half2 inMultiplicand1, unsigned int x) { 56 half2 inMultiplicand2 = rsGetElementAt_half2(gAllocInMultiplicand2, x); 57 half2 inOffset = rsGetElementAt_half2(gAllocInOffset, x);
|
D | TestMad.rs | 55 half2 __attribute__((kernel)) testMadHalf2Half2Half2Half2(half2 inMultiplicand1, unsigned int x) { 56 half2 inMultiplicand2 = rsGetElementAt_half2(gAllocInMultiplicand2, x); 57 half2 inOffset = rsGetElementAt_half2(gAllocInOffset, x);
|
D | TestPowr.rs | 49 half2 __attribute__((kernel)) testPowrHalf2Half2Half2(half2 inBase, unsigned int x) { 50 half2 inExponent = rsGetElementAt_half2(gAllocInExponent, x);
|
D | TestCopysign.rs | 49 half2 __attribute__((kernel)) testCopysignHalf2Half2Half2(half2 inMagnitudeValue, unsigned int x) { 50 half2 inSignValue = rsGetElementAt_half2(gAllocInSignValue, x);
|
D | TestAtan2pi.rs | 49 half2 __attribute__((kernel)) testAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) { 50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
|
D | TestAtan2.rs | 49 half2 __attribute__((kernel)) testAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) { 50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
|
D | TestPow.rs | 49 half2 __attribute__((kernel)) testPowHalf2Half2Half2(half2 inBase, unsigned int x) { 50 half2 inExponent = rsGetElementAt_half2(gAllocInExponent, x);
|
D | TestHypot.rs | 49 half2 __attribute__((kernel)) testHypotHalf2Half2Half2(half2 inA, unsigned int x) { 50 half2 inB = rsGetElementAt_half2(gAllocInB, x);
|
D | TestRemainder.rs | 49 half2 __attribute__((kernel)) testRemainderHalf2Half2Half2(half2 inNumerator, unsigned int x) { 50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
|
D | TestNativeAtan2pi.rs | 49 half2 __attribute__((kernel)) testNativeAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) { 50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
|
D | TestNativeDivide.rs | 49 half2 __attribute__((kernel)) testNativeDivideHalf2Half2Half2(half2 inLeftVector, unsigned int x) { 50 half2 inRightVector = rsGetElementAt_half2(gAllocInRightVector, x);
|
D | TestNativePowr.rs | 49 half2 __attribute__((kernel)) testNativePowrHalf2Half2Half2(half2 inBase, unsigned int x) { 50 half2 inExponent = rsGetElementAt_half2(gAllocInExponent, x);
|
D | TestFmod.rs | 49 half2 __attribute__((kernel)) testFmodHalf2Half2Half2(half2 inNumerator, unsigned int x) { 50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
|
D | TestNativeHypot.rs | 49 half2 __attribute__((kernel)) testNativeHypotHalf2Half2Half2(half2 inA, unsigned int x) { 50 half2 inB = rsGetElementAt_half2(gAllocInB, x);
|
D | TestFdim.rs | 49 half2 __attribute__((kernel)) testFdimHalf2Half2Half2(half2 inA, unsigned int x) { 50 half2 inB = rsGetElementAt_half2(gAllocInB, x);
|
D | TestNativeAtan2.rs | 49 half2 __attribute__((kernel)) testNativeAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) { 50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
|
D | TestNativeExp.rs | 43 half2 __attribute__((kernel)) testNativeExpHalf2Half2(half2 inV) {
|
D | TestAcospi.rs | 43 half2 __attribute__((kernel)) testAcospiHalf2Half2(half2 inV) {
|
12345