Lines Matching refs:radians
202 * Returns the inverse cosine, in radians.
241 * Returns the inverse hyperbolic cosine, in radians.
280 * Returns the inverse cosine in radians, divided by pi.
321 * Returns the inverse sine, in radians.
360 * Returns the inverse hyperbolic sine, in radians.
399 * Returns the inverse sine in radians, divided by pi.
440 * Returns the inverse tangent, in radians.
479 * Returns the inverse tangent of (numerator / denominator), in radians.
522 * Returns the inverse tangent of (numerator / denominator), in radians, divided by pi.
567 * Returns the inverse hyperbolic tangent, in radians.
606 * Returns the inverse tangent in radians, divided by pi.
1199 * Returns the cosine of an angle measured in radians.
1238 * Returns the hypebolic cosine of v, where v is measured in radians.
1277 * Returns the cosine of (v * pi), where (v * pi) is measured in radians.
1316 * degrees: Converts radians into degrees
1318 * Converts from radians to degrees.
3680 * Returns the approximate inverse cosine, in radians.
3729 * Returns the approximate inverse hyperbolic cosine, in radians.
3776 * Returns the approximate inverse cosine in radians, divided by pi.
3827 * Returns the approximate inverse sine, in radians.
3876 * Returns the approximate inverse hyperbolic sine, in radians.
3923 * Returns the approximate inverse sine in radians, divided by pi.
3974 * Returns the approximate inverse tangent, in radians.
4021 * Returns the approximate inverse tangent of (numerator / denominator), in radians.
4073 * in radians, divided by pi.
4126 * Returns the approximate inverse hyperbolic tangent, in radians.
4173 * Returns the approximate inverse tangent in radians, divided by pi.
4269 * Returns the approximate cosine of an angle measured in radians.
4363 * Returns the approximate cosine of (v * pi), where (v * pi) is measured in radians.
5087 * Returns the approximate sine of an angle measured in radians.
5139 * v: Incoming value in radians.
5187 * Returns the approximate hyperbolic sine of a value specified in radians.
5234 * Returns the approximate sine of (v * pi), where (v * pi) is measured in radians.
5330 * Returns the approximate tangent of an angle measured in radians.
5422 * Returns the approximate tangent of (v * pi), where (v * pi) is measured in radians.
5631 * radians: Converts degrees into radians
5633 * Converts from degrees to radians.
5636 radians(float v);
5639 radians(float2 v);
5642 radians(float3 v);
5645 radians(float4 v);
5649 radians(half v);
5654 radians(half2 v);
5659 radians(half3 v);
5664 radians(half4 v);
5971 * Returns the sine of an angle measured in radians.
6015 * v: Incoming value in radians.
6055 * Returns the hyperbolic sine of v, where v is measured in radians.
6094 * Returns the sine of (v * pi), where (v * pi) is measured in radians.
6269 * Returns the tangent of an angle measured in radians.
6347 * Returns the tangent of (v * pi), where (v * pi) is measured in radians.