Searched refs:native_hypot (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs208 TEST_HN_FUNC_HN_HN(native_hypot);
/frameworks/rs/script_api/include/
H A Drs_math.rsh2162 * See also native_hypot().
4652 * native_hypot: Approximate hypotenuse
4660 native_hypot(float a, float b);
4665 native_hypot(float2 a, float2 b);
4670 native_hypot(float3 a, float3 b);
4675 native_hypot(float4 a, float4 b);
4680 native_hypot(half a, half b);
4685 native_hypot(half2 a, half2 b);
4690 native_hypot(half3 a, half3 b);
4695 native_hypot(half
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec1192 See also @native_hypot().
2329 function: native_hypot
2344 function: native_hypot
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A Dcanny.rs268 int v = (int)native_hypot((float)sum_v, (float)sum_h);
/frameworks/rs/driver/runtime/
H A Drs_cl.c2289 HN_FUNC_HN_HN(native_hypot); variable

Completed in 58 milliseconds