/aosp12/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
H A D | fisheye_approx_f.rsh | 54 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | fisheye_approx.rsh | 52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | fisheye_approx.rsh | 52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | fisheye_approx.rsh | 52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | luts_for_speedup_f32.rsh | 76 (int)round(half_sqrt(tmp));
|
H A D | layered_filter_d1new_helper.rsh | 76 …rsSetElementAt_uchar(g_sharp_matte, (uchar)(dilation_radius + 1 - (int)(half_sqrt((float)min_dist)… 116 …rsSetElementAt_uchar(g_sharp_matte, (uchar)(dilation_radius + 1 - (int)(half_sqrt((float)min_dist)…
|
H A D | layered_filter_f32_helper.rsh | 56 sharp->matte = (uchar)(dilation_radius + 1 - (int)half_sqrt((float)min_dist));
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 1056 f = half_sqrt(f); 1057 f2 = half_sqrt(f2); 1058 f3 = half_sqrt(f3); 1059 f4 = half_sqrt(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 1074 f = half_sqrt(f); 1075 f2 = half_sqrt(f2); 1076 f3 = half_sqrt(f3); 1077 f4 = half_sqrt(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 1076 f = half_sqrt(f); 1077 f2 = half_sqrt(f2); 1078 f3 = half_sqrt(f3); 1079 f4 = half_sqrt(f4);
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 1161 extern float __attribute__((overloadable)) half_sqrt(float v) { in half_sqrt() function 1164 FN_FUNC_FN(half_sqrt) in FN_FUNC_FN() argument 1170 return half_sqrt(v.x*v.x + v.y*v.y); in fast_length() 1173 return half_sqrt(v.x*v.x + v.y*v.y + v.z*v.z); in fast_length() 1176 return half_sqrt(v.x*v.x + v.y*v.y + v.z*v.z + v.w*v.w); in fast_length()
|
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
H A D | compute_benchmark.rscript | 401 BENCH_FN_FUNC_FN(half_sqrt);
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_math.spec | 1164 function: half_sqrt 2666 See also @sqrt(), @half_sqrt(). 3173 See also @half_sqrt(), @native_sqrt().
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 2129 * half_sqrt: Square root computed to 16 bit precision 2139 half_sqrt(float v); 2144 half_sqrt(float2 v); 2149 half_sqrt(float3 v); 2154 half_sqrt(float4 v); 5285 * See also sqrt(), half_sqrt(). 6137 * See also half_sqrt(), native_sqrt().
|
/aosp12/frameworks/compile/slang/tests/P_all_api_17/ |
H A D | all17.rscript | 2990 *(float*)buf802 = half_sqrt(*(float*)buf803); 2991 *(float2*)buf804 = half_sqrt(*(float2*)buf805); 2992 *(float3*)buf806 = half_sqrt(*(float3*)buf807); 2993 *(float4*)buf808 = half_sqrt(*(float4*)buf809);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_18/ |
H A D | all18.rscript | 3549 *(float*)buf802 = half_sqrt(*(float*)buf803); 3550 *(float2*)buf804 = half_sqrt(*(float2*)buf805); 3551 *(float3*)buf806 = half_sqrt(*(float3*)buf807); 3552 *(float4*)buf808 = half_sqrt(*(float4*)buf809);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_19/ |
H A D | all19.rscript | 3829 *(float*)buf1026 = half_sqrt(*(float*)buf1027); 3830 *(float2*)buf1028 = half_sqrt(*(float2*)buf1029); 3831 *(float3*)buf1030 = half_sqrt(*(float3*)buf1031); 3832 *(float4*)buf1032 = half_sqrt(*(float4*)buf1033);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_20/ |
H A D | all20.rscript | 3848 *(float*)buf1026 = half_sqrt(*(float*)buf1027); 3849 *(float2*)buf1028 = half_sqrt(*(float2*)buf1029); 3850 *(float3*)buf1030 = half_sqrt(*(float3*)buf1031); 3851 *(float4*)buf1032 = half_sqrt(*(float4*)buf1033);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_21/ |
H A D | all21.rscript | 4645 *(float*)buf1332 = half_sqrt(*(float*)buf1333); 4646 *(float2*)buf1334 = half_sqrt(*(float2*)buf1335); 4647 *(float3*)buf1336 = half_sqrt(*(float3*)buf1337); 4648 *(float4*)buf1338 = half_sqrt(*(float4*)buf1339);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_22/ |
H A D | all22.rscript | 5365 *(float*)buf1332 = half_sqrt(*(float*)buf1333); 5366 *(float2*)buf1334 = half_sqrt(*(float2*)buf1335); 5367 *(float3*)buf1336 = half_sqrt(*(float3*)buf1337); 5368 *(float4*)buf1338 = half_sqrt(*(float4*)buf1339);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_23/ |
H A D | all23.rscript | 5295 *(float*)buf1332 = half_sqrt(*(float*)buf1333); 5296 *(float2*)buf1334 = half_sqrt(*(float2*)buf1335); 5297 *(float3*)buf1336 = half_sqrt(*(float3*)buf1337); 5298 *(float4*)buf1338 = half_sqrt(*(float4*)buf1339);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_24/ |
H A D | all24.rscript | 7279 *(float*)buf1850 = half_sqrt(*(float*)buf1851); 7280 *(float2*)buf1852 = half_sqrt(*(float2*)buf1853); 7281 *(float3*)buf1854 = half_sqrt(*(float3*)buf1855); 7282 *(float4*)buf1856 = half_sqrt(*(float4*)buf1857);
|