Searched refs:cosl (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A Ds_cos.c88 __weak_reference(cos, cosl);
H A Ds_cosl.c51 cosl(long double x) function
H A Dmath.h454 long double cosl(long double);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-trig.c197 assert(cosl(ld_pi_odd[i]) == -1.0);
201 assert(cosl(-ld_pi_odd[i]) == -1.0);
205 assert(cosl(ld_pi_odd[i] * 2) == 1.0);
209 assert(cosl(-ld_pi_odd[i] * 2) == 1.0);
H A Dtest-invtrig.c350 * You need to have a working sinl(), cosl(), and tanl() for these
378 return (cosl(acosf(x)));
385 return (cosl(acos(x)));
392 return (cosl(acosl(x)));
H A Dtest-ctrig.c256 c = INFINITY * cosl(finites[i]);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c149 cosl(long double x) function
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h164 /// long double cosl(long double x);
165 cosl, enumerator in enum:llvm::LibFunc::Func
678 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:
/freebsd-10.0-release/lib/msun/
H A DSymbol.map202 cosl;
H A DMakefile162 MLINKS+=cos.3 cosf.3 cos.3 cosl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h60 /* Define to 1 if you have the `cosl' function. */
861 # define cosl _cosl macro
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp98 "cosl",
380 TLI.setUnavailable(LibFunc::cosl);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver484 cosl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in54 /* Define to 1 if you have the `cosl' function. */
843 # define cosl _cosl
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.h249 __tg_cos(long double __x) {return cosl(__x);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1826 case LibFunc::cosl:
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1582 case LibFunc::cosl:
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5583 case LibFunc::cosl:

Completed in 414 milliseconds