HomeSort by: relevance | last modified time | path
    Searched refs:atanhl (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libm/src/
e_atanhl.c 25 __weak_alias(atanhl, _atanhl)
55 atanhl(long double x) function
77 atanhl(long double x)
namespace.h 16 #define atanhl _atanhl macro
  /src/include/
math.h 347 long double atanhl(long double);
  /src/lib/libm/complex/
catrigl.c 390 return (CMPLXL(atanhl(x), y)); /* XXX need atanhl() */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1730 extern(D) real atanhl()(real x) { return atanh(cast(double) x); }
2137 real atanhl(real x); // since 10.0
2606 real atanhl(real x);
3221 real atanhl(real x);
3504 real atanhl(real x);
3631 real atanhl(real x);
4034 extern(D) real atanhl(real x) { return atanh(cast(double) x); }
4435 real atanhl(real x);
tgmath.d 136 alias core.stdc.math.atanhl atanh;
636 alias core.stdc.math.atanhl atanh;
1126 alias core.stdc.math.atanhl atanh;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 213 __tg_atanh(long double __x) {return atanhl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 461 {"atanhl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 461 {"atanhl", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 142 extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 142 extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 162 long double atanhl(long double x);
1104 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18506 atanhl(0.0l);
20857 atanhl(0.0l);
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
configure 18418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhl" >&5
18419 $as_echo_n "checking for atanhl... " >&6; }
18436 int (*ptr)() = (int (*)())atanhl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
configure 18253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhl" >&5
18254 $as_echo_n "checking for atanhl... " >&6; }
18271 int (*ptr)() = (int (*)())atanhl;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20029 atanhl(0.0l);
    [all...]

Completed in 132 milliseconds