Searched refs:atanl (Results 1 – 20 of 20) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | e_atan2l.c | 63 return atanl(y); /* x=1.0 */ in atan2l() 108 else z=atanl(fabsl(y/x)); /* safe to do y/x */ in atan2l()
|
H A D | s_atan.c | 119 __weak_reference(atan, atanl);
|
H A D | s_atanl.c | 29 atanl(long double x) in atanl() function
|
H A D | math.h | 450 long double atanl(long double);
|
H A D | catrigl.c | 372 return (CMPLXL(x, atanl(y))); in catanhl()
|
/freebsd/usr.bin/m4/tests/ |
H A D | regress.gnupatterns2.out | 1 acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
|
H A D | gnupatterns2.m4 | 3 zoinx(acosl asinl atanl \
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 213 atanl;
|
H A D | Makefile | 190 MLINKS+=atan.3 atanf.3 atan.3 atanl.3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 232 HANDLE_LIBCALL(ATAN_F80, "atanl") 233 HANDLE_LIBCALL(ATAN_F128,"atanl") 234 HANDLE_LIBCALL(ATAN_PPCF128, "atanl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 24 using ::atanl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 59 long double atanl(long double x); 498 using ::atanl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 25 using std::atanl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/msun/tests/ |
H A D | invtrig_test.c | 432 return (tanl(atanl(x))); in tanatanl()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 126 __tg_atan(long double __x) {return atanl(__x);} in __tg_atan()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 917 /// long double atanl(long double x); 918 TLI_DEFINE_ENUM_INTERNAL(atanl) 919 TLI_DEFINE_STRING_INTERNAL("atanl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 239 SYMBOL(atanl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 674 SYMBOL(atanl, std::, <cmath>) 675 SYMBOL(atanl, None, <cmath>) 676 SYMBOL(atanl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1378 fun:atanl=uninstrumented
|