Searched refs:yy (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/clang/test/CodeGen/
H A D2007-11-28-GlobalInitializer.c4 extern FOO yy[];
6 int *y = &((yy + 1)->x);
7 void *z = &((yy + 1)->x);
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c143 static inline Int qadd32S ( Int xx, Int yy )
145 Long t = ((Long)xx) + ((Long)yy);
153 static inline Short qadd16S ( Short xx, Short yy )
155 Int t = ((Int)xx) + ((Int)yy);
161 static inline Char qadd8S ( Char xx, Char yy )
163 Int t = ((Int)xx) + ((Int)yy);
169 static inline UShort qadd16U ( UShort xx, UShort yy )
171 UInt t = ((UInt)xx) + ((UInt)yy);
176 static inline UChar qadd8U ( UChar xx, UChar yy )
178 UInt t = ((UInt)xx) + ((UInt)yy);
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc36 /* All symbols defined below should begin with yy or YY, to avoid
77 #line 1 "src/src/glsl/glsl_parser.yy"
557 #line 59 "src/src/glsl/glsl_parser.yy"
2814 #line 48 "src/src/glsl/glsl_parser.yy"
3012 #line 243 "src/src/glsl/glsl_parser.yy"
3021 #line 247 "src/src/glsl/glsl_parser.yy"
3032 #line 257 "src/src/glsl/glsl_parser.yy"
3087 #line 314 "src/src/glsl/glsl_parser.yy"
3102 #line 338 "src/src/glsl/glsl_parser.yy"
3113 #line 347 "src/src/glsl/glsl_parser.yy"
[all...]
/external/compiler-rt/test/msan/
H A Dchained_origin_memcpy.cc23 int yy[10000]; variable
38 memcpy(&yy, &xx, sizeof(xx));
46 return yy[idx + OFFSET];
/external/speex/libspeex/
H A Dfilters_sse.h57 __m128 yy; local
60 yy = _mm_add_ss(xx, mem[0]);
61 _mm_store_ss(y+i, yy);
62 yy = _mm_shuffle_ps(yy, yy, 0);
69 mem[0] = _mm_sub_ps(mem[0], _mm_mul_ps(yy, den[0]));
75 mem[1] = _mm_sub_ps(mem[1], _mm_mul_ps(yy, den[1]));
80 mem[2] = _mm_sub_ps(mem[2], _mm_mul_ps(yy, den[2]));
107 __m128 yy; local
162 __m128 yy; local
209 __m128 yy; local
260 __m128 yy; local
306 __m128 yy; local
[all...]
H A Dltp_sse.h76 __m128 sum, *xx, *yy; local
78 yy = y+i;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
85 yy += 2;
/external/bison/examples/calc++/
H A Dcalc++-driver.hh10 yy::calcxx_parser::token_type \
11 yylex (yy::calcxx_parser::semantic_type* yylval, \
12 yy::calcxx_parser::location_type* yylloc, \
39 void error (const yy::location& l, const std::string& m);
H A Dcalc++-driver.cc21 yy::calcxx_parser parser (*this);
29 calcxx_driver::error (const yy::location& l, const std::string& m)
/external/chromium_org/third_party/opus/src/src/
H A Dmlp.c47 opus_val16 dy, yy; /* Q14 */
60 yy = tansig_table[250+i];
61 /*y = yy*(1./16384);*/
62 dy = 16384-MULT16_16_Q14(yy,yy);
63 yy = yy + MULT16_16_Q14(MULT16_16_Q11(xx,dy),(16384 - MULT16_16_Q11(yy,xx)));
64 return yy;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp10 double yy = q.y2() * point.y * point.y; local
14 double sum = xx + xy + yy + x + y + c;
/external/clang/test/SemaCXX/
H A Dwarn-shadow.cpp16 namespace yy { namespace
22 using namespace yy;
/external/libopus/src/
H A Dmlp.c47 opus_val16 dy, yy; /* Q14 */
60 yy = tansig_table[250+i];
61 /*y = yy*(1./16384);*/
62 dy = 16384-MULT16_16_Q14(yy,yy);
63 yy = yy + MULT16_16_Q14(MULT16_16_Q11(xx,dy),(16384 - MULT16_16_Q11(yy,xx)));
64 return yy;
/external/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp10 double yy = q.y2() * point.y * point.y; local
14 double sum = xx + xy + yy + x + y + c;
/external/ceres-solver/examples/
H A Dcircle_fit.cc78 DistanceFromCircleCost(double xx, double yy) : xx_(xx), yy_(yy) {} argument
137 double xx, yy; local
139 while (scanf("%lf %lf\n", &xx, &yy) == 2) {
142 new DistanceFromCircleCost(xx, yy));
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c62 UINT16 xx, yy; local
76 for (yy = 0; yy < p_seq->num_uids; yy++)
84 &p_seq->uuid_entry[yy].value[0],
85 p_seq->uuid_entry[yy].len))
91 &p_seq->uuid_entry[yy].value[0],
92 p_seq->uuid_entry[yy].len, 0))
102 if (yy == p_seq->num_uids)
222 UINT16 xx, yy, le local
333 UINT16 xx, yy, zz; local
402 UINT16 xx, yy, zz; local
899 UINT16 xx, yy; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp125 double yy = y; local
126 double magmag = sqrt(xx * xx + yy * yy);
144 double yy = dy; local
145 return (float)sqrt(xx * xx + yy * yy);
171 double yy = y; local
176 double dscale = length / sqrt(xx * xx + yy * yy);
181 scale = (float)(length / sqrt(xx * xx + yy * y
207 double yy = y; local
[all...]
/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/checkpolicy/
H A DMakefile17 CHECKOBJS = y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o \
24 GENERATED=lex.yy.c y.tab.c y.tab.h
39 lex.yy.o: lex.yy.c
45 lex.yy.c: policy_scan.l y.tab.c
60 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
/external/chromium_org/third_party/boringssl/src/crypto/rc4/asm/
H A Drc4-586.pl66 $yy="ebx";
77 &add (&LB($yy),&LB($tx));
78 &mov ($ty,&DWP(0,$dat,$yy,4));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
105 &add (&LB($yy),&LB($tx));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
131 &add (&LB($yy),&LB($tx));
133 &mov ($ty,&DWP(0,$dat,$yy,4));
134 &mov (&DWP(0,$dat,$yy,
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-586.pl66 $yy="ebx";
77 &add (&LB($yy),&LB($tx));
78 &mov ($ty,&DWP(0,$dat,$yy,4));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
105 &add (&LB($yy),&LB($tx));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
131 &add (&LB($yy),&LB($tx));
133 &mov ($ty,&DWP(0,$dat,$yy,4));
134 &mov (&DWP(0,$dat,$yy,
[all...]
/external/libpcap/
H A Drunlex.sh38 outfile=lex.yy.c
111 # lex.yy.c and, if it succeeds, rename it to the right name,
112 # otherwise we remove lex.yy.c.
114 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
172 # No. Get rid of any lex.yy.c file we generated, and
175 rm -f lex.yy.c
180 # OK, rename lex.yy.c to the right output file.
182 mv lex.yy.c "$outfile"
191 # No. Get rid of any lex.yy.c file we generated, and
194 rm -f lex.yy
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dbug132918.c15 double yy = y; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0):
99 self.__affine = xx, xy, yx, yy, dx, dy
111 xx, xy, yx, yy, dx, dy = self.__affine
112 return (xx*x + yx*y + dx, xy*x + yy*y + dy)
123 xx, xy, yx, yy, dx, dy = self.__affine
124 return [(xx*x + yx*y + dx, xy*x + yy*y + dy) for x, y in points]
238 xx, xy, yx, yy, dx, dy = self.__affine
239 det = xx*yy - yx*xy
240 xx, xy, yx, yy = yy/de
[all...]
/external/fonttools/Tools/fontTools/misc/
H A Dtransform.py88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0):
99 self.__affine = xx, xy, yx, yy, dx, dy
111 xx, xy, yx, yy, dx, dy = self.__affine
112 return (xx*x + yx*y + dx, xy*x + yy*y + dy)
123 xx, xy, yx, yy, dx, dy = self.__affine
124 return [(xx*x + yx*y + dx, xy*x + yy*y + dy) for x, y in points]
238 xx, xy, yx, yy, dx, dy = self.__affine
239 det = xx*yy - yx*xy
240 xx, xy, yx, yy = yy/de
[all...]
/external/skia/src/core/
H A DSkPoint.cpp124 double yy = y; local
125 double magmag = sqrt(xx * xx + yy * yy);
143 double yy = dy; local
144 return (float)sqrt(xx * xx + yy * yy);
170 double yy = y; local
171 scale = (float)(length / sqrt(xx * xx + yy * yy));
196 double yy local
[all...]

Completed in 1877 milliseconds

12345678910