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

  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 314 // asin
317 __DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) { function in namespace:std
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } function
243 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, asin)
370 using ::asin;
tgmath.h 85 // asin
93 __tg_asin(double __x) {return asin(__x);}
111 #undef asin macro
112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 62 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } function
__clang_hip_math.h 700 double asin(double __x) { return __ocml_asin_f64(__x); } function
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 101 asin (double x) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 101 asin (double x) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 62 #define asin(z) __TGMATH_CPLX(z, asin, casin) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 62 #define asin(z) __TGMATH_CPLX(z, asin, casin) macro
  /src/include/
tgmath.h 132 #define asin(a) __TG_COMPLEX((a), asin) macro
  /src/lib/libm/src/
namespace.h 7 #define asin _asin macro

Completed in 28 milliseconds