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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbugdroid.rs43 float angle = fabs(2 * fract(atan2pi(vec.z, vec.y) * 5) - 1);
63 float angle = fabs(2 * fract(atan2pi(vec.y, vec.x) * 6) - 1);
106 float angle = fabs(2 * fract(atan2pi(vec.y, vec.x) * 20) - 1);
/frameworks/rs/api/
H A Drs_math.spec356 function: atan2pi
368 To get an inverse tangent measured in degrees, use <code>atan2pi(n, d) * 180.f</code>.
373 function: atan2pi
2020 To get an inverse tangent measured in degrees, use <code>atan2pi(n, d) * 180.f</code>.
2022 See also @atan2pi().
/frameworks/rs/driver/runtime/
H A Drs_cl.c397 extern float __attribute__((overloadable)) atan2pi(float y, float x) { function
400 FN_FUNC_FN_FN(atan2pi)
1611 THUNK_NATIVE_F_F(atan2pi)
1888 HN_FUNC_HN_HN(atan2pi); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh520 * atan2pi: Inverse tangent of a ratio, divided by pi
524 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
533 atan2pi(float numerator, float denominator);
536 atan2pi(float2 numerator, float2 denominator);
539 atan2pi(float3 numerator, float3 denominator);
542 atan2pi(float4 numerator, float4 denominator);
546 atan2pi(half numerator, half denominator);
551 atan2pi(half2 numerator, half2 denominator);
556 atan2pi(half3 numerator, half3 denominator);
561 atan2pi(half
[all...]

Completed in 317 milliseconds