| /freebsd/lib/msun/tests/ |
| H A D | invtrig_test.c | 193 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0); in ATF_TC_BODY() 194 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0); in ATF_TC_BODY() 195 test2(atan2l, 0.0, ldexpl(-z, e), pi, FE_INEXACT); in ATF_TC_BODY() 196 test2(atan2l, -0.0, ldexpl(-z, e), -pi, 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() 199 test2(atan2l, ldexpl(-z, e), 0.0, -pi / 2, FE_INEXACT); in ATF_TC_BODY() 200 test2(atan2l, ldexpl(-z, e), -0.0, -pi / 2, FE_INEXACT); in ATF_TC_BODY() 225 test2(atan2l, ldexpl(z, e), INFINITY, 0.0, 0); in ATF_TC_BODY() 226 test2(atan2l, ldexpl(-z,e), INFINITY, -0.0, 0); in ATF_TC_BODY() [all …]
|
| /freebsd/lib/msun/src/ |
| H A D | catrigl.c | 206 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 D | s_cargl.c | 36 return (atan2l(cimagl(z), creall(z))); in cargl()
|
| H A D | e_atan2.c | 124 __weak_reference(atan2, atan2l);
|
| H A D | e_atan2l.c | 43 atan2l(long double y, long double x) in atan2l() function
|
| H A D | s_clogl.c | 69 v = atan2l(y, x); in clogl()
|
| H A D | math.h | 449 long double atan2l(long double, long double);
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 212 atan2l;
|
| H A D | Makefile | 204 MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 28 using ::atan2l _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | tgmath.h | 563 __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/__cxx03/ |
| H A D | cmath | 63 long double atan2l(long double y, long double x); 498 using ::atan2l _LIBCPP_USING_IF_EXISTS;
|
| H A D | complex | 854 return std::atan2l(0.L, __re);
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 63 long double atan2l(long double y, long double x); 502 using ::atan2l _LIBCPP_USING_IF_EXISTS;
|
| H A D | complex | 954 return std::atan2l(0.L, __re);
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 29 using std::atan2l _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 943 /// long double atan2l(long double y, long double x); 944 TLI_DEFINE_ENUM_INTERNAL(atan2l) 945 TLI_DEFINE_STRING_INTERNAL("atan2l")
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 234 SYMBOL(atan2l, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 660 SYMBOL(atan2l, std::, <cmath>) 661 SYMBOL(atan2l, None, <cmath>) 662 SYMBOL(atan2l, None, <math.h>)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1373 fun:atan2l=uninstrumented
|