Searched refs:atan2l (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A Ds_cargl.c37 return (atan2l(cimagl(z), creall(z)));
H A De_atan2.c128 __weak_reference(atan2, atan2l);
H A De_atan2l.c47 atan2l(long double y, long double x) function
H A Dmath.h454 long double atan2l(long double, long double);
/freebsd-10-stable/lib/msun/tests/
H A Dinvtrig_test.c193 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0);
194 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0);
195 test2(atan2l, 0.0, ldexpl(-z, e), pi, FE_INEXACT);
196 test2(atan2l, -0.0, ldexpl(-z, e), -pi, FE_INEXACT);
197 test2(atan2l, ldexpl(z, e), 0.0, pi / 2, FE_INEXACT);
198 test2(atan2l, ldexpl(z, e), -0.0, pi / 2, FE_INEXACT);
199 test2(atan2l, ldexpl(-z, e), 0.0, -pi / 2, FE_INEXACT);
200 test2(atan2l, ldexpl(-z, e), -0.0, -pi / 2, FE_INEXACT);
225 test2(atan2l, ldexpl(z, e), INFINITY, 0.0, 0);
226 test2(atan2l, ldexp
[all...]
/freebsd-10-stable/contrib/libstdc++/libmath/
H A Dstubs.c115 atan2l(long double x, long double y) function
/freebsd-10-stable/lib/msun/
H A DSymbol.map214 atan2l;
H A DMakefile152 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
/freebsd-10-stable/gnu/lib/libstdc++/
H A Dconfig.h24 /* Define to 1 if you have the `atan2l' function. */
811 # define atan2l _atan2l macro
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h122 /// long double atan2l(long double y, long double x);
123 atan2l, enumerator in enum:llvm::LibFunc::Func
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);}
/freebsd-10-stable/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp77 "atan2l",
416 TLI.setUnavailable(LibFunc::atan2l);
/freebsd-10-stable/contrib/libstdc++/
H A Dconfig.h.in18 /* Define to 1 if you have the `atan2l' function. */
793 # define atan2l _atan2l
H A Dconfigure20797 echo "$as_me:$LINENO: checking for atan2l declaration" >&5
20798 echo $ECHO_N "checking for atan2l declaration... $ECHO_C" >&6
20822 atan2l(0, 0);
20872 for ac_func in atan2l
[all...]

Completed in 301 milliseconds