HomeSort by relevance Sort by last modified time
    Searched refs:yy (Results 76 - 100 of 136) sorted by null

1 2 34 5 6

  /external/skia/src/core/
SkPoint.cpp 346 SkFixed yy = (int)floorf(fy * 65536 + 0.5f); local
347 err = SkMax32(SkAbs32(xx-x), SkAbs32(yy-y));
SkPath.cpp 749 SkScalar yy = y1 - SkScalarMul(dist, before.fY); local
768 yy - SkScalarMul(radius, before.fY));
773 // [xx,yy] == pts[0]
774 this->lineTo(xx, yy);
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 2781 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = zz << 1; if (yy > nHeap) break; if (yy < nHeap && weight[heap[yy+1]] < weight[heap[yy]]) yy++; if (weight[tmp] < weight[heap[yy]]) break; heap[zz] = heap[yy]; zz = yy; } heap[zz] = tmp; }; local
2782 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = zz << 1; if (yy > nHeap) break; if (yy < nHeap && weight[heap[yy+1]] < weight[heap[yy]]) yy++; if (weight[tmp] < weight[heap[yy]]) break; heap[zz] = heap[yy]; zz = yy; } heap[zz] = tmp; }; local
2935 UChar yy[256]; local
    [all...]
bz2.c 3540 UChar yy[256]; local
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
48 YY *yy = a2; local
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformDataFreeType.cpp 264 -fontConfigMatrix.xy, fontConfigMatrix.yy, 0, 0);
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 3549 UChar yy[256]; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 3540 UChar yy[256]; local
    [all...]
varinfo6.c 3577 UChar yy[256]; local
    [all...]
  /external/openssl/ssl/
kssl.c 840 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
841 ** xx and yy are possibly multi-byte length fields.
846 int xx = 0, yy = 0; local
859 case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break;
860 case 0x81: p++; len++; yy = *p++; break;
862 default: yy = *p++; break;
865 return (xx - len == yy)? 1: 0;
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java 208 final BigInteger yy = y;
213 return yy;
    [all...]
  /external/bison/data/
glr.c 153 m4_if(b4_prefix, [yy], [],
543 m4_if(b4_prefix[], [yy], [],
    [all...]
lalr1.cc 307 m4_if(b4_prefix, [yy], [],
  /external/bison/src/
output.c 595 MUSCLE_INSERT_STRING ("prefix", spec_name_prefix ? spec_name_prefix : "yy");
  /external/yaffs2/yaffs2/direct/
dtest.c 190 char yy[200]; local
202 yaffs_read(h,yy,l);
203 yy[l] = 0;
205 if(strcmp(xx,yy)){
    [all...]
  /external/openssl/crypto/bn/
bn_gf2m.c 704 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
705 * or yy, xx could equal yy.
711 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx)
716 bn_check_top(yy);
723 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
  /external/opencv/cv/src/
cvlkpyramid.cpp 864 double xx, xy, yy; local
882 yy = y * y;
894 G[21] += yy * ixix;
896 G[23] += yy * ixiy;
910 G[35] += yy * iyiy;
    [all...]
cvundistort.cpp 471 double yy = RR[1][0]*x + RR[1][1]*y + RR[1][2]; local
474 y = yy*ww;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 676 fMatrix22.yy = SkScalarToFixed(SkScalarMul(m.getScaleY(), inv));
678 fMatrix22.xx = fMatrix22.yy = SK_Fixed1;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1092 double yy = decomp.quaternionY * decomp.quaternionY; local
    [all...]
  /external/elfutils/config/
Makefile 86 LEX_OUTPUT_ROOT = lex.yy
  /external/elfutils/doc/
Makefile 84 LEX_OUTPUT_ROOT = lex.yy
  /external/elfutils/m4/
Makefile 84 LEX_OUTPUT_ROOT = lex.yy
  /external/valgrind/main/memcheck/
mc_translate.c 761 Not<sz>(Xor<sz>( xx, yy )) // 0 iff bits different
779 IRAtom* xx, IRAtom* yy )
788 tl_assert(isOriginalAtom(mce,yy));
790 tl_assert(sameKindedAtoms(vyy,yy));
827 assignNew('V', mce,ty, binop(opXOR, xx, yy))))));
891 IRAtom* xx, IRAtom* yy )
910 tl_assert(isOriginalAtom(mce,yy));
912 tl_assert(sameKindedAtoms(yyhash,yy));
918 ppIRExpr(xx); VG_(printf)(" "); ppIRExpr( yy ); VG_(printf)("\n");
921 if (syned && isZero(yy)) {
    [all...]
  /external/mesa3d/test/
m_matrix.c 806 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
934 yy = y * y;
951 M(1,1) = (one_c * yy) + c;
    [all...]

Completed in 608 milliseconds

1 2 34 5 6