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

/frameworks/rs/api/
H A Drs_math.spec641 function: cospi
652 To get the cosine of a value measured in degrees, call <code>cospi(v / 180.f)</code>.
657 function: cospi
2171 To get the cosine of a value measured in degrees, call <code>cospi(v / 180.f)</code>.
2173 See also @cospi().
/frameworks/rs/driver/runtime/
H A Drs_cl.c432 extern float __attribute__((overloadable)) cospi(float v) { function
435 FN_FUNC_FN(cospi)
1615 THUNK_NATIVE_F(cospi)
1898 HN_FUNC_HN(cospi); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh1275 * cospi: Cosine of a number multiplied by pi
1279 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
1284 cospi(float v);
1287 cospi(float2 v);
1290 cospi(float3 v);
1293 cospi(float4 v);
1297 cospi(half v);
1302 cospi(half2 v);
1307 cospi(half3 v);
1312 cospi(half
[all...]

Completed in 1555 milliseconds