Searched refs:atanhf (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/lib/libm/src/
H A Dw_atanhf.c22 * wrapper atanhf(x)
30 atanhf(float x) /* wrapper atanhf */ function
41 /* atanhf(|x|>1) */
44 /* atanhf(|x|==1) */
/netbsd-current/lib/libm/noieee_src/
H A Dn_atanhf.c72 atanhf(float x) function
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dc99_protos.h61 extern float atanhf(float);
H A Dconfigure17981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhf" >&5
17982 $as_echo_n "checking for atanhf... " >&6; }
17999 int (*ptr)() = (int (*)())atanhf;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dc99_protos.h61 extern float atanhf(float);
H A Dconfigure18157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhf" >&5
18158 $as_echo_n "checking for atanhf... " >&6; }
18175 int (*ptr)() = (int (*)())atanhf;
/netbsd-current/include/
H A Dmath.h341 float atanhf(float);
/netbsd-current/lib/libm/complex/
H A Dcatrigf.c362 return (CMPLXF(atanhf(x), y));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h71 __DEVICE__ float atanhf(float __a) { return __nv_atanhf(__a); } function
H A D__clang_cuda_cmath.h449 using ::atanhf;
H A Dtgmath.h205 __tg_atanh(float __x) {return atanhf(__x);}
H A D__clang_hip_cmath.h676 using ::atanhf;
H A D__clang_hip_math.h170 float atanhf(float __x) { return __ocml_atanh_f32(__x); } function
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1728 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);
H A Dtgmath.d134 alias core.stdc.math.atanhf atanh;
634 alias core.stdc.math.atanhf atanh;
1124 alias core.stdc.math.atanhf atanh;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c212 float atanhf (float x);
215 atanhf (float x) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c212 float atanhf (float x);
215 atanhf (float x) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h667 {"atanhf", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h667 {"atanhf", 99},
/netbsd-current/lib/libm/
H A DMakefile474 MLINKS+=atanh.3 atanhf.3
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h161 float atanhf(float x);
1103 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf(__lcpp_x);}
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure19956 atanhf(0.0f);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure20028 atanhf(0.0f);
[all...]

Completed in 434 milliseconds