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

/freebsd-10.0-release/lib/msun/src/
H A De_acosl.c44 acosl(long double x) function
60 if(expt<ACOS_CONST) return pio2_hi+pio2_lo;/*x tiny: acosl=pi/2*/
H A De_acos.c110 __weak_reference(acos, acosl);
H A Dmath.h445 long double acosl(long double);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c64 acosl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map212 acosl;
H A DMakefile141 MLINKS+=acos.3 acosf.3 acos.3 acosl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h12 /* Define to 1 if you have the `acosl' function. */
791 # define acosl _acosl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h80 /// long double acosl(long double x);
81 acosl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp56 "acosl",
374 TLI.setUnavailable(LibFunc::acosl);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invctrig.c286 testall_tol(cacos, z, CMPLXL(acosl(nums[i]), -0.0), 1);
H A Dtest-invtrig.c392 return (cosl(acosl(x)));
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver571 acosl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in6 /* Define to 1 if you have the `acosl' function. */
773 # define acosl _acosl
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.h75 __tg_acos(long double __x) {return acosl(__x);}

Completed in 337 milliseconds