Searched refs:asinhf (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_asinhf.c28 asinhf(float x) function
H A Dmath.h387 float asinhf(float);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h417 using ::asinhf;
H A Dtgmath.h176 __tg_asinh(float __x) {return asinhf(__x);}
H A D__clang_cuda_device_functions.h1495 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } function
/freebsd-11-stable/lib/msun/
H A DMakefile171 MLINKS+=asinh.3 asinhf.3 asinh.3 asinhl.3
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h157 float asinhf(float x);
1123 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return ::asinhf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30973 asinhf(0.0f);
[all...]

Completed in 303 milliseconds