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

  /src/lib/libm/src/
s_asinhl.c 24 __weak_alias(asinhl, _asinhl)
70 asinhl(long double x) function
95 asinhl(long double x)
namespace.h 9 #define asinhl _asinhl macro
  /src/include/
math.h 346 long double asinhl(long double);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1723 pure extern(D) real asinhl()(real x) { return asinh(cast(double) x); }
2130 pure real asinhl(real x); // since 10.0
2599 pure real asinhl(real x);
3219 pure real asinhl(real x);
3503 pure real asinhl(real x);
3624 pure real asinhl(real x);
4027 extern(D) pure real asinhl(real x) { return asinh(cast(double) x); }
4428 pure real asinhl(real x);
tgmath.d 124 alias core.stdc.math.asinhl asinh;
624 alias core.stdc.math.asinhl asinh;
1114 alias core.stdc.math.asinhl asinh;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 184 __tg_asinh(long double __x) {return asinhl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 421 {"asinhl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 421 {"asinhl", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 141 extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 141 extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 158 long double asinhl(long double x);
1094 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return ::asinhl(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18503 asinhl(0.0l);
20854 asinhl(0.0l);
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
configure 17986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinhl" >&5
17987 $as_echo_n "checking for asinhl... " >&6; }
18004 int (*ptr)() = (int (*)())asinhl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
configure 17821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinhl" >&5
17822 $as_echo_n "checking for asinhl... " >&6; }
17839 int (*ptr)() = (int (*)())asinhl;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20026 asinhl(0.0l);
    [all...]

Completed in 106 milliseconds