Home
last modified time | relevance | path

Searched refs:rsqrt (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dfisheye.rsh51 const float inv_dist = rsqrt(dist2);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dfisheye.rsh51 const float inv_dist = rsqrt(dist2);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dfisheye.rsh51 const float inv_dist = rsqrt(dist2);
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
Dnbody.rs49 v = INITAL_VEL * v * rsqrt(r); // - normalize(out);
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs132 TEST_FUNC_1(rsqrt);
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
Dball_physics.rs64 float len = rsqrt(len2 + 4.f);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs840 f = rsqrt(f);
841 f2 = rsqrt(f2);
842 f3 = rsqrt(f3);
843 f4 = rsqrt(f4);
Dmath.rs314 TEST_FN_FUNC_FN(rsqrt);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs860 f = rsqrt(f);
861 f2 = rsqrt(f2);
862 f3 = rsqrt(f3);
863 f4 = rsqrt(f4);
Dmath.rs339 TEST_FN_FUNC_FN(rsqrt);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs858 f = rsqrt(f);
859 f2 = rsqrt(f2);
860 f3 = rsqrt(f3);
861 f4 = rsqrt(f4);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs172 TEST_FN_FUNC_FN(rsqrt);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs240 TEST_HN_FUNC_HN(rsqrt);
Dmath.rs337 TEST_FN_FUNC_FN(rsqrt);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak300 TEST_FN_FUNC_FN(rsqrt);
Dmath.rs314 TEST_FN_FUNC_FN(rsqrt);
Dmath.rs.orig314 TEST_FN_FUNC_FN(rsqrt);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs314 TEST_FN_FUNC_FN(rsqrt);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs383 BENCH_FN_FUNC_FN(rsqrt);
/frameworks/rs/script_api/
Drs_math.spec1161 See also @rsqrt(), @native_rsqrt().
2541 See also @rsqrt(), @half_rsqrt().
3020 function: rsqrt
3034 function: rsqrt
/frameworks/rs/script_api/include/
Drs_math.rsh2106 * See also rsqrt(), native_rsqrt().
5042 * See also rsqrt(), half_rsqrt().
5889 * rsqrt: Reciprocal of a square root
5896 rsqrt(float v);
5899 rsqrt(float2 v);
5902 rsqrt(float3 v);
5905 rsqrt(float4 v);
5909 rsqrt(half v);
5914 rsqrt(half2 v);
5919 rsqrt(half3 v);
[all …]
/frameworks/rs/driver/runtime/
Drs_cl.c721 extern float __attribute__((overloadable)) rsqrt(float v) { in rsqrt() function
743 FN_FUNC_FN(rsqrt)
1623 THUNK_NATIVE_F(rsqrt) in THUNK_NATIVE_F()
2138 HN_FUNC_HN(rsqrt);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs3241 *(float*)buf2210 = rsqrt(*(float*)buf2211);
3242 *(float2*)buf2212 = rsqrt(*(float2*)buf2213);
3243 *(float3*)buf2214 = rsqrt(*(float3*)buf2215);
3244 *(float4*)buf2216 = rsqrt(*(float4*)buf2217);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs3241 *(float*)buf2210 = rsqrt(*(float*)buf2211);
3242 *(float2*)buf2212 = rsqrt(*(float2*)buf2213);
3243 *(float3*)buf2214 = rsqrt(*(float3*)buf2215);
3244 *(float4*)buf2216 = rsqrt(*(float4*)buf2217);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs3348 *(float*)buf2280 = rsqrt(*(float*)buf2281);
3349 *(float2*)buf2282 = rsqrt(*(float2*)buf2283);
3350 *(float3*)buf2284 = rsqrt(*(float3*)buf2285);
3351 *(float4*)buf2286 = rsqrt(*(float4*)buf2287);

12