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

  /src/lib/libm/src/
e_acoshl.c 25 __weak_alias(acoshl, _acoshl)
67 acoshl(long double x) function
93 acoshl(long double x)
namespace.h 5 #define acoshl _acoshl macro
  /src/include/
math.h 345 long double acoshl(long double);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1716 extern(D) real acoshl()(real x) { return acosh(cast(double) x); }
2123 real acoshl(real x); // since 10.0
2592 real acoshl(real x);
3217 real acoshl(real x);
3502 real acoshl(real x);
3617 real acoshl(real x);
4020 extern(D) real acoshl(real x) { return acosh(cast(double) x); }
4421 real acoshl(real x);
tgmath.d 112 alias core.stdc.math.acoshl acosh;
612 alias core.stdc.math.acoshl acosh;
1102 alias core.stdc.math.acoshl acosh;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 155 __tg_acosh(long double __x) {return acoshl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 665 {"acoshl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 665 {"acoshl", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 140 extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 140 extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 154 long double acoshl(long double x);
1084 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18500 acoshl(0.0l);
20851 acoshl(0.0l);
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
configure 17698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acoshl" >&5
17699 $as_echo_n "checking for acoshl... " >&6; }
17716 int (*ptr)() = (int (*)())acoshl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
configure 17533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acoshl" >&5
17534 $as_echo_n "checking for acoshl... " >&6; }
17551 int (*ptr)() = (int (*)())acoshl;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20023 acoshl(0.0l);
    [all...]

Completed in 221 milliseconds