/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestCbrt.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestCeil.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestCos.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestCosh.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestCospi.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestDegrees.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayInValue = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayInValue = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestErf.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestErfc.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestExp.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestExp10.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestExp2.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestExpm1.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestFabs.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestFastLength.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayInV = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 124 float[] arrayInV = new float[INPUTSIZE * 2]; 126 float[] arrayOut = new float[INPUTSIZE * 1]; 128 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestFastNormalize.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayInV = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 124 float[] arrayInV = new float[INPUTSIZE * 2]; 126 float[] arrayOut = new float[INPUTSIZE * 2]; 128 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestFloor.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestHalfRecip.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayInV = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayInV = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestHalfRsqrt.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayInV = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayInV = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestHalfSqrt.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayInV = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayInV = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestLength.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayInV = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 108 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 124 float[] arrayInV = new float[INPUTSIZE * 2]; 126 float[] arrayOut = new float[INPUTSIZE * 1]; 128 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestLog.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestLog10.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestLog1p.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestLog2.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |
TestLogb.java | 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 float[] arrayIn = new float[INPUTSIZE * 1]; 63 float[] arrayOut = new float[INPUTSIZE * 1]; 65 for (int i = 0; i < INPUTSIZE; i++) { 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 120 float[] arrayIn = new float[INPUTSIZE * 2]; 122 float[] arrayOut = new float[INPUTSIZE * 2]; 124 for (int i = 0; i < INPUTSIZE; i++) [all...] |