Home
last modified time | relevance | path

Searched refs:asinhf (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/lib/libm/src/
Ds_asinhf.c25 asinhf(float x) in asinhf() function
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath44 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
96 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DScalarFuncs.def33 TLI_DEFINE_SCALAR_MASS_FUNC("asinhf", "__xl_asinhf")
DVecFuncs.def63 TLI_DEFINE_VECFUNC("asinhf", "vasinhf", FIXED(4))
115 TLI_DEFINE_VECFUNC("asinhf", "_simd_asinh_f4", FIXED(4))
267 TLI_DEFINE_VECFUNC("asinhf", "__asinhf4", FIXED(4))
DTargetLibraryInfo.def812 /// float asinhf(float x);
813 TLI_DEFINE_ENUM_INTERNAL(asinhf)
814 TLI_DEFINE_STRING_INTERNAL("asinhf")
/openbsd/src/lib/libm/
DSymbols.map21 asinhf;
/openbsd/src/lib/libm/hidden/
Dmath.h36 PROTO_STD_DEPRECATED(asinhf);
/openbsd/src/include/
Dmath.h297 float asinhf(float);
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_cmath.h446 using ::asinhf;
D__clang_cuda_math.h65 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } in asinhf() function
D__clang_hip_cmath.h733 using ::asinhf;
Dtgmath.h176 __tg_asinh(float __x) {return asinhf(__x);} in __tg_asinh()
D__clang_hip_math.h170 float asinhf(float __x) { return __ocml_asinh_f32(__x); }
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcmath47 #undef asinhf
168 using ::asinhf;
/openbsd/src/gnu/llvm/libcxx/include/
Dcmath160 float asinhf(float x);
413 using ::asinhf _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/gcc/gcc/
Dbuiltins.def186 DEF_C99_BUILTIN (BUILT_IN_ASINHF, "asinhf", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING)
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc226 SYMBOL(asinhf, None, <math.h>)
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltins.def1273 LIBBUILTIN(asinhf, "ff", "fne", MATH_H, ALL_LANGUAGES)
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1360 fun:asinhf=uninstrumented
/openbsd/src/gnu/gcc/gcc/doc/
Dextend.texi5264 @findex asinhf
5663 @code{_Exit}, @code{acoshf}, @code{acoshl}, @code{acosh}, @code{asinhf},
Dgcc.info20338 The ISO C99 functions `_Exit', `acoshf', `acoshl', `acosh', `asinhf',