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

12

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dvalarray_after.h455 _DEFINE_EXPR_UNARY_FUNCTION(atan)
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h108 extern double atan(double);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h1496 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } function
H A Dopencl-c.h6687 float __ovld __cnfn atan(float y_over_x);
6688 float2 __ovld __cnfn atan(float2 y_over_x);
6689 float3 __ovld __cnfn atan(float3 y_over_x);
6690 float4 __ovld __cnfn atan(float4 y_over_x);
6691 float8 __ovld __cnfn atan(float8 y_over_x);
6692 float16 __ovld __cnfn atan(float16 y_over_x);
6694 double __ovld __cnfn atan(double y_over_x);
6695 double2 __ovld __cnfn atan(double2 y_over_x);
6696 double3 __ovld __cnfn atan(double3 y_over_x);
6697 double4 __ovld __cnfn atan(double
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1498 Name == "atan" || Name == "atanf" ||
1839 return ConstantFoldFP(atan, V, Ty);

Completed in 208 milliseconds

12