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

  /bionic/libm/src/
s_remquof.c 33 u_int32_t q,sxy; local
37 sxy = (hx ^ hy) & 0x80000000;
49 *quo = (sxy ? -1 : 1);
92 *quo = (sxy ? -q : q);
120 *quo = (sxy ? -q : q);
s_remquo.c 33 u_int32_t lx,ly,lz,q,sxy; local
37 sxy = (hx ^ hy) & 0x80000000;
52 *quo = (sxy ? -1 : 1);
116 *quo = (sxy ? -q : q);
151 *quo = (sxy ? -q : q);
  /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...]
  /tools/build/testapps/tictactoe/lib/src/main/java/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...]
  /external/libvpx/vp8/encoder/
ssim.c 84 const double sxy = xym * iw - iwx * iwy; local
91 const double s = (sxy + C33) / (sxsy + C33);
146 const double sxy = xym * iw - iwx * iwy; local
152 const double s = (sxy + C33) / (sxsy + C33);
  /external/webp/src/enc/
filter.c 280 double sxy = stats->xym * stats->w - xmym; local
289 fnum = (2 * xmym + C1) * (2 * sxy + C2);
299 const double sxy = s->xym * s->w - s->xm * s->ym; local
300 const double SSE = iw2 * (sxx + syy - 2. * sxy);
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 126 milliseconds