Home
last modified time | relevance | path

Searched refs:atan2l (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/msun/tests/
H A Dinvtrig_test.c191 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0); in ATF_TC_BODY()
192 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0); in ATF_TC_BODY()
193 test2(atan2l, 0.0, ldexpl(-z, e), pi, FE_INEXACT); in ATF_TC_BODY()
194 test2(atan2l, -0.0, ldexpl(-z, e), -pi, FE_INEXACT); in ATF_TC_BODY()
195 test2(atan2l, ldexpl(z, e), 0.0, pi / 2, FE_INEXACT); in ATF_TC_BODY()
196 test2(atan2l, ldexpl(z, e), -0.0, pi / 2, FE_INEXACT); in ATF_TC_BODY()
197 test2(atan2l, ldexpl(-z, e), 0.0, -pi / 2, FE_INEXACT); in ATF_TC_BODY()
198 test2(atan2l, ldexpl(-z, e), -0.0, -pi / 2, FE_INEXACT); in ATF_TC_BODY()
223 test2(atan2l, ldexpl(z, e), INFINITY, 0.0, 0); in ATF_TC_BODY()
224 test2(atan2l, ldexpl(-z,e), INFINITY, -0.0, 0); in ATF_TC_BODY()
[all …]
/freebsd/lib/msun/src/
H A Dcatrigl.c206 ry = atan2l(new_y, sqrt_A2my2); in casinhl()
269 rx = atan2l(sqrt_A2mx2, new_x); in cacosl()
271 rx = atan2l(sqrt_A2mx2, -new_x); in cacosl()
314 atan2l(y, x))); in clog_for_large_values()
317 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x))); in clog_for_large_values()
319 return (CMPLXL(logl(ax * ax + ay * ay) / 2, atan2l(y, x))); in clog_for_large_values()
398 ry = atan2l(2, -ay) / 2; in catanhl()
400 ry = atan2l(2 * ay, (1 - ax) * (1 + ax)) / 2; in catanhl()
402 ry = atan2l(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2; in catanhl()
H A Ds_cargl.c36 return (atan2l(cimagl(z), creall(z))); in cargl()
H A De_atan2.c124 __weak_reference(atan2, atan2l);
H A De_atan2l.c43 atan2l(long double y, long double x) in atan2l() function
H A Ds_clogl.c69 v = atan2l(y, x); in clogl()
H A Dmath.h448 long double atan2l(long double, long double);
/freebsd/lib/msun/
H A DSymbol.map212 atan2l;
H A DMakefile192 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc28 using ::atan2l _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h563 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} in __tg_atan2()
1230 __tg_carg(long double __x) {return atan2l(0.L, __x);} in __tg_carg()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath63 long double atan2l(long double y, long double x);
499 using ::atan2l _LIBCPP_USING_IF_EXISTS;
H A Dcomplex950 return std::atan2l(0.L, __re);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc29 using std::atan2l _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def892 /// long double atan2l(long double y, long double x);
893 TLI_DEFINE_ENUM_INTERNAL(atan2l)
894 TLI_DEFINE_STRING_INTERNAL("atan2l")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc234 SYMBOL(atan2l, None, <math.h>)
H A DStdSymbolMap.inc659 SYMBOL(atan2l, std::, <cmath>)
660 SYMBOL(atan2l, None, <cmath>)
661 SYMBOL(atan2l, None, <math.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1373 fun:atan2l=uninstrumented