Home
last modified time | relevance | path

Searched defs:sin (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dcomplex_trig.cpp73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin() function
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin() function
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin() function
/ndk/sources/host-tools/make-3.81/
Dremote-cstms.c147 struct sockaddr_in sin; in start_remote_job() local
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h403 inline double sin(double __x) { return __stlp_sin(__x); } in sin() function
D_valarray.h1029 inline valarray<_Tp> sin(const valarray<_Tp>& __x) { in sin() function