HomeSort by: relevance | last modified time | path
    Searched defs:acos (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libm/noieee_src/
n_asincos.c 95 __weak_alias(acos, _acos)
121 /* ACOS(X)
136 * acos(x) = 2*atan2( / -------- , 1 ) .
146 * acos(x) returns (PI/pi) * (the exact arc cosine of x) nearly rounded;
162 * 2.07 ulps. (comparing against (PI/pi)*(exact acos(x)));
166 * acos(x) returns the exact acos(x) with error below about 2 ulps.
174 acos(double x) function
190 return (float)acos(x);
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 322 // acos
325 __DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) { function in namespace:std
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
241 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
368 using ::acos;
tgmath.h 56 // acos
64 __tg_acos(double __x) {return acos(__x);}
82 #undef acos macro
83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 58 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } function
__clang_hip_math.h 694 double acos(double __x) { return __ocml_acos_f64(__x); } function
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 112 acos (double x) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 112 acos (double x) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 61 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 61 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
  /src/include/
tgmath.h 131 #define acos(a) __TG_COMPLEX((a), acos) macro
  /src/lib/libm/src/
namespace.h 3 #define acos _acos macro

Completed in 28 milliseconds