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

/freebsd-10.1-release/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.h448 long double atan2l(long double, long double);
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-invtrig.c177 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0);
178 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0);
179 test2(atan2l, 0.0, ldexpl(-z, e), pi, FE_INEXACT);
180 test2(atan2l, -0.0, ldexpl(-z, e), -pi, FE_INEXACT);
181 test2(atan2l, ldexpl(z, e), 0.0, pi / 2, FE_INEXACT);
182 test2(atan2l, ldexpl(z, e), -0.0, pi / 2, FE_INEXACT);
183 test2(atan2l, ldexpl(-z, e), 0.0, -pi / 2, FE_INEXACT);
184 test2(atan2l, ldexpl(-z, e), -0.0, -pi / 2, FE_INEXACT);
209 test2(atan2l, ldexpl(z, e), INFINITY, 0.0, 0);
210 test2(atan2l, ldexp
[all...]
/freebsd-10.1-release/contrib/libstdc++/libmath/
H A Dstubs.c115 atan2l(long double x, long double y) function
/freebsd-10.1-release/lib/msun/
H A DSymbol.map214 atan2l;
H A DMakefile149 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
/freebsd-10.1-release/gnu/lib/libstdc++/
H A Dconfig.h24 /* Define to 1 if you have the `atan2l' function. */
811 # define atan2l _atan2l macro
/freebsd-10.1-release/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.1-release/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.1-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp77 "atan2l",
416 TLI.setUnavailable(LibFunc::atan2l);
/freebsd-10.1-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver492 atan2l;
/freebsd-10.1-release/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 490 milliseconds