Home | History | Annotate | Download | only in include

Lines Matching full:degrees

282  * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
401 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
524 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
1279 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
1316 * degrees: Converts radians into degrees
1318 * Converts from radians to degrees.
1321 degrees(float v);
1324 degrees(float2 v);
1327 degrees(float3 v);
1330 degrees(float4 v);
1334 degrees(half v);
1339 degrees(half2 v);
1344 degrees(half3 v);
1349 degrees(half4 v);
3778 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
3925 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
4075 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
4175 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
4365 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
5236 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).
5424 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).
5631 * radians: Converts degrees into radians
5633 * Converts from degrees to radians.
6096 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).
6349 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).