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

12 3 4 5 6 7 8 91011

  /external/bison/examples/calc++/
Makefile.am 39 ../../doc/bison.texi -- calc++-parser.yy \
59 $(srcdir)/calc++-parser.yy \
63 $(srcdir)/calc++-parser.stamp: $(srcdir)/calc++-parser.yy $(BISON_IN)
67 $(srcdir)/calc++-parser.yy
85 calc_extracted = $(calc_sources_extracted) $(srcdir)/calc++-parser.yy
stack.hh 35 ** Define the yy::stack class.
44 namespace yy { namespace
129 } // yy
  /external/bzip2/
huffman.c 46 Int32 zz, yy, tmp; \
49 yy = zz << 1; \
50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
53 yy++; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
55 heap[zz] = heap[yy]; \
56 zz = yy; \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
85 i = yy.find(':')
87 yy, tm = tm, yy
88 if yy[-1] == ',':
89 yy = yy[:-1]
90 if not yy[0].isdigit():
91 yy, tz = tz, yy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
85 i = yy.find(':')
87 yy, tm = tm, yy
88 if yy[-1] == ',':
89 yy = yy[:-1]
90 if not yy[0].isdigit():
91 yy, tz = tz, yy
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 41 Word16 *yy, *p1, *p2; local
42 yy = &y_buf[0];
46 *yy++ = mem[i];
53 p2 = &yy[i-1];
73 y[i] = yy[i] = extract_h(L_add(L_tmp, 0x8000));
79 mem[i] = yy[lg - 16 + i];
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 704 FT_Fixed xx, xy, yx, yy; local
711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
713 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
716 b->yx = yx; b->yy = yy;
725 FT_Pos delta, xx, yy; local
732 delta = FT_MulFix( matrix->xx, matrix->yy )
758 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 290 opus_val32 xy,xx,yy; local
307 xx=xy=yy=0;
312 yy = MAC16_16(yy, x[i-T0],x[i-T0]);
315 best_yy = yy;
320 x2y2 = 1+HALF32(MULT32_32_Q31(xx,yy));
326 g = g0 = xy/celt_sqrt(1+xx*yy);
348 xy=yy=0;
352 yy = MAC16_16(yy, x[i-T1], x[i-T1])
    [all...]
vq.c 168 opus_val16 yy; local
194 xy = yy = 0;
230 yy = MAC16_16(yy, y[j],y[j]);
246 yy = MAC16_16(yy, tmp, tmp);
247 yy = MAC16_16(yy, tmp, y[0]);
267 yy = ADD32(yy, 1)
    [all...]
  /external/bison/build-aux/
missing 82 flex create 'lex.yy.c', if possible, from existing .c
84 lex create 'lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if test ! -f lex.yy.c; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/chromium_org/third_party/opus/src/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
datavis.asm 25 .section .yy, "w", @nobits
  /external/grub/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/libcap-ng/libcap-ng-0.7/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
  /external/libffi/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/llvm/autoconf/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/openfst/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
  /external/pixman/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
  /external/skia/tests/
PathOpsQuadParameterizationTest.cpp 15 double yy = q.y2() * point.fY * point.fY; local
19 double sum = xx + xy + yy + x + y + c;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_pitch.cpp 172 Word16 xy, yy, exp_xy, exp_yy, gain;
199 yy = pv_round (L_shl (s, exp_yy));
209 yy = pv_round (L_shl (s, exp_yy));
239 g_coeff[0] = yy;
251 // compute gain = xy/yy
253 xy = shr (xy, 1); // Be sure xy < yy
254 gain = div_s (xy, yy);
310 Word16 yy; local
345 yy = pv_round(L_temp, pOverflow);
364 yy = pv_round(L_temp, pOverflow)
    [all...]
  /external/skia/bench/
VertBench.cpp 50 SkScalar yy = 0; local
54 pts->set(xx, yy);
66 yy += dy;
  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 788 int xx, yy, zz; local
862 for(yy=0; yy<=BTM_MAX_PM_RECORDS; yy++)
865 if( (mode == BTM_PM_MD_ACTIVE) && (p_cb->req_mode[yy].mode == BTM_PM_MD_HOLD) )
866 p_cb->req_mode[yy].mode = BTM_PM_MD_ACTIVE;
894 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++)
896 if(btm_cb.pm_reg_db[yy].mask & BTM_PM_REG_NOTIF
921 int xx, yy; local
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 47 float yy; member in struct:__anon25755
318 II[address].yy = GradY * GradY;
338 II[address].yy = GradY * GradY;
361 II[address].yy = GradY * GradY;
379 WII[address].yy = 0;
389 WII[address].yy += II[address + jj].yy * Ker;
403 WII[address].yy = 0;
413 WII[address].yy += (II[address - jj].yy + II[address + jj].yy) * Ker
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc 127 for (GLint yy = 0; yy < max_point_size; yy += point_step) {
133 GLfloat v = yy / max_point_size * 2 - 1;
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-2.cpp 23 int yy[63]; member in struct:E

Completed in 2016 milliseconds

12 3 4 5 6 7 8 91011