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

12345678

/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.c142 static inline Int qadd32S ( Int xx, Int yy )
144 Long t = ((Long)xx) + ((Long)yy);
152 static inline Short qadd16S ( Short xx, Short yy )
154 Int t = ((Int)xx) + ((Int)yy);
160 static inline Char qadd8S ( Char xx, Char yy )
162 Int t = ((Int)xx) + ((Int)yy);
168 static inline UShort qadd16U ( UShort xx, UShort yy )
170 UInt t = ((UInt)xx) + ((UInt)yy);
175 static inline UChar qadd8U ( UChar xx, UChar yy )
177 UInt t = ((UInt)xx) + ((UInt)yy);
[all...]
H A Dhost_generic_simd128.c45 static inline UInt mul32 ( Int xx, Int yy )
47 Int t = ((Int)xx) * ((Int)yy);
51 static inline UInt max32S ( Int xx, Int yy )
53 return toUInt((xx > yy) ? xx : yy);
56 static inline UInt min32S ( Int xx, Int yy )
58 return toUInt((xx < yy) ? xx : yy);
61 static inline UInt max32U ( UInt xx, UInt yy )
63 return toUInt((xx > yy)
[all...]
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_cwrs32.c114 int yy[5]; local
144 cwrsi2(k,i,yy);
145 for(j=0;j<2;j++)if(yy[j]!=y[j]){
147 yy[0],yy[1],y[0],y[1]);
150 ii=icwrs2(yy,&kk);
168 cwrsi3(k,i,yy);
169 for(j=0;j<3;j++)if(yy[j]!=y[j]){
171 "({%i,%i,%i}!={%i,%i,%i}).\n",yy[0],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/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)
H A DMakefile.am39 ../../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
/external/clang/test/SemaCXX/
H A Dwarn-shadow.cpp16 namespace yy { namespace
22 using namespace yy;
/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/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/openssl/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/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/valgrind/main/none/tests/amd64/
H A Dbug132918.c15 double yy = y; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_depth_texture_unittest.cc207 for (GLint yy = 0; bad_count < 16 && yy < kResolution; ++yy) {
209 const uint8* actual = &actual_pixels[(yy * kResolution + xx) * 4];
213 EXPECT_EQ(actual[0], actual[1]) << "pixel at " << xx << ", " << yy; local
214 EXPECT_EQ(actual[1], actual[2]) << "pixel at " << xx << ", " << yy; local
221 << "pixel at " << xx << ", " << yy
229 if (yy > 0 && yy < kResolution - 1) {
230 EXPECT_GT(actual[0], down[0]) << "pixel at " << xx << ", " << yy; local
235 << "pixel at " << xx << ", " << yy; local
[all...]
/external/bzip2/
H A Dhuffman.c46 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...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c704 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/
H A Dpitch.c290 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,
[all...]
/external/bison/build-aux/
H A Dmissing82 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/
H A Dmissing83 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/
H A Ddatavis.asm25 .section .yy, "w", @nobits
/external/clang/test/Sema/
H A Dcomplex-int.c7 __complex__ signed yy; local
16 result = xx*yy;

Completed in 549 milliseconds

12345678