Searched defs:sin (Results 1 – 4 of 4) sorted by relevance
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin() function76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin() function80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin() function
147 struct sockaddr_in sin; in start_remote_job() local
403 inline double sin(double __x) { return __stlp_sin(__x); } in sin() function
1029 inline valarray<_Tp> sin(const valarray<_Tp>& __x) { in sin() function