Searched refs:atan (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h66 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } function
H A D__clang_hip_math.h742 double atan(double __x) { return __ocml_atan_f64(__x); } function
H A Dopencl-c.h6597 float __ovld __cnfn atan(float);
6598 float2 __ovld __cnfn atan(float2);
6599 float3 __ovld __cnfn atan(float3);
6600 float4 __ovld __cnfn atan(float4);
6601 float8 __ovld __cnfn atan(float8);
6602 float16 __ovld __cnfn atan(float16);
6604 double __ovld __cnfn atan(double);
6605 double2 __ovld __cnfn atan(double2);
6606 double3 __ovld __cnfn atan(double3);
6607 double4 __ovld __cnfn atan(double
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1469 Res0 = atan(opr0);
1478 Res0 = atan(opr0) / MATH_PI;
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h356 // atan
359 __DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) { function in namespace:std
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c209 TFUNC(at_d,rt_d, atan, 4*ULPUNIT),
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1662 Name == "atan" || Name == "atanf" ||
2279 return ConstantFoldFP(atan, APF, Ty);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2482 MUTATE_LDBL(atan)
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 1019 milliseconds

12