/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_codecvt.h | 62 result out(state_type& __state, function 182 result out(state_type& __state, 279 result out(state_type& __state,
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 68 DataOutputStream out = new DataOutputStream(new BufferedOutputStream(stream)); local 70 mHeader.write(out); 71 out.flush(); 73 mColorMode.write(out); 74 mImageResources.write(out); 75 mLayersMasksInfo.write(out); 76 mLayersInfo.write(out); 77 out.flush(); 79 mLayersInfo.writeImageData(out); 80 out.flush() [all...] |
/system/core/libcutils/ |
dir_hash.c | 130 struct list **out) { 190 for (f = *out; f != NULL; f = f->next) { 195 *out = NULL; 218 for (f = *out; f != NULL; f = f->next) { 223 *out = NULL; 233 res->next = *out; 234 *out = res; 237 if (recurse(algorithm, name, out) < 0) { 268 struct list *out = NULL; local 277 if (recurse(algorithm, directory_path, &out) < 0) [all...] |
/system/extras/ext4_utils/ |
ext2simg.c | 121 const char *out = NULL; local 158 out = argv[optind++]; 179 if (strcmp(out, "-")) { 180 outfd = open(out, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
|
/system/extras/tests/bionic/libc/other/ |
test_zlib.c | 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 51 unsigned char out[CHUNK]; local 75 strm.next_out = out; 78 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 99 static unsigned char out[CHUNK]; local 125 strm.next_out = out; 221 FILE* out = NULL; local 235 out = fopen( tempfile, "wb" ); 236 if (out == NULL) { 244 ret = def( f, out, compression_level ) [all...] |
/bionic/libc/tools/zoneinfo/ |
ZoneCompactor.java | 39 // Concatenate the contents of 'inFile' onto 'out'. 40 private static void copyFile(File inFile, OutputStream out) throws Exception { 50 out.write(buf, 0, nbytes); 57 out.flush();
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
DocumentsClientTest.java | 286 OutputStream out = getInstrumentation().getContext().getContentResolver() local 289 out.write(data); 291 out.close();
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
AnimatedVectorDrawableTest.java | 65 FileOutputStream out = null; local 82 out = new FileOutputStream(outputFile, false); 83 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out); 88 if (out != null) { 89 out.close();
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestAcos.java | 39 public Target.Floaty out; field in class:TestAcos.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAcosFloatFloat(inV, out); 47 verifyResultsAcosFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAcosFloatFloat(inV, out); 54 verifyResultsAcosFloatFloat(inV, out, true); 60 private void verifyResultsAcosFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAcosh.java | 39 public Target.Floaty out; field in class:TestAcosh.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAcoshFloatFloat(in, out); 47 verifyResultsAcoshFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAcoshFloatFloat(in, out); 54 verifyResultsAcoshFloatFloat(in, out, true); 60 private void verifyResultsAcoshFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAcospi.java | 39 public Target.Floaty out; field in class:TestAcospi.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAcospiFloatFloat(inV, out); 47 verifyResultsAcospiFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAcospiFloatFloat(inV, out); 54 verifyResultsAcospiFloatFloat(inV, out, true); 60 private void verifyResultsAcospiFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAsin.java | 39 public Target.Floaty out; field in class:TestAsin.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAsinFloatFloat(inV, out); 47 verifyResultsAsinFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAsinFloatFloat(inV, out); 54 verifyResultsAsinFloatFloat(inV, out, true); 60 private void verifyResultsAsinFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAsinh.java | 39 public Target.Floaty out; field in class:TestAsinh.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAsinhFloatFloat(in, out); 47 verifyResultsAsinhFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAsinhFloatFloat(in, out); 54 verifyResultsAsinhFloatFloat(in, out, true); 60 private void verifyResultsAsinhFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAsinpi.java | 39 public Target.Floaty out; field in class:TestAsinpi.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAsinpiFloatFloat(inV, out); 47 verifyResultsAsinpiFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAsinpiFloatFloat(inV, out); 54 verifyResultsAsinpiFloatFloat(inV, out, true); 60 private void verifyResultsAsinpiFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAtan.java | 39 public Target.Floaty out; field in class:TestAtan.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAtanFloatFloat(inV, out); 47 verifyResultsAtanFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAtanFloatFloat(inV, out); 54 verifyResultsAtanFloatFloat(inV, out, true); 60 private void verifyResultsAtanFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAtan2.java | 40 public Target.Floaty out; field in class:TestAtan2.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testAtan2FloatFloatFloat(inY, out); 50 verifyResultsAtan2FloatFloatFloat(inY, inX, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testAtan2FloatFloatFloat(inY, out); 58 verifyResultsAtan2FloatFloatFloat(inY, inX, out, true); 64 private void verifyResultsAtan2FloatFloatFloat(Allocation inY, Allocation inX, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAtan2pi.java | 40 public Target.Floaty out; field in class:TestAtan2pi.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testAtan2piFloatFloatFloat(inY, out); 50 verifyResultsAtan2piFloatFloatFloat(inY, inX, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testAtan2piFloatFloatFloat(inY, out); 58 verifyResultsAtan2piFloatFloatFloat(inY, inX, out, true); 64 private void verifyResultsAtan2piFloatFloatFloat(Allocation inY, Allocation inX, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAtanh.java | 39 public Target.Floaty out; field in class:TestAtanh.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAtanhFloatFloat(inV, out); 47 verifyResultsAtanhFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAtanhFloatFloat(inV, out); 54 verifyResultsAtanhFloatFloat(inV, out, true); 60 private void verifyResultsAtanhFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestAtanpi.java | 39 public Target.Floaty out; field in class:TestAtanpi.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testAtanpiFloatFloat(inV, out); 47 verifyResultsAtanpiFloatFloat(inV, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testAtanpiFloatFloat(inV, out); 54 verifyResultsAtanpiFloatFloat(inV, out, true); 60 private void verifyResultsAtanpiFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestCbrt.java | 39 public Target.Floaty out; field in class:TestCbrt.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testCbrtFloatFloat(in, out); 47 verifyResultsCbrtFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testCbrtFloatFloat(in, out); 54 verifyResultsCbrtFloatFloat(in, out, true); 60 private void verifyResultsCbrtFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestCeil.java | 39 public Target.Floaty out; field in class:TestCeil.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testCeilFloatFloat(in, out); 47 verifyResultsCeilFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testCeilFloatFloat(in, out); 54 verifyResultsCeilFloatFloat(in, out, true); 60 private void verifyResultsCeilFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestCopysign.java | 40 public Target.Floaty out; field in class:TestCopysign.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testCopysignFloatFloatFloat(inX, out); 50 verifyResultsCopysignFloatFloatFloat(inX, inY, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testCopysignFloatFloatFloat(inX, out); 58 verifyResultsCopysignFloatFloatFloat(inX, inY, out, true); 64 private void verifyResultsCopysignFloatFloatFloat(Allocation inX, Allocation inY, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestCos.java | 39 public Target.Floaty out; field in class:TestCos.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testCosFloatFloat(in, out); 47 verifyResultsCosFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testCosFloatFloat(in, out); 54 verifyResultsCosFloatFloat(in, out, true); 60 private void verifyResultsCosFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestCosh.java | 39 public Target.Floaty out; field in class:TestCosh.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testCoshFloatFloat(in, out); 47 verifyResultsCoshFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testCoshFloatFloat(in, out); 54 verifyResultsCoshFloatFloat(in, out, true); 60 private void verifyResultsCoshFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestCospi.java | 39 public Target.Floaty out; field in class:TestCospi.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testCospiFloatFloat(in, out); 47 verifyResultsCospiFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testCospiFloatFloat(in, out); 54 verifyResultsCospiFloatFloat(in, out, true); 60 private void verifyResultsCospiFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |