Home
last modified time | relevance | path

Searched refs:asinh (Results 26 – 45 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() function
318 std::complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real())); in asin()
/freebsd/contrib/arm-optimized-routines/pl/math/include/
H A Dmathlib.h36 double asinh (double);
/freebsd/lib/msun/src/
H A Dmath.h273 double asinh(double);
/freebsd/lib/msun/tests/
H A Dinvctrig_test.c299 testall_tol(casinh, z, CMPLXL(asinh(nums[i]), 0.0), 1); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc47 using std::asinh;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath159 floating_point asinh (arithmetic x);
414 using ::asinh _LIBCPP_USING_IF_EXISTS;
H A Dcomplex212 template<class T> complex<T> asinh(const complex<T>&);
1097 // asinh
1100 _LIBCPP_HIDE_FROM_ABI complex<_Tp> asinh(const complex<_Tp>& __x) {
1229 complex<_Tp> __z = std::asinh(complex<_Tp>(-__x.imag(), __x.real()));
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h64 __DEVICE__ double asinh(double __a) { return __nv_asinh(__a); } in asinh() function
H A D__clang_hip_math.h739 double asinh(double __x) { return __ocml_asinh_f64(__x); }
H A Dopencl-c.h6545 float __ovld __cnfn asinh(float);
6546 float2 __ovld __cnfn asinh(float2);
6547 float3 __ovld __cnfn asinh(float3);
6548 float4 __ovld __cnfn asinh(float4);
6549 float8 __ovld __cnfn asinh(float8);
6552 double __ovld __cnfn asinh(double);
6560 half __ovld __cnfn asinh(half);
6561 half2 __ovld __cnfn asinh(half2);
6562 half3 __ovld __cnfn asinh(half3);
6563 half4 __ovld __cnfn asinh(half4);
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def852 /// double asinh(double x);
853 TLI_DEFINE_ENUM_INTERNAL(asinh)
854 TLI_DEFINE_STRING_INTERNAL("asinh")
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c229 TFUNC(at_d, rt_d, asinh, 4*ULPUNIT),
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc225 SYMBOL(asinh, None, <math.h>)
H A DStdSymbolMap.inc626 SYMBOL(asinh, std::, <cmath>)
627 SYMBOL(asinh, None, <cmath>)
628 SYMBOL(asinh, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td188 defm : DemangledExtendedBuiltin<"asinh", OpenCL_std, 4>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td556 "asin", "asinh", "asinpi",
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1341 LIBBUILTIN(asinh, "dd", "fne", MATH_H, ALL_LANGUAGES)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1364 fun:asinh=uninstrumented
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2483 MUTATE_LDBL(asinh) in mutateLongDoubleBuiltin()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c131361 MFUNCTION(asinh, 1, asinh, math1Func ),

12