Lines Matching refs:tangent

438  * atan: Inverse tangent
440 * Returns the inverse tangent, in radians.
477 * atan2: Inverse tangent of a ratio
479 * Returns the inverse tangent of (numerator / denominator), in radians.
520 * atan2pi: Inverse tangent of a ratio, divided by pi
522 * Returns the inverse tangent of (numerator / denominator), in radians, divided by pi.
524 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
565 * atanh: Inverse hyperbolic tangent
567 * Returns the inverse hyperbolic tangent, in radians.
604 * atanpi: Inverse tangent divided by pi
606 * Returns the inverse tangent in radians, divided by pi.
608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
3972 * native_atan: Approximate inverse tangent
3974 * Returns the approximate inverse tangent, in radians.
4019 * native_atan2: Approximate inverse tangent of a ratio
4021 * Returns the approximate inverse tangent of (numerator / denominator), in radians.
4070 * native_atan2pi: Approximate inverse tangent of a ratio, divided by pi
4072 * Returns the approximate inverse tangent of (numerator / denominator),
4075 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
4124 * native_atanh: Approximate inverse hyperbolic tangent
4126 * Returns the approximate inverse hyperbolic tangent, in radians.
4171 * native_atanpi: Approximate inverse tangent divided by pi
4173 * Returns the approximate inverse tangent in radians, divided by pi.
4175 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
5328 * native_tan: Approximate tangent
5330 * Returns the approximate tangent of an angle measured in radians.
5373 * native_tanh: Approximate hyperbolic tangent
5375 * Returns the approximate hyperbolic tangent of a value.
5420 * native_tanpi: Approximate tangent of a number multiplied by pi
5422 * Returns the approximate tangent of (v * pi), where (v * pi) is measured in radians.
5424 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).
6269 * Returns the tangent of an angle measured in radians.
6306 * tanh: Hyperbolic tangent
6308 * Returns the hyperbolic tangent of a value.
6347 * Returns the tangent of (v * pi), where (v * pi) is measured in radians.
6349 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).