Lines Matching refs:sine

319  * asin: Inverse sine
321 * Returns the inverse sine, in radians.
358 * asinh: Inverse hyperbolic sine
360 * Returns the inverse hyperbolic sine, in radians.
397 * asinpi: Inverse sine divided by pi
399 * Returns the inverse sine in radians, divided by pi.
401 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
3825 * native_asin: Approximate inverse sine
3827 * Returns the approximate inverse sine, in radians.
3874 * native_asinh: Approximate inverse hyperbolic sine
3876 * Returns the approximate inverse hyperbolic sine, in radians.
3921 * native_asinpi: Approximate inverse sine divided by pi
3923 * Returns the approximate inverse sine in radians, divided by pi.
3925 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
5085 * native_sin: Approximate sine
5087 * Returns the approximate sine of an angle measured in radians.
5132 * native_sincos: Approximate sine and cosine
5134 * Returns the approximate sine and cosine of a value.
5185 * native_sinh: Approximate hyperbolic sine
5187 * Returns the approximate hyperbolic sine of a value specified in radians.
5232 * native_sinpi: Approximate sine of a number multiplied by pi
5234 * Returns the approximate sine of (v * pi), where (v * pi) is measured in radians.
5236 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).
5971 * Returns the sine of an angle measured in radians.
6010 * Returns the sine and cosine of a value.
6053 * sinh: Hyperbolic sine
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.
6096 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).