Lines Matching refs:sine
259 * asin: Inverse sine
261 * Returns the inverse sine, in radians.
278 * asinh: Inverse hyperbolic sine
280 * Returns the inverse hyperbolic sine, in radians.
297 * asinpi: Inverse sine divided by pi
299 * Returns the inverse sine in radians, divided by pi.
301 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
2622 * native_asin: Approximate inverse sine
2624 * Returns the approximate inverse sine, in radians.
2651 * native_asinh: Approximate inverse hyperbolic sine
2653 * Returns the approximate inverse hyperbolic sine, in radians.
2678 * native_asinpi: Approximate inverse sine divided by pi
2680 * Returns the approximate inverse sine in radians, divided by pi.
2682 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
3362 * native_sin: Approximate sine
3364 * Returns the approximate sine of an angle measured in radians.
3389 * native_sincos: Approximate sine and cosine
3391 * Returns the approximate sine and cosine of a value.
3422 * native_sinh: Approximate hyperbolic sine
3424 * Returns the approximate hyperbolic sine of a value specified in radians.
3449 * native_sinpi: Approximate sine of a number multiplied by pi
3451 * Returns the approximate sine of (v * pi), where (v * pi) is measured in radians.
3453 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).
3848 * Returns the sine of an angle measured in radians.
3867 * Returns the sine and cosine of a value.
3890 * sinh: Hyperbolic sine
3892 * Returns the hyperbolic sine of v, where v is measured in radians.
3911 * Returns the sine of (v * pi), where (v * pi) is measured in radians.
3913 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).