/frameworks/ml/nn/runtime/test/generated/tests/ |
D | rsqrt.mod.py.cpp | 5 namespace rsqrt { namespace 12 TEST_F(GeneratedTests, rsqrt) { in TEST_F() argument 13 execute(rsqrt::CreateModel, in TEST_F() 14 rsqrt::is_ignored, in TEST_F() 15 rsqrt::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_2, rsqrt, rsqrt::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(rsqrt::CreateModel_relaxed, in TEST_AVAILABLE_SINCE() 21 rsqrt::is_ignored_relaxed, in TEST_AVAILABLE_SINCE() 22 rsqrt::get_examples_relaxed()); in TEST_AVAILABLE_SINCE() 26 execute(rsqrt::CreateModel_float16, in TEST_F() [all …]
|
/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/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/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | nbody.rs | 49 v = INITAL_VEL * v * rsqrt(r); // - normalize(out);
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 132 TEST_FUNC_1(rsqrt);
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | ball_physics.rs | 64 float len = rsqrt(len2 + 4.f);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 840 f = rsqrt(f); 841 f2 = rsqrt(f2); 842 f3 = rsqrt(f3); 843 f4 = rsqrt(f4);
|
D | math.rs | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rs | 860 f = rsqrt(f); 861 f2 = rsqrt(f2); 862 f3 = rsqrt(f3); 863 f4 = rsqrt(f4);
|
D | math.rs | 339 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rs | 858 f = rsqrt(f); 859 f2 = rsqrt(f2); 860 f3 = rsqrt(f3); 861 f4 = rsqrt(f4);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rs | 240 TEST_HN_FUNC_HN(rsqrt);
|
D | math.rs | 337 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 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 | 314 TEST_FN_FUNC_FN(rsqrt);
|
D | math.rs.orig | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 383 BENCH_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/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 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_12/ |
D | all12.rs | 3241 *(float*)buf2210 = rsqrt(*(float*)buf2211); 3242 *(float2*)buf2212 = rsqrt(*(float2*)buf2213); 3243 *(float3*)buf2214 = rsqrt(*(float3*)buf2215); 3244 *(float4*)buf2216 = rsqrt(*(float4*)buf2217);
|