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

  /src/lib/libm/noieee_src/
n_atanhf.c 72 atanhf(float x) function
  /src/lib/libm/src/
w_atanhf.c 22 * wrapper atanhf(x)
30 atanhf(float x) /* wrapper atanhf */ function
41 /* atanhf(|x|>1) */
44 /* atanhf(|x|==1) */
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
cmath 45 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); }
  /src/include/
math.h 341 float atanhf(float);
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 61 extern float atanhf(float);
configure 18322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhf" >&5
18323 $as_echo_n "checking for atanhf... " >&6; }
18340 int (*ptr)() = (int (*)())atanhf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 61 extern float atanhf(float);
configure 18157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhf" >&5
18158 $as_echo_n "checking for atanhf... " >&6; }
18175 int (*ptr)() = (int (*)())atanhf;
  /src/lib/libm/complex/
catrigf.c 362 return (CMPLXF(atanhf(x), y));
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 449 using ::atanhf;
__clang_cuda_math.h 71 __DEVICE__ float atanhf(float __a) { return __nv_atanhf(__a); } function
__clang_hip_cmath.h 676 using ::atanhf;
tgmath.h 205 __tg_atanh(float __x) {return atanhf(__x);}
__clang_hip_math.h 170 float atanhf(float __x) { return __ocml_atanh_f32(__x); } function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1728 float atanhf(float x);
2135 float atanhf(float x);
2604 float atanhf(float x);
3075 float atanhf(float x);
3419 float atanhf(float x);
3629 float atanhf(float x);
4032 float atanhf(float x);
4433 float atanhf(float x);
tgmath.d 134 alias core.stdc.math.atanhf atanh;
634 alias core.stdc.math.atanhf atanh;
1124 alias core.stdc.math.atanhf atanh;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 212 float atanhf (float x);
215 atanhf (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 212 float atanhf (float x);
215 atanhf (float x) function
  /src/lib/libm/
Makefile 475 MLINKS+=atanh.3 atanhf.3
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 667 {"atanhf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 667 {"atanhf", 99},
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 161 float atanhf(float x);
1103 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18505 atanhf(0.0f);
20856 atanhf(0.0f);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20028 atanhf(0.0f);
    [all...]

Completed in 117 milliseconds