Searched refs:asinl (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A De_asinl.c34 asinl(long double x) function
48 if(expt<ASIN_LINEAR) { /* if |x| is small, asinl(x)=x */
H A De_asin.c116 __weak_reference(asin, asinl);
H A Dmath.h448 long double asinl(long double);
H A Dcatrigl.c207 ry = asinl(B);
/freebsd-12-stable/contrib/libstdc++/libmath/
H A Dstubs.c81 asinl(long double x) function
/freebsd-12-stable/gnu/lib/libstdc++/
H A Dconfig.h18 /* Define to 1 if you have the `asinl' function. */
798 # define asinl _asinl macro
/freebsd-12-stable/lib/msun/tests/
H A Dinvctrig_test.c288 testall_tol(casin, z, CMPLXL(asinl(nums[i]), 0.0), 1);
H A Dinvtrig_test.c386 return (sinl(asinl(x)));
/freebsd-12-stable/lib/msun/
H A DMakefile170 MLINKS+=asin.3 asinf.3 asin.3 asinl.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h97 __tg_asin(long double __x) {return asinl(__x);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h52 long double asinl(long double x);
835 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(__lcpp_x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure18935 acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
18990 for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
[all...]

Completed in 229 milliseconds