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

/freebsd-10.0-release/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.h447 long double asinl(long double);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c81 asinl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map213 asinl;
H A DMakefile143 MLINKS+=asin.3 asinf.3 asin.3 asinl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h18 /* Define to 1 if you have the `asinl' function. */
801 # define asinl _asinl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h92 /// long double asinl(long double x);
93 asinl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp62 "asinl",
375 TLI.setUnavailable(LibFunc::asinl);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invctrig.c287 testall_tol(casin, z, CMPLXL(asinl(nums[i]), 0.0), 1);
H A Dtest-invtrig.c371 return (sinl(asinl(x)));
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver573 asinl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in12 /* Define to 1 if you have the `asinl' function. */
783 # define asinl _asinl
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...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h104 __tg_asin(long double __x) {return asinl(__x);}

Completed in 333 milliseconds