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

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CommonGlyphVector.java 222 double xM, yM, xm, ym; local
231 xm = glyphBounds.getMinX();
233 xM = glyphBounds.getMaxX();
237 minX = xm;
239 maxX = xM;
243 if (minX > xm) {
244 minX = xm;
249 if (maxX < xM) {
250 maxX = xM;
268 float xM, yM, xm, ym; local
    [all...]
  /external/speex/libspeex/
lsp.c 228 spx_word16_t temp_xr,xl,xr,xm=0; local
349 If there is no sign change between poly(xm) and poly(xl) set interval
350 between xm and xr else set interval between xl and xr and repeat till
360 xm = ADD16(PSHR16(xl,1),PSHR16(xr,1)); /* bisect the interval */
362 xm = .5*(xl+xr); /* bisect the interval */
364 psumm=cheb_poly_eva(pt,xm,m,stack);
369 xl=xm;
372 xr=xm;
377 freq[j] = X2ANGLE(xm);
378 xl = xm;
    [all...]
  /frameworks/base/opengl/tests/angeles/
demo.c 383 const int xm = x + ((0x1c >> a) & 1); local
385 const float m = (float)(cos(xm * 2) * sin(ym * 4) * 0.75f);
387 FIXED(xm * scale + m);
  /ndk/samples/san-angeles/jni/
demo.c 383 const int xm = x + ((0x1c >> a) & 1); local
385 const float m = (float)(cos(xm * 2) * sin(ym * 4) * 0.75f);
387 FIXED(xm * scale + m);
  /external/svox/pico/lib/
picocep.c 196 picoos_int32 xi[5], x1[2], x2[3], xm[3], xn[2]; member in struct:cep_subobj
834 cep->xm[0] = 1;
835 cep->xm[1] = 2;
836 cep->xm[2] = -4;
    [all...]

Completed in 356 milliseconds