HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 751 - 775 of 2162) sorted by null

<<31323334353637383940>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFloor.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestFloor.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x9c2b15433f045885l, false); local
46 script.forEach_testFloorFloatFloat(in, out);
47 verifyResultsFloorFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testFloorFloatFloat(in, out);
54 verifyResultsFloorFloatFloat(in, out, true);
60 private void verifyResultsFloorFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xf32bb4add79bd3b9l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xf32bbf4f36a26953l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xf32bc9f095a8feedl, false); local
    [all...]
TestIlogb.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestIlogb.ArgumentsFloatInt
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xc0c48da27f084aefl, false); local
46 script.forEach_testIlogbFloatInt(in, out);
47 verifyResultsIlogbFloatInt(in, out, false);
53 scriptRelaxed.forEach_testIlogbFloatInt(in, out);
54 verifyResultsIlogbFloatInt(in, out, true);
60 private void verifyResultsIlogbFloatInt(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
93 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x4ba2fa846382ada1l, false); local
143 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x4ba2fa85dc4b0d43l, false); local
193 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x4ba2fa8755136ce5l, false); local
    [all...]
TestLog.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestLog.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x371a946136907325l, false); local
46 script.forEach_testLogFloatFloat(in, out);
47 verifyResultsLogFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testLogFloatFloat(in, out);
54 verifyResultsLogFloatFloat(in, out, true);
60 private void verifyResultsLogFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xfef8d41eca882159l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xfef8dec0298eb6f3l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xfef8e96188954c8dl, false); local
    [all...]
TestLog10.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestLog10.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xe09b228ed779b7a0l, false); local
46 script.forEach_testLog10FloatFloat(in, out);
47 verifyResultsLog10FloatFloat(in, out, false);
53 scriptRelaxed.forEach_testLog10FloatFloat(in, out);
54 verifyResultsLog10FloatFloat(in, out, true);
60 private void verifyResultsLog10FloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x407bbbadff57bdbcl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x407bc64f5e5e5356l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x407bd0f0bd64e8f0l, false); local
    [all...]
TestLog1p.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestLog1p.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x83e3423b7d907be0l, false); local
46 script.forEach_testLog1pFloatFloat(in, out);
47 verifyResultsLog1pFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testLog1pFloatFloat(in, out);
54 verifyResultsLog1pFloatFloat(in, out, true);
60 private void verifyResultsLog1pFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x946881a999c72ffcl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x94688c4af8cdc596l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x946896ec57d45b30l, false); local
    [all...]
TestLog2.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestLog2.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x390bea9a53d34bfl, false); local
46 script.forEach_testLog2FloatFloat(in, out);
47 verifyResultsLog2FloatFloat(in, out, false);
53 scriptRelaxed.forEach_testLog2FloatFloat(in, out);
54 verifyResultsLog2FloatFloat(in, out, true);
60 private void verifyResultsLog2FloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc0703946284a72a3l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc07043e78751083dl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc0704e88e6579dd7l, false); local
    [all...]
TestLogb.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestLogb.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfe06d66b21ce47efl, false); local
46 script.forEach_testLogbFloatFloat(in, out);
47 verifyResultsLogbFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testLogbFloatFloat(in, out);
54 verifyResultsLogbFloatFloat(in, out, true);
60 private void verifyResultsLogbFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xbf61cdc2dc1e0853l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xbf61d8643b249dedl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xbf61e3059a2b3387l, false); local
    [all...]
TestNativeAcosh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeAcosh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x332857238c9c505cl, false); local
46 script.forEach_testNativeAcoshFloatFloat(in, out);
47 verifyResultsNativeAcoshFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeAcoshFloatFloat(in, out);
54 verifyResultsNativeAcoshFloatFloat(in, out, true);
60 private void verifyResultsNativeAcoshFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x7e5c81be4638e398l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x7e5c8c5fa53f7932l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x7e5c970104460eccl, false); local
    [all...]
TestNativeAsinh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeAsinh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xbcf52a7cb45b6e8fl, false); local
46 script.forEach_testNativeAsinhFloatFloat(in, out);
47 verifyResultsNativeAsinhFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeAsinhFloatFloat(in, out);
54 verifyResultsNativeAsinhFloatFloat(in, out, true);
60 private void verifyResultsNativeAsinhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc6bf00ae599a01f3l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc6bf0b4fb8a0978dl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc6bf15f117a72d27l, false); local
    [all...]
TestNativeCbrt.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeCbrt.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x6eed1901e2ca9d19l, false); local
46 script.forEach_testNativeCbrtFloatFloat(in, out);
47 verifyResultsNativeCbrtFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeCbrtFloatFloat(in, out);
54 verifyResultsNativeCbrtFloatFloat(in, out, true);
60 private void verifyResultsNativeCbrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x2e78c09abaa124adl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x2e78cb3c19a7ba47l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x2e78d5dd78ae4fe1l, false); local
    [all...]
TestNativeCos.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeCos.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x95ef4a20c73e7e3dl, false); local
46 script.forEach_testNativeCosFloatFloat(in, out);
47 verifyResultsNativeCosFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeCosFloatFloat(in, out);
54 verifyResultsNativeCosFloatFloat(in, out, true);
60 private void verifyResultsNativeCosFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xed4d88bac39641b1l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xed4d935c229cd74bl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xed4d9dfd81a36ce5l, false); local
    [all...]
TestNativeCosh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeCosh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xeb1020909e9c475dl, false); local
46 script.forEach_testNativeCoshFloatFloat(in, out);
47 verifyResultsNativeCoshFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeCoshFloatFloat(in, out);
54 verifyResultsNativeCoshFloatFloat(in, out, true);
60 private void verifyResultsNativeCoshFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc77a568547f7e9d1l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc77a6126a6fe7f6bl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc77a6bc806051505l, false); local
    [all...]
TestNativeCospi.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeCospi.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x8fc4f0187aafc9a6l, false); local
46 script.forEach_testNativeCospiFloatFloat(in, out);
47 verifyResultsNativeCospiFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeCospiFloatFloat(in, out);
54 verifyResultsNativeCospiFloatFloat(in, out, true);
60 private void verifyResultsNativeCospiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x656942c9d0dfeb12l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x65694d6b2fe680acl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x6569580c8eed1646l, false); local
    [all...]
TestNativeExpm1.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeExpm1.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x209e2820fcaa295fl, false); local
46 script.forEach_testNativeExpm1FloatFloat(in, out);
47 verifyResultsNativeExpm1FloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeExpm1FloatFloat(in, out);
54 verifyResultsNativeExpm1FloatFloat(in, out, true);
60 private void verifyResultsNativeExpm1FloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x964ef83c9a3d4a43l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x964f02ddf943dfddl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x964f0d7f584a7577l, false); local
    [all...]
TestNativeLog1p.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeLog1p.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x444585911437d95l, false); local
46 script.forEach_testNativeLog1pFloatFloat(in, out);
47 verifyResultsNativeLog1pFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeLog1pFloatFloat(in, out);
54 verifyResultsNativeLog1pFloatFloat(in, out, true);
60 private void verifyResultsNativeLog1pFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xd1a13d4961ae8449l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xd1a147eac0b519e3l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xd1a1528c1fbbaf7dl, false); local
    [all...]
TestNativeRsqrt.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeRsqrt.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xf3cf23b51aa29de0l, false); local
46 script.forEach_testNativeRsqrtFloatFloat(in, out);
47 verifyResultsNativeRsqrtFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeRsqrtFloatFloat(in, out);
54 verifyResultsNativeRsqrtFloatFloat(in, out, true);
60 private void verifyResultsNativeRsqrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xf318090911bec1fcl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xf31813aa70c55796l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xf3181e4bcfcbed30l, false); local
    [all...]
TestNativeSin.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSin.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x33ee19763354cc56l, false); local
46 script.forEach_testNativeSinFloatFloat(in, out);
47 verifyResultsNativeSinFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSinFloatFloat(in, out);
54 verifyResultsNativeSinFloatFloat(in, out, true);
60 private void verifyResultsNativeSinFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x12b508b470b05442l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x12b51355cfb6e9dcl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x12b51df72ebd7f76l, false); local
    [all...]
TestNativeSinh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSinh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x74dcf3e9c65b6590l, false); local
46 script.forEach_testNativeSinhFloatFloat(in, out);
47 verifyResultsNativeSinhFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSinhFloatFloat(in, out);
54 verifyResultsNativeSinhFloatFloat(in, out, true);
60 private void verifyResultsNativeSinhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xfdcd5755b59082cl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xfdce016ba5f9dc6l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xfdceab819663360l, false); local
    [all...]
TestNativeSinpi.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSinpi.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb52c701227c9dc37l, false); local
46 script.forEach_testNativeSinpiFloatFloat(in, out);
47 verifyResultsNativeSinpiFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSinpiFloatFloat(in, out);
54 verifyResultsNativeSinpiFloatFloat(in, out, true);
60 private void verifyResultsNativeSinpiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x8df4951d1230045bl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x8df49fbe713699f5l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x8df4aa5fd03d2f8fl, false); local
    [all...]
TestNativeSqrt.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSqrt.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb4c9e7b9972ac810l, false); local
46 script.forEach_testNativeSqrtFloatFloat(in, out);
47 verifyResultsNativeSqrtFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSqrtFloatFloat(in, out);
54 verifyResultsNativeSqrtFloatFloat(in, out, true);
60 private void verifyResultsNativeSqrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc649cd70853776acl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc649d811e43e0c46l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc649e2b34344a1e0l, false); local
    [all...]
TestNativeTan.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeTan.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5b9a224e25042b47l, false); local
46 script.forEach_testNativeTanFloatFloat(in, out);
47 verifyResultsNativeTanFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeTanFloatFloat(in, out);
54 verifyResultsNativeTanFloatFloat(in, out, true);
60 private void verifyResultsNativeTanFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x9c40e8650c550eebl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x9c40f3066b5ba485l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x9c40fda7ca623a1fl, false); local
    [all...]
TestNativeTanh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeTanh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x1ec2702f5ed0580bl, false); local
46 script.forEach_testNativeTanhFloatFloat(in, out);
47 verifyResultsNativeTanhFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeTanhFloatFloat(in, out);
54 verifyResultsNativeTanhFloatFloat(in, out, true);
60 private void verifyResultsNativeTanhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x2a5b681f8004628fl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x2a5b72c0df0af829l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x2a5b7d623e118dc3l, false); local
    [all...]
TestNativeTanpi.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeTanpi.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x3eb84fc2c36e96e0l, false); local
46 script.forEach_testNativeTanpiFloatFloat(in, out);
47 verifyResultsNativeTanpiFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeTanpiFloatFloat(in, out);
54 verifyResultsNativeTanpiFloatFloat(in, out, true);
60 private void verifyResultsNativeTanpiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x13737b13af832fcl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x137425299fec896l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x1374cf3f9055e30l, false); local
    [all...]
TestRint.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestRint.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfe569fda5dbe93fal, false); local
46 script.forEach_testRintFloatFloat(in, out);
47 verifyResultsRintFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testRintFloatFloat(in, out);
54 verifyResultsRintFloatFloat(in, out, true);
60 private void verifyResultsRintFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xffa7b22ac6b343c6l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xffa7bccc25b9d960l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xffa7c76d84c06efal, false); local
    [all...]
TestRound.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestRound.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x377ca8d7e9a82fc7l, false); local
46 script.forEach_testRoundFloatFloat(in, out);
47 verifyResultsRoundFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testRoundFloatFloat(in, out);
54 verifyResultsRoundFloatFloat(in, out, true);
60 private void verifyResultsRoundFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc35ea17250f98f6bl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc35eac13b0002505l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc35eb6b50f06ba9fl, false); local
    [all...]

Completed in 61 milliseconds

<<31323334353637383940>>