HomeSort by relevance Sort by last modified time
    Searched refs:sxy (Results 1 - 5 of 5) sorted by null

  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 207 int sxy = mSxy; local
208 int s3 = sxy * 3;
212 for (int i = 0, k = sxy; i < 2; i++, k += sxy) {
217 for (int j = 0, k = 0, y = y7; j < 3; j++, y += sxy) {
218 for (int i = 0, x = x7; i < 3; i++, k++, x += sxy) {
247 int y = y7 + mWinRow * sxy + sxy / 2;
251 int x = x7 + mWinCol * sxy + sxy / 2;
    [all...]
  /bionic/libm/src/
s_remquof.c 33 u_int32_t q,sxy; local
37 sxy = (hx ^ hy) & 0x80000000;
91 *quo = (sxy ? -q : q);
119 *quo = (sxy ? -q : q);
s_remquo.c 33 u_int32_t lx,ly,lz,q,sxy; local
37 sxy = (hx ^ hy) & 0x80000000;
115 *quo = (sxy ? -q : q);
150 *quo = (sxy ? -q : q);
  /external/libvpx/vp8/encoder/
ssim.c 369 const double sxy = xym * iw - iwx * iwy; local
376 const double s = (sxy + C33) / (sxsy + C33);
431 const double sxy = xym * iw - iwx * iwy; local
437 const double s = (sxy + C33) / (sxsy + C33);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 119 milliseconds