Searched refs:asin (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1456 Res0 = asin(opr0);
1465 Res0 = asin(opr0) / MATH_PI;
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h314 // asin
317 __DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) { function in namespace:std
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h736 double asin(double __x) { return __ocml_asin_f64(__x); } function
H A Dopencl-c.h6519 float __ovld __cnfn asin(float);
6520 float2 __ovld __cnfn asin(float2);
6521 float3 __ovld __cnfn asin(float3);
6522 float4 __ovld __cnfn asin(float4);
6523 float8 __ovld __cnfn asin(float8);
6524 float16 __ovld __cnfn asin(float16);
6526 double __ovld __cnfn asin(double);
6527 double2 __ovld __cnfn asin(double2);
6528 double3 __ovld __cnfn asin(double3);
6529 double4 __ovld __cnfn asin(double
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c208 TFUNC(at_d,rt_d, asin, 4*ULPUNIT),
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1661 Name == "asin" || Name == "asinf" ||
2274 return ConstantFoldFP(asin, APF, Ty);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2480 MUTATE_LDBL(asin)
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 782 milliseconds

12