Lines Matching refs:cosine

200  * acos: Inverse cosine
202 * Returns the inverse cosine, in radians.
239 * acosh: Inverse hyperbolic cosine
241 * Returns the inverse hyperbolic cosine, in radians.
278 * acospi: Inverse cosine divided by pi
280 * Returns the inverse cosine in radians, divided by pi.
282 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
1199 * Returns the cosine of an angle measured in radians.
1236 * cosh: Hypebolic cosine
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.
1279 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
3678 * native_acos: Approximate inverse cosine
3680 * Returns the approximate inverse cosine, in radians.
3727 * native_acosh: Approximate inverse hyperbolic cosine
3729 * Returns the approximate inverse hyperbolic cosine, in radians.
3774 * native_acospi: Approximate inverse cosine divided by pi
3776 * Returns the approximate inverse cosine in radians, divided by pi.
3778 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
4267 * native_cos: Approximate cosine
4269 * Returns the approximate cosine of an angle measured in radians.
4314 * native_cosh: Approximate hypebolic cosine
4316 * Returns the approximate hypebolic cosine.
4361 * native_cospi: Approximate cosine of a number multiplied by pi
4363 * Returns the approximate cosine of (v * pi), where (v * pi) is measured in radians.
4365 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
5132 * native_sincos: Approximate sine and cosine
5134 * Returns the approximate sine and cosine of a value.
5140 * cos: *cos will be set to the cosine value.
6008 * sincos: Sine and cosine
6010 * Returns the sine and cosine of a value.
6016 * cos: *cos will be set to the cosine value.