HomeSort by relevance Sort by last modified time
    Searched refs:sin (Results 51 - 75 of 411) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 88 # define sinl sin
111 # define sinf sin
112 # define sinl sin
162 # define sinl sin
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 88 # define sinl sin
111 # define sinf sin
112 # define sinl sin
162 # define sinl sin
  /external/stlport/src/
complex_trig.cpp 66 // sin
69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) function
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) function
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) function
89 -::sin(z._M_re) * ::sinh(z._M_im));
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
134 ::cosh(z._M_re) * ::sin(z._M_im));
153 ::sinh(z._M_re) * ::sin(z._M_im));
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 66 // sin
69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) function
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) function
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) function
89 -::sin(z._M_re) * ::sinh(z._M_im));
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
134 ::cosh(z._M_re) * ::sin(z._M_im));
153 ::sinh(z._M_re) * ::sin(z._M_im));
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den)
    [all...]
  /bionic/libm/src/
e_jn.c 84 * Yn(x) = sin(x-(2n+1)*pi/4)*sqrt(2/x*pi)
85 * Let s=sin(x), c=cos(x),
88 * n sin(xn)*sqt2 cos(xn)*sqt2
96 case 0: temp = cos(x)+sin(x); break;
97 case 1: temp = -cos(x)+sin(x); break;
98 case 2: temp = -cos(x)-sin(x); break;
99 case 3: temp = cos(x)-sin(x); break;
234 * Yn(x) = sin(x-(2n+1)*pi/4)*sqrt(2/x*pi)
235 * Let s=sin(x), c=cos(x),
238 * n sin(xn)*sqt2 cos(xn)*sqt
    [all...]
  /bionic/libstdc++/include/
cmath 46 using ::sin;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 211 float newy1 = (float)(Math.sin(xrot) * z1 + Math.cos(xrot) * y1);
212 float newy2 = (float)(Math.sin(xrot) * z2 + Math.cos(xrot) * y2);
213 float newz1 = (float)(Math.cos(xrot) * z1 - Math.sin(xrot) * y1);
214 float newz2 = (float)(Math.cos(xrot) * z2 - Math.sin(xrot) * y2);
217 float newx1 = (float)(Math.sin(yrot) * newz1 + Math.cos(yrot) * x1);
218 float newx2 = (float)(Math.sin(yrot) * newz2 + Math.cos(yrot) * x2);
219 newz1 = (float)(Math.cos(yrot) * newz1 - Math.sin(yrot) * x1);
220 newz2 = (float)(Math.cos(yrot) * newz2 - Math.sin(yrot) * x2);
  /external/wpa_supplicant_8/src/wps/
http_server.c 239 struct sockaddr_in sin; local
258 os_memset(&sin, 0, sizeof(sin));
259 sin.sin_family = AF_INET;
260 sin.sin_addr.s_addr = addr->s_addr;
263 sin.sin_port = htons(srv->port);
264 if (bind(srv->fd, (struct sockaddr *) &sin, sizeof(sin)) == 0)
  /ndk/sources/cxx-stl/gabi++/include/
cmath 46 using ::sin;
  /ndk/sources/cxx-stl/system/include/
cmath 46 using ::sin;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 157 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
161 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
165 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
169 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
246 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
250 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
254 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
258 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 44 using ::sin;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 44 using ::sin;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 46 using ::sin;