Home
last modified time | relevance | path

Searched refs:half2 (Results 1 – 25 of 108) sorted by relevance

12345

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestFract.rs75 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) {
DTestMix.rs55 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);
DTestStep.rs49 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);
DTestFmin.rs49 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) {
DTestFmax.rs49 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) {
DTestSincos.rs59 half2 __attribute__((kernel)) testSincosHalf2Half2Half2(half2 inV, unsigned int x) {
60 half2 outCos = 0;
61 half2 out = sincos(inV, &outCos);
DTestNativeSincos.rs59 half2 __attribute__((kernel)) testNativeSincosHalf2Half2Half2(half2 inV, unsigned int x) {
60 half2 outCos = 0;
61 half2 out = native_sincos(inV, &outCos);
DTestFma.rs55 half2 __attribute__((kernel)) testFmaHalf2Half2Half2Half2(half2 inMultiplicand1, unsigned int x) {
56 half2 inMultiplicand2 = rsGetElementAt_half2(gAllocInMultiplicand2, x);
57 half2 inOffset = rsGetElementAt_half2(gAllocInOffset, x);
DTestMad.rs55 half2 __attribute__((kernel)) testMadHalf2Half2Half2Half2(half2 inMultiplicand1, unsigned int x) {
56 half2 inMultiplicand2 = rsGetElementAt_half2(gAllocInMultiplicand2, x);
57 half2 inOffset = rsGetElementAt_half2(gAllocInOffset, x);
DTestPowr.rs49 half2 __attribute__((kernel)) testPowrHalf2Half2Half2(half2 inBase, unsigned int x) {
50 half2 inExponent = rsGetElementAt_half2(gAllocInExponent, x);
DTestCopysign.rs49 half2 __attribute__((kernel)) testCopysignHalf2Half2Half2(half2 inMagnitudeValue, unsigned int x) {
50 half2 inSignValue = rsGetElementAt_half2(gAllocInSignValue, x);
DTestAtan2pi.rs49 half2 __attribute__((kernel)) testAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) {
50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
DTestAtan2.rs49 half2 __attribute__((kernel)) testAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
DTestPow.rs49 half2 __attribute__((kernel)) testPowHalf2Half2Half2(half2 inBase, unsigned int x) {
50 half2 inExponent = rsGetElementAt_half2(gAllocInExponent, x);
DTestHypot.rs49 half2 __attribute__((kernel)) testHypotHalf2Half2Half2(half2 inA, unsigned int x) {
50 half2 inB = rsGetElementAt_half2(gAllocInB, x);
DTestRemainder.rs49 half2 __attribute__((kernel)) testRemainderHalf2Half2Half2(half2 inNumerator, unsigned int x) {
50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
DTestNativeAtan2pi.rs49 half2 __attribute__((kernel)) testNativeAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) {
50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
DTestNativeDivide.rs49 half2 __attribute__((kernel)) testNativeDivideHalf2Half2Half2(half2 inLeftVector, unsigned int x) {
50 half2 inRightVector = rsGetElementAt_half2(gAllocInRightVector, x);
DTestNativePowr.rs49 half2 __attribute__((kernel)) testNativePowrHalf2Half2Half2(half2 inBase, unsigned int x) {
50 half2 inExponent = rsGetElementAt_half2(gAllocInExponent, x);
DTestFmod.rs49 half2 __attribute__((kernel)) testFmodHalf2Half2Half2(half2 inNumerator, unsigned int x) {
50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
DTestNativeHypot.rs49 half2 __attribute__((kernel)) testNativeHypotHalf2Half2Half2(half2 inA, unsigned int x) {
50 half2 inB = rsGetElementAt_half2(gAllocInB, x);
DTestFdim.rs49 half2 __attribute__((kernel)) testFdimHalf2Half2Half2(half2 inA, unsigned int x) {
50 half2 inB = rsGetElementAt_half2(gAllocInB, x);
DTestNativeAtan2.rs49 half2 __attribute__((kernel)) testNativeAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
50 half2 inDenominator = rsGetElementAt_half2(gAllocInDenominator, x);
DTestNativeExp.rs43 half2 __attribute__((kernel)) testNativeExpHalf2Half2(half2 inV) {
DTestAcospi.rs43 half2 __attribute__((kernel)) testAcospiHalf2Half2(half2 inV) {

12345