HomeSort by relevance Sort by last modified time
    Searched defs:yy (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/clang/test/SemaCXX/
warn-shadow.cpp 16 namespace yy { namespace
22 using namespace yy;
  /external/freetype/src/base/
ftlcdfil.c 121 FT_UInt val1, yy; local
138 for ( yy = 2; yy < height; yy++ )
ftcalc.c 663 FT_Fixed xx, xy, yx, yy; local
670 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
671 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
672 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
675 b->yx = yx; b->yy = yy;
684 FT_Pos delta, xx, yy; local
691 delta = FT_MulFix( matrix->xx, matrix->yy )
717 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/mesa3d/src/compiler/
Android.glsl.gen.mk 68 define local-yy-to-cpp-and-h
83 $(intermediates)/glsl/glsl_parser.cpp: $(LOCAL_PATH)/glsl/glsl_parser.yy
84 $(call local-yy-to-cpp-and-h,.cpp)
  /external/pdfium/third_party/freetype/src/base/
ftlcdfil.c 121 FT_UInt val1, yy; local
138 for ( yy = 2; yy < height; yy++ )
  /external/skia/bench/
VertBench.cpp 50 SkScalar yy = 0; local
54 pts->set(xx, yy);
66 yy += dy;
  /system/bt/stack/rfcomm/
port_utils.cc 65 uint8_t xx, yy; local
67 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) {
68 if (yy >= MAX_RFC_PORTS) yy = 0;
70 p_port = &rfc_cb.port.port[yy];
75 p_port->inx = yy + 1;
81 rfc_cb.rfc.last_port = yy;
86 RFCOMM_TRACE_DEBUG("rfc_cb.port.port[%d]:%p allocated, last_port:%d", yy,
  /system/nfc/src/nfc/nci/
nci_hrcv.c 364 uint8_t yy; local
380 yy = *pp;
391 pp = p + yy;
394 nfcee_info.nfcee_id, nfcee_info.num_interface, yy,
404 p_tlv->len = yy = *pp++;
409 pp = p += yy;
  /art/test/623-checker-loop-regressions/src/
Main.java 275 static void reduc(int[] xx, int[] yy) {
278 xx[i0] -= (++yy[i1]);
495 int[] yy = new int[469]; local
496 reduc(xx, yy);
500 expectEquals(2, yy[i]);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; local
96 yy = ay * ay;
111 rot[1*4 + 1] = yy + (1.f - yy) * c;
  /external/clang/test/Sema/
complex-int.c 7 __complex__ signed yy; local
18 result = xx*yy;
  /external/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /external/libopus/celt/arm/
celt_neon_intr.c 57 int16x8_t yy = vld1q_s16(y); local
58 int16x4_t y4 = vget_low_s16(yy);
59 int16x4_t y8 = vget_high_s16(yy);
107 float32x4_t YY[3];
117 YY[0] = vld1q_f32(yi);
128 YY[1] = vld1q_f32(yi);
130 YY[2] = vld1q_f32(yi);
137 SUMM = vmlaq_lane_f32(SUMM, YY[0], vget_low_f32(XX[0]), 0);
138 YEXT[0] = vextq_f32(YY[0], YY[1], 1)
    [all...]
  /external/libopus/celt/
cwrs.c 468 opus_val32 yy=0; local
494 yy=MAC16_16(yy,val,val);
516 yy=MAC16_16(yy,val,val);
530 yy=MAC16_16(yy,val,val);
535 yy=MAC16_16(yy,val,val);
536 return yy;
608 opus_val32 yy=0; local
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_datetime.cpp 332 int16_t yy = y; local
334 yy++;
335 int ydays = GetYearDays(yy);
340 yy++;
346 ydays = GetYearDays(yy);
358 int16_t yy = y; local
360 yy--;
361 int ydays = GetYearDays(yy);
365 yy--;
371 ydays = GetYearDays(yy);
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /external/skia/src/core/
SkPoint.cpp 115 double yy = y; local
116 double magmag = sqrt(xx * xx + yy * yy);
134 double yy = dy; local
135 return (float)sqrt(xx * xx + yy * yy);
162 double yy = y; local
167 double dscale = length / sqrt(xx * xx + yy * yy);
172 scale = (float)(length / sqrt(xx * xx + yy * yy))
199 double yy = y; local
    [all...]
  /external/valgrind/none/tests/amd64/
aes.c 36 UChar yy = 0; local
39 yy = fromhex (y);
42 assert(yy < 16);
43 xx = (yy << 4) | xx;
  /frameworks/rs/driver/runtime/
rs_quaternion.c 37 float yy = q->y * q->y; local
43 m->m[0] = 1.0f - 2.0f * ( yy + zz );
51 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /system/bt/bta/hh/
bta_hh_utils.cc 244 uint16_t xx, yy, key_idx = 0; local
279 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++) {
280 if (this_report[xx] == p_kb->last_report[yy]) {
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 189 struct Double yy, r; local
193 yy = ratfun_gam(y - x0, 0);
194 return (yy.a + yy.b);
198 yy.a = r.a - one;
200 yy.b = r.b = y - yy.a;
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
203 t = r.a*yy.a;
204 r.b = r.a*yy.b + y*r.b
    [all...]
  /external/bison/examples/calc++/
calc++-parser.hh 35 ** Define the yy::parser class.
66 namespace yy { namespace
277 } // yy
  /external/bzip2/
compress.c 122 UChar yy[256]; local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i;
170 if (yy[0] == ll_i) {
193 rtmp = yy[1];
194 yy[1] = yy[0];
195 ryy_j = &(yy[1]);
204 yy[0] = rtmp;
205 j = ryy_j - &(yy[0]);
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
48 YY *yy = a2; local
  /external/freetype/include/freetype/
fttypes.h 373 /* y' = x*yx + y*yy */
383 /* yy :: Matrix coefficient. */
388 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]

Completed in 4313 milliseconds

12 3 4 5 6