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

  /src/lib/libm/src/
s_asinhf.c 30 asinhf(float x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
cmath 44 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
  /src/include/
math.h 340 float asinhf(float);
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 46 extern float asinhf(float);
configure 17890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinhf" >&5
17891 $as_echo_n "checking for asinhf... " >&6; }
17908 int (*ptr)() = (int (*)())asinhf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 46 extern float asinhf(float);
configure 17725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinhf" >&5
17726 $as_echo_n "checking for asinhf... " >&6; }
17743 int (*ptr)() = (int (*)())asinhf;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 446 using ::asinhf;
__clang_cuda_math.h 65 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } function
__clang_hip_cmath.h 673 using ::asinhf;
tgmath.h 176 __tg_asinh(float __x) {return asinhf(__x);}
__clang_hip_math.h 161 float asinhf(float __x) { return __ocml_asinh_f32(__x); } function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1721 pure float asinhf(float x);
2128 pure float asinhf(float x);
2597 pure float asinhf(float x);
3073 pure float asinhf(float x);
3418 pure float asinhf(float x);
3622 pure float asinhf(float x);
4025 pure float asinhf(float x);
4426 pure float asinhf(float x);
tgmath.d 122 alias core.stdc.math.asinhf asinh;
622 alias core.stdc.math.asinhf asinh;
1112 alias core.stdc.math.asinhf asinh;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 180 float asinhf (float x);
183 asinhf (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 180 float asinhf (float x);
183 asinhf (float x) function
  /src/lib/libm/
Makefile 472 MLINKS+=asinh.3 asinhf.3
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 625 {"asinhf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 625 {"asinhf", 99},
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 157 float asinhf(float x);
1093 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return ::asinhf(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18502 asinhf(0.0f);
20853 asinhf(0.0f);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20025 asinhf(0.0f);
    [all...]

Completed in 261 milliseconds