Searched refs:atanpi (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/api/
H A Drs_math.spec406 function: atanpi
417 To get an inverse tangent measured in degrees, use <code>atanpi(a) * 180.f</code>.
422 function: atanpi
2073 To get an inverse tangent measured in degrees, use <code>atanpi(a) * 180.f</code>.
2075 See also @atanpi().
/frameworks/rs/driver/runtime/
H A Drs_cl.c391 extern float __attribute__((overloadable)) atanpi(float v) { function
394 FN_FUNC_FN(atanpi)
1610 THUNK_NATIVE_F(atanpi)
1886 HN_FUNC_HN(atanpi); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh604 * atanpi: Inverse tangent divided by pi
608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
613 atanpi(float v);
616 atanpi(float2 v);
619 atanpi(float3 v);
622 atanpi(float4 v);
626 atanpi(half v);
631 atanpi(half2 v);
636 atanpi(half3 v);
641 atanpi(half
[all...]

Completed in 562 milliseconds