/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 346 fMatrix22.yy = SkScalarToFixed(SkScalarMul(m.getScaleY(), inv)); 348 fMatrix22.xx = fMatrix22.yy = SK_Fixed1; 892 SkFixed myy = fMatrix22.yy; [all...] |
/external/openssl/crypto/bn/ |
bn_gf2m.c | 765 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx 766 * or yy, xx could equal yy. 772 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const unsigned int p[], BN_CTX *ctx) 777 bn_check_top(yy); 784 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
|
/external/skia/src/core/ |
SkPath.cpp | 695 SkScalar yy = y1 - SkScalarMul(dist, before.fY); local 714 yy - SkScalarMul(radius, before.fY)); 719 // [xx,yy] == pts[0] 720 this->lineTo(xx, yy); [all...] |
/external/webkit/WebCore/platform/graphics/transforms/ |
TransformationMatrix.cpp | 1079 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/bison/build-aux/ |
Makefile | 121 LEX_OUTPUT_ROOT = lex.yy
|
/external/bison/data/ |
Makefile | 131 LEX_OUTPUT_ROOT = lex.yy
|
yacc.c | 144 /* All symbols defined below should begin with yy or YY, to avoid 152 m4_if(b4_prefix, [yy], [], [all...] |
/external/bison/tests/ |
Makefile | 120 LEX_OUTPUT_ROOT = lex.yy
|
testsuite | [all...] |
/external/elfutils/lib/ |
Makefile | 107 LEX_OUTPUT_ROOT = lex.yy
|
/external/elfutils/libcpu/ |
Makefile | 103 LEX_OUTPUT_ROOT = lex.yy
|
/external/icu4c/test/intltest/ |
calregts.cpp | 2299 int32_t yy, mm, dd, ee; local [all...] |
/external/stlport/test/unit/ |
string_test.cpp | 414 string yy; local 416 CPPUNIT_ASSERT( *(yy.c_str()) == '\0' ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 1 [all...] |
/prebuilt/common/commons-compress/ |
commons-compress-1.0.jar | |
/external/bison/ |
Makefile | 153 LEX_OUTPUT_ROOT = lex.yy
|
/external/bison/doc/ |
Makefile | 138 LEX_OUTPUT_ROOT = lex.yy
|
/external/bison/examples/ |
Makefile | 131 LEX_OUTPUT_ROOT = lex.yy
|
/external/bison/lib/ |
Makefile | 165 LEX_OUTPUT_ROOT = lex.yy
|
/external/elfutils/libasm/ |
Makefile | 140 LEX_OUTPUT_ROOT = lex.yy
|
/external/elfutils/libdw/ |
Makefile | 164 LEX_OUTPUT_ROOT = lex.yy
|
/external/freetype/src/base/ |
ftoutln.c | 685 FT_MulFix( vector->y, matrix->yy );
|
/external/freetype/src/cff/ |
cffload.c | [all...] |