| /dragonfly/tools/regression/lib/libm/ |
| HD | test-invtrig.c | 204 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0); in test_special_atan2() 205 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0); in test_special_atan2() 206 test2(atan2l, 0.0, ldexpl(-z, e), pi, FE_INEXACT); in test_special_atan2() 207 test2(atan2l, -0.0, ldexpl(-z, e), -pi, FE_INEXACT); in test_special_atan2() 208 test2(atan2l, ldexpl(z, e), 0.0, pi / 2, FE_INEXACT); in test_special_atan2() 209 test2(atan2l, ldexpl(z, e), -0.0, pi / 2, FE_INEXACT); in test_special_atan2() 210 test2(atan2l, ldexpl(-z, e), 0.0, -pi / 2, FE_INEXACT); in test_special_atan2() 211 test2(atan2l, ldexpl(-z, e), -0.0, -pi / 2, FE_INEXACT); in test_special_atan2() 236 test2(atan2l, ldexpl(z, e), INFINITY, 0.0, 0); in test_special_atan2() 237 test2(atan2l, ldexpl(-z,e), INFINITY, -0.0, 0); in test_special_atan2() [all …]
|
| /dragonfly/contrib/openbsd_libm/src/ |
| HD | s_cargl.c | 25 return atan2l(__imag__ z, __real__ z); in cargl()
|
| HD | s_clogl.c | 70 rr = atan2l(cimagl(z), creall(z)); in clogl()
|
| HD | s_catanl.c | 110 t = atan2l(2.0L * x, a) * 0.5L; in catanl()
|
| HD | e_atan2.c | 123 __strong_alias(atan2l, atan2);
|
| HD | e_atan2l.c | 52 atan2l(long double y, long double x) in atan2l() function
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
| D | math_stubs_long_double.cc | 67 atan2l(long double x, long double y) in atan2l() function
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | math_stubs_long_double.cc | 67 atan2l(long double x, long double y) in atan2l() function
|
| /dragonfly/lib/libm/ |
| HD | Symbol.map | 196 atan2l;
|
| HD | Makefile | 161 atan2.3 atan2l.3
|
| /dragonfly/contrib/openbsd_libm/include/global/ |
| HD | math.h | 405 long double atan2l(long double, long double);
|
| /dragonfly/gnu/lib/gcc47/libstdc++/ |
| D | config.h | 916 # define atan2l _atan2l macro
|
| D | libstdc++-symbols.ver | 548 atan2l;
|
| /dragonfly/gnu/lib/gcc80/libstdcxx/headers/ |
| HD | config.h | 1030 # define atan2l _atan2l macro
|
| /dragonfly/contrib/openbsd_libm/ |
| HD | Makefile | 320 MLINKS+=atan2.3 atan2l.3
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/ |
| D | config.h.in | 21 /* Define to 1 if you have the `atan2l' function. */ 893 # define atan2l _atan2l macro
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/ |
| D | gnu.ver | 753 atan2l;
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | builtins.def | 202 DEF_C99_C90RES_BUILTIN (BUILT_IN_ATAN2L, "atan2l", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_MAT…
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/ |
| D | gnu.ver | 991 atan2l;
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | builtins.def | 321 DEF_C99_C90RES_BUILTIN (BUILT_IN_ATAN2L, "atan2l", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_MAT…
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | extend.texi | 7527 @findex atan2l 7977 @code{atan2l}, @code{atanf}, @code{atanl}, @code{ceilf}, @code{ceill},
|