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

  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 97 _Tp __x = __rho * cos(__theta);
152 return std::complex<_Tp>(__e * cos(__i), __e * sin(__i));
272 return std::complex<_Tp>(sinh(__x.real()) * cos(__x.imag()),
288 return std::complex<_Tp>(cosh(__x.real()) * cos(__x.imag()),
306 _Tp __d(cosh(__2r) + cos(__2i));
372 // cos
374 template <class _Tp> std::complex<_Tp> cos(const std::complex<_Tp> &__x) { function in namespace:std
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } function
251 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, cos)
378 using ::cos;
tgmath.h 230 // cos
238 __tg_cos(double __x) {return cos(__x);}
256 #undef cos macro
257 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 82 __DEVICE__ double cos(double __a) { return __nv_cos(__a); } function
__clang_hip_math.h 726 double cos(double __x) { return __ocml_cos_f64(__x); } function
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 79 cos (double x) function
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_math.h 465 // cos{{{
468 cos(const simd<_Tp, _Abi>& __x) function
478 cos(static_simd_cast<rebind_simd_t<double, _V>>(__x)));
507 cos(simd<_Tp, simd_abi::scalar> __x) function
508 { return std::cos(__data(__x)); }
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 79 cos (double x) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_math.h 465 // cos{{{
468 cos(const simd<_Tp, _Abi>& __x) function
478 cos(static_simd_cast<rebind_simd_t<double, _V>>(__x)));
507 cos(simd<_Tp, simd_abi::scalar> __x) function
508 { return std::cos(__data(__x)); }
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 67 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 67 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
  /src/include/
tgmath.h 137 #define cos(a) __TG_COMPLEX((a), cos) macro
  /src/lib/libm/src/
namespace.h 27 #define cos _cos macro
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
atom.h 115 u16 cos:12; member in struct:nv50_head_atom::__anon5114::__anon5115
  /src/sys/dev/ic/
arn9003.c 2322 int32_t mag[2][2], phs[2][2], cos[2], sin[2]; local
2359 cos[i] = ((phs[i][0] - phs[i][1]) * SHIFT) / DELPT;
2361 ymin = MIN(abs(sin[i]), abs(cos[i]));
2362 ymax = MAX(abs(sin[i]), abs(cos[i]));
2366 /* Normalize sin and cos by magnitude. */
2368 cos[i] = (cos[i] * SCALE) / div;
2372 f1 = cos[0] - cos[1];
2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 491 cos, member in class:BUILTIN
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 4614 COS(X) / SIN(X) for COMPLEX argument. */
4650 tree cos; local
4652 /* Find cos builtin function. */
4654 cos = gfc_get_intrinsic_lib_fndecl (m, expr);
4655 cos = build_call_expr_loc (input_location, cos, 1, arg);
4662 /* Divide cos by sin. */
4663 se->expr = fold_build2_loc (input_location, RDIV_EXPR, type, cos, sin);
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 4320 conversion_obstack_sentinel cos;
4735 conversion_obstack_sentinel cos; local
4795 conversion_obstack_sentinel cos;
5071 conversion_obstack_sentinel cos; local
5109 conversion_obstack_sentinel cos; local
5190 conversion_obstack_sentinel cos;
5356 conversion_obstack_sentinel cos; local
5709 conversion_obstack_sentinel cos;
7106 conversion_obstack_sentinel cos;
7607 conversion_obstack_sentinel cos; local
9818 conversion_obstack_sentinel cos; local
11671 conversion_obstack_sentinel cos; local
13602 conversion_obstack_sentinel cos; local
13627 conversion_obstack_sentinel cos; local
13742 conversion_obstack_sentinel cos; local
14653 conversion_obstack_sentinel cos; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 4621 COS(X) / SIN(X) for COMPLEX argument. */
4657 tree cos; local
4659 /* Find cos builtin function. */
4661 cos = gfc_get_intrinsic_lib_fndecl (m, expr);
4662 cos = build_call_expr_loc (input_location, cos, 1, arg);
4669 /* Divide cos by sin. */
4670 se->expr = fold_build2_loc (input_location, RDIV_EXPR, type, cos, sin);

Completed in 67 milliseconds