Searched defs:yy (Results 76 - 100 of 127) sorted by relevance

123456

/external/opencv/cv/src/
H A Dcvundistort.cpp471 double yy = RR[1][0]*x + RR[1][1]*y + RR[1][2]; local
474 y = yy*ww;
/external/openssl/crypto/bn/
H A Dbn_gf2m.c781 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
782 * or yy, xx could equal yy.
788 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx) argument
793 bn_check_top(yy);
800 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp198 FX_INT32 x0, x1, y0, y1, xx, yy; local
242 for (yy = y0; yy < y1; ++yy) {
254 for (yy = y0; yy < y1; ++yy) {
266 for (yy = y0; yy < y1; ++yy) {
779 FX_INT32 xs0, ys0, xs1, ys1, xd0, yd0, xd1, yd1, xx, yy, w, h, middleDwords, lineLeft; local
1199 FX_INT32 xs0, ys0, xs1, ys1, xd0, yd0, xd1, yd1, xx, yy, w, h, middleDwords, lineLeft; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.h194 FT_Fixed yx, yy; member in struct:TT_Transform_
H A Dttgload.c587 FT_Fixed xx, xy, yy, yx; local
634 xx = yy = 0x10000L;
640 yy = xx;
645 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
652 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
658 subglyph->transform.yy = yy;
1113 int d = subglyph->transform.yy > 0 ? subglyph->transform.yy
1114 : -subglyph->transform.yy;
[all...]
/external/qemu/hw/android/goldfish/
H A Dfb.c280 int yy; local
287 for (yy = 0; yy < fbs->height; yy++) {
433 if (yy < rect->ymin) rect->ymin = yy;
434 if (yy > rect->ymax) rect->ymax = yy;
/external/skia/src/effects/gradients/
H A DSkRadialGradient.cpp347 unsigned yy = SkPin32(fy, -0xFFFF >> 1, 0xFFFF >> 1); local
348 yy *= yy;
351 unsigned fi = (xx * xx + yy) >> (14 + 16 - kSQRT_TABLE_BITS);
/external/stlport/test/unit/
H A Dstring_test.cpp414 string yy; local
416 CPPUNIT_ASSERT( *(yy.c_str()) == '\0' ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 1
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp280 int yy = by + y; local
282 int i = x + 4 * yy;
366 int yy = by + y; local
368 int i = x + 4 * yy;
371 &pCompressed->low, yy + x * 4, pModifierTable);
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c582 FT_Fixed xx, xy, yy, yx; local
629 xx = yy = 0x10000L;
635 yy = xx;
640 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
647 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
653 subglyph->transform.yy = yy;
1104 int d = subglyph->transform.yy > 0 ? subglyph->transform.yy
1105 : -subglyph->transform.yy;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
925 yy = y * y;
942 M(1,1) = (one_c * yy) + c;
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkRadialGradient.cpp359 unsigned yy = SkPin32(fy, -0xFFFF >> 1, 0xFFFF >> 1); local
360 yy *= yy;
363 unsigned fi = (xx * xx + yy) >> (14 + 16 - kSQRT_TABLE_BITS);
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp267 int yy = by + y; local
269 int i = x + 4 * yy;
353 int yy = by + y; local
355 int i = x + 4 * yy;
358 &pCompressed->low, yy + x * 4, pModifierTable);
/external/clang/test/Sema/
H A Darray-init.c148 static char const yy[5] = "test"; variable
/external/freetype/src/truetype/
H A Dttgload.c587 FT_Fixed xx, xy, yy, yx; local
634 xx = yy = 0x10000L;
640 yy = xx;
645 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
652 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
658 subglyph->transform.yy = yy;
1102 int d = subglyph->transform.yy > 0 ? subglyph->transform.yy
1103 : -subglyph->transform.yy;
[all...]
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c96 int xx, yy = 0; local
107 yy += sprintf (&buff[yy], "%02x ", *p);
304 int xx, yy, aid_len_offset, offset; local
309 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++)
335 p_ecb = &nfa_ee_cb.ecb[yy];
1819 int xx, yy; local
1835 for (yy
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
925 yy = y * y;
942 M(1,1) = (one_c * yy) + c;
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h200 FX_FLOAT yy = (FX_FLOAT)FXT_PSV::y; local
203 FXT_PSV::x = xx * cosValue - yy * sinValue;
204 FXT_PSV::y = xx * sinValue + yy * cosValue;
/external/qemu/android/skin/
H A Dtrackball.c243 int xx, yy; local
279 for (yy = 0; yy < DOT_GRID; yy++) {
280 double ty = yy*(2./DOT_GRID);
308 int xx, yy; local
313 for (yy = 0; yy < diameter2; yy++) {
316 double y0 = yy
[all...]
/external/skia/third_party/etc1/
H A Detc1.cpp267 int yy = by + y; local
269 int i = x + 4 * yy;
353 int yy = by + y; local
355 int i = x + 4 * yy;
358 &pCompressed->low, yy + x * 4, pModifierTable);
/external/yaffs2/yaffs2/direct/
H A Ddtest.c190 char yy[200]; local
202 yaffs_read(h,yy,l);
203 yy[l] = 0;
205 if(strcmp(xx,yy)){
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1043 UINT8 xx, yy; local
1053 for( yy = 0; yy < BTA_MAX_SERVICE_ID; yy++ )
1055 if( *(p_uuid16 + xx) == bta_service_id_to_uuid_lkup_tbl[yy] )
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c213 UINT8 yy; local
2139 UINT16 xx, yy;
2141 for (xx = yy = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
2144 yy++;
2147 return(yy);
2163 UINT16 yy = 0; local
2169 for (xx = yy = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
2172 yy++;
2176 return(yy);
H A Dbtm_inq.c2356 UINT8 xx, yy, num_resp; local
2370 for(yy = xx+1, p_next = p_ent+1; yy < num_resp; yy++, p_next++)
3186 UINT8 yy, xx; local
3208 for( yy = 0; yy < *p_num_uuid; yy++ )
3210 STREAM_TO_UINT16(*(p_uuid16 + yy), p_uuid_data);
3211 BTM_TRACE_DEBUG(" 0x%04X", *(p_uuid16 + yy));
3376 UINT8 yy; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp1486 double yy = decomp.quaternionY * decomp.quaternionY; local
1493 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0,
1495 2 * (xz - yw), 2 * (yz + xw), 1 - 2 * (xx + yy), 0,

Completed in 8163 milliseconds

123456