Lines Matching refs:approximate
2073 * Returns the approximate reciprocal of a value.
2102 * Returns the approximate value of (1.f / sqrt(value)).
2131 * Returns the approximate square root of a value.
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.
4072 * Returns the approximate inverse tangent of (numerator / denominator),
4126 * Returns the approximate inverse hyperbolic tangent, in radians.
4173 * Returns the approximate inverse tangent in radians, divided by pi.
4222 * Returns the approximate cubic root.
4269 * Returns the approximate cosine of an angle measured in radians.
4316 * Returns the approximate hypebolic cosine.
4363 * Returns the approximate cosine of (v * pi), where (v * pi) is measured in radians.
4412 * Computes the approximate division of two values.
4457 * Fast approximate exp.
4507 * Fast approximate exp10.
4557 * Fast approximate exp2.
4607 * Returns the approximate (e ^ v) - 1.
4654 * Returns the approximate native_sqrt(a * a + b * b)
4701 * Fast approximate log.
4750 * Fast approximate log10.
4799 * Returns the approximate natural logarithm of (v + 1.0f)
4846 * Fast approximate log2.
4895 * Fast approximate (base ^ exponent).
4946 * Returns the approximate approximate reciprocal of a value.
4993 * Compute the approximate Nth root of a value.
5040 * Returns approximate (1 / sqrt(v)).
5087 * Returns the approximate sine of an angle measured in radians.
5134 * Returns the approximate sine and cosine of a value.
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.
5283 * Returns the approximate sqrt(v).
5330 * Returns the approximate tangent of an angle measured in radians.
5375 * Returns the approximate hyperbolic tangent of a value.
5422 * Returns the approximate tangent of (v * pi), where (v * pi) is measured in radians.