Searched defs:cos (Results 1 – 3 of 3) sorted by relevance
92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z) in cos() function95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z) in cos() function99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z) in cos() function
398 inline double cos(double __x) { return __stlp_cos(__x); } in cos() function
956 inline valarray<_Tp> cos(const valarray<_Tp>& __x) { in cos() function