Searched refs:asin (Results 1 - 14 of 14) sorted by path

/haiku/headers/cpp/std/
H A Dvalarray_meta.h937 _DEFINE_EXPR_UNARY_FUNCTION(asin)
/haiku/headers/libs/mapm/
H A Dm_apm.h549 MAPM_1aryFunc(asin)
634 MAPM_1aryFunc(asin)
/haiku/src/libs/mapm/
H A Dmapmgues.c47 * induce same error for asin and acos
60 * delete unneeded logic in asin guess
104 * for cbrt, log, asin, and acos we induce an error of 10 ^ -5.
134 * the implementation of the asin & acos functions
145 m_apm_set_double(r, (1.00001 * asin(dd))); /* induce error of 10 ^ -5 */
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dmathimpl.h25 __inline_mathop (__ieee754_asin, asin)
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h56 __MATHCALL (asin,, (_Mdouble_ __x));
/haiku/headers/posix/
H A Dmath.h198 extern double asin(double x);
/haiku/src/kits/shared/
H A DExpressionParser.cpp626 } else if (strcasecmp("asin", token.string.String()) == 0) {
634 return _ParseFactorial(values[0].asin());
/haiku/src/system/libroot/posix/musl/math/
H A Dasin.c12 /* asin(x)
14 * Since asin(x) = x + x^3/6 + x^5*3/40 + x^7*15/336 + ...
15 * we approximate asin(x) on [0,0.5] by
16 * asin(x) = x + x*x^2*R(x^2)
18 * R(x^2) is a rational approximation of (asin(x)-x)/x^3
20 * |(asin(x)-x)/x^3 - R(x^2)| < 2^(-58.75)
23 * asin(x) = pi/2-2*asin(sqrt((1-x)/2))
26 * asin(x) = pi/2 - 2*(s+s*z*R(z))
32 * asin(
67 double asin(double x) function
[all...]
H A Dasinl.c13 * See comments in asin.c.
22 return asin(x);
42 /* asin(+-1)=+-pi/2 with inexact */
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dasin.s21 .global asin
22 .type asin,@function
23 asin: label
H A Dasinf.s1 # see asin.s
H A Dasinl.s1 # see asin.s
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1429 void asin() {} function
H A Dlibroot_stubs_legacy.c1359 void asin() {} function

Completed in 147 milliseconds