/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | rsqrt.example.cpp | 7 namespace generated_tests::rsqrt { namespace 54 namespace generated_tests::rsqrt { namespace 101 namespace generated_tests::rsqrt { namespace
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | fisheye.rsh | 51 const float inv_dist = rsqrt(dist2);
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | fisheye.rsh | 51 const float inv_dist = rsqrt(dist2);
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | fisheye.rsh | 51 const float inv_dist = rsqrt(dist2);
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rscript | 132 TEST_FUNC_1(rsqrt);
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | nbody.rscript | 49 v = INITAL_VEL * v * rsqrt(r); // - normalize(out);
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | ball_physics.rscript | 64 float len = rsqrt(len2 + 4.f);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 840 f = rsqrt(f); 841 f2 = rsqrt(f2); 842 f3 = rsqrt(f3); 843 f4 = rsqrt(f4);
|
D | math.rscript | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 860 f = rsqrt(f); 861 f2 = rsqrt(f2); 862 f3 = rsqrt(f3); 863 f4 = rsqrt(f4);
|
D | math.rscript | 339 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 858 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/ |
D | math.rscript | 172 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 300 TEST_FN_FUNC_FN(rsqrt);
|
D | math.rs.orig | 314 TEST_FN_FUNC_FN(rsqrt);
|
D | math.rscript | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 240 TEST_HN_FUNC_HN(rsqrt);
|
D | math.rscript | 337 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 1161 See also @rsqrt(), @native_rsqrt(). 2541 See also @rsqrt(), @half_rsqrt(). 3020 function: rsqrt 3034 function: rsqrt
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 2106 * 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/ |
D | rs_cl.c | 721 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/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 383 BENCH_FN_FUNC_FN(rsqrt);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rscript | 3348 *(float*)buf2280 = rsqrt(*(float*)buf2281); 3349 *(float2*)buf2282 = rsqrt(*(float2*)buf2283); 3350 *(float3*)buf2284 = rsqrt(*(float3*)buf2285); 3351 *(float4*)buf2286 = rsqrt(*(float4*)buf2287);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rscript | 3348 *(float*)buf2280 = rsqrt(*(float*)buf2281); 3349 *(float2*)buf2282 = rsqrt(*(float2*)buf2283); 3350 *(float3*)buf2284 = rsqrt(*(float3*)buf2285); 3351 *(float4*)buf2286 = rsqrt(*(float4*)buf2287);
|