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

/frameworks/rs/driver/runtime/
H A Drs_cl.c375 extern float __attribute__((overloadable)) atan2pi(float y, float x) { function
378 FN_FUNC_FN_FN(atan2pi)
1457 THUNK_NATIVE_F_F(atan2pi)
/frameworks/rs/api/
H A Drs_core_math.spec179 name: atan2pi
/frameworks/rs/scriptc/
H A Drs_core_math.rsh423 extern float __attribute__((const, overloadable))atan2pi(float y, float x);
432 extern float2 __attribute__((const, overloadable))atan2pi(float2 y, float2 x);
441 extern float3 __attribute__((const, overloadable))atan2pi(float3 y, float3 x);
450 extern float4 __attribute__((const, overloadable))atan2pi(float4 y, float4 x);

Completed in 148 milliseconds