Searched refs:native_atan2 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs192 TEST_HN_FUNC_HN_HN(native_atan2);
/frameworks/rs/script_api/include/
H A Drs_math.rsh481 * See also native_atan2().
4019 * native_atan2: Approximate inverse tangent of a ratio
4031 native_atan2(float numerator, float denominator);
4036 native_atan2(float2 numerator, float2 denominator);
4041 native_atan2(float3 numerator, float3 denominator);
4046 native_atan2(float4 numerator, float4 denominator);
4051 native_atan2(half numerator, half denominator);
4056 native_atan2(half2 numerator, half2 denominator);
4061 native_atan2(half3 numerator, half3 denominator);
4066 native_atan2(half
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec357 See also @native_atan2().
1994 function: native_atan2
2011 function: native_atan2
/frameworks/rs/driver/runtime/
H A Drs_cl.c2273 HN_FUNC_HN_HN(native_atan2); variable

Completed in 82 milliseconds