Home
last modified time | relevance | path

Searched refs:xx (Results 1 – 25 of 768) sorted by relevance

12345678910>>...31

/third_party/typescript/tests/baselines/reference/
DcommaOperatorLeftSideUnused.js2 var xx: any; variable
23 xx = (1, 2);
24 xx = ('', xx);
25 xx = (/323/, 5);
26 xx = (`wat`, 'ok'),
27 xx = (true, false);
28 xx = (false, true);
29 xx = (null, xx);
30 xx = (undefined, 10);
31 xx = (() => {}, 'no');
[all …]
DcommaOperatorLeftSideUnused.types2 var xx: any;
3 >xx : any
67 xx = (1, 2);
68 >xx = (1, 2) : 2
69 >xx : any
75 xx = ('', xx);
76 >xx = ('', xx) : any
77 >xx : any
78 >('', xx) : any
79 >'', xx : any
[all …]
DcommaOperatorLeftSideUnused.symbols2 var xx: any;
3 >xx : Symbol(xx, Decl(commaOperatorLeftSideUnused.ts, 0, 3))
39 xx = (1, 2);
40 >xx : Symbol(xx, Decl(commaOperatorLeftSideUnused.ts, 0, 3))
42 xx = ('', xx);
43 >xx : Symbol(xx, Decl(commaOperatorLeftSideUnused.ts, 0, 3))
44 >xx : Symbol(xx, Decl(commaOperatorLeftSideUnused.ts, 0, 3))
46 xx = (/323/, 5);
47 >xx : Symbol(xx, Decl(commaOperatorLeftSideUnused.ts, 0, 3))
49 xx = (`wat`, 'ok'),
[all …]
DparserUnicode1.types7 if (xx !== 6) {
8 >xx !== 6 : boolean
9 >xx : number
12 $ERROR('#6.1: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
13 >$ERROR('#6.1: var \\u0078x = 1; xx === 6. Actual: ' + (xx)) : any
15 >'#6.1: var \\u0078x = 1; xx === 6. Actual: ' + (xx) : string
16 >'#6.1: var \\u0078x = 1; xx === 6. Actual: ' : "#6.1: var \\u0078x = 1; xx === 6. Actual: "
17 >(xx) : number
18 >xx : number
24 $ERROR('#6.2: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
[all …]
DcommaOperatorLeftSideUnused.errors.txt27 var xx: any;
54 xx = (1, 2);
57 xx = ('', xx);
60 xx = (/323/, 5);
63 xx = (`wat`, 'ok'),
66 xx = (true, false);
69 xx = (false, true);
72 xx = (null, xx);
75 xx = (undefined, 10);
78 xx = (() => {}, 'no');
[all …]
DparserUnicode1.symbols6 if (xx !== 6) {
7 >xx : Symbol(\u0078x, Decl(parserUnicode1.ts, 1, 5))
9 $ERROR('#6.1: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
10 >xx : Symbol(\u0078x, Decl(parserUnicode1.ts, 1, 5))
16 $ERROR('#6.2: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
17 >xx : Symbol(\u0078x, Decl(parserUnicode1.ts, 1, 5))
DparserUnicode1.js5 if (xx !== 6) {
7 $ERROR('#6.1: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
11 $ERROR('#6.2: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
18 if (xx !== 6) {
19 $ERROR('#6.1: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
23 $ERROR('#6.2: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
DtsxReactEmit7.types17 var n = <div xx-y="val"></div>;
19 ><div xx-y="val"></div> : JSX.Element
21 >xx-y : string
31 var p = <div xx-yy="val"></div>;
33 ><div xx-yy="val"></div> : JSX.Element
35 >xx-yy : string
46 var b = <div xx="val"></div>;
48 ><div xx="val"></div> : JSX.Element
50 >xx : string
/third_party/typescript/tests/cases/compiler/
DcommaOperatorLeftSideUnused.ts2 var xx: any; variable
23 xx = (1, 2);
24 xx = ('', xx);
25 xx = (/323/, 5);
26 xx = (`wat`, 'ok'),
27 xx = (true, false);
28 xx = (false, true);
29 xx = (null, xx);
30 xx = (undefined, 10);
31 xx = (() => {}, 'no');
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD),
129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD),
131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB),
135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ),
136 ZX(A, Z32_FLOAT, Z32_FLOAT, R, R, R, xx, FLOAT, ZF32, TZ),
137 ZX(A, Z24X8_UNORM, Z24_X8_UNORM, R, R, R, xx, UNORM, X8Z24, TZ),
138 SZ(A, X8Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNORM, Z24S8, TZ),
139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ),
140 SZ(A, S8_UINT_Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNORM, Z24S8, TZ),
[all …]
/third_party/openh264/codec/encoder/core/x86/
Dintra_pred.asm138 movhlps %2, %1 ; x2 = xx xx xx xx d7 d6 d5 d4
139 paddw %1, %2 ; x1 = xx xx xx xx d37 d26 d15 d04
633 movd mm0, [r1-1] ; mm0 = [xx xx xx xx t2 t1 t0 lt]
634 psllq mm0, 20h ; mm0 = [t2 t1 t0 lt xx xx xx xx]
641 punpckhwd mm2, mm1 ; mm2 = [l0 l1 l2 l3 xx xx xx xx]
646 psrlq mm1, 10h ; mm1 = [xx xx t2 t1 t0 lt l0 l1]
648 psrlq mm2, 8h ; mm2 = [xx t2 t1 t0 lt l0 l1 l2]
657 pavgb mm2, mm1 ; mm2 = [xx xx d c b f h j]
660 pavgb mm3, mm4 ; mm3 = [xx xx xx xx a e g i]
667 pxor mm2, mm4 ; mm2 = [d c b a xx xx xx xx]
[all …]
/third_party/boost/boost/multiprecision/detail/functions/
Dtrig.hpp108 T xx = x; in eval_sin() local
117 xx.negate(); in eval_sin()
123 if (xx.compare(get_constant_pi<T>()) > 0) in eval_sin()
125 eval_divide(n_pi, xx, get_constant_pi<T>()); in eval_sin()
137 eval_subtract(xx, n_pi); in eval_sin()
139 BOOST_MATH_INSTRUMENT_CODE(xx.str(0, std::ios_base::scientific)); in eval_sin()
151 if (xx.compare(t) > 0) in eval_sin()
153 eval_subtract(xx, get_constant_pi<T>(), xx); in eval_sin()
154 BOOST_MATH_INSTRUMENT_CODE(xx.str(0, std::ios_base::scientific)); in eval_sin()
157 eval_subtract(t, xx); in eval_sin()
[all …]
/third_party/openh264/codec/decoder/core/x86/
Dintra_pred.asm127 movhlps %2, %1 ; x2 = xx xx xx xx d7 d6 d5 d4
128 paddw %1, %2 ; x1 = xx xx xx xx d37 d26 d15 d04
672 movd mm0, [r2-1] ; mm0 = [xx xx xx xx t2 t1 t0 lt]
673 psllq mm0, 20h ; mm0 = [t2 t1 t0 lt xx xx xx xx]
680 punpckhwd mm2, mm1 ; mm2 = [l0 l1 l2 l3 xx xx xx xx]
685 psrlq mm1, 10h ; mm1 = [xx xx t2 t1 t0 lt l0 l1]
687 psrlq mm2, 8h ; mm2 = [xx t2 t1 t0 lt l0 l1 l2]
696 pavgb mm2, mm1 ; mm2 = [xx xx d c b f h j]
699 pavgb mm3, mm4 ; mm3 = [xx xx xx xx a e g i]
706 pxor mm2, mm4 ; mm2 = [d c b a xx xx xx xx]
[all …]
/third_party/boost/libs/math/minimax/
Df.cpp323 mp_type xx = sqrt(x) * 2; in f() local
324 return (boost::math::cyl_bessel_i(0, xx) - 1) / x; in f()
329 mp_type xx = sqrt(x) * 2; in f() local
330 return (boost::math::cyl_bessel_i(1, xx) * 2 / xx - 1 - x / 2) / (x * x); in f()
335 mp_type xx = 1 / x; in f() local
336 return boost::math::cyl_bessel_i(1, xx) * sqrt(xx) * exp(-xx); in f()
341 mp_type xx = sqrt(x); in f() local
342 return boost::math::cyl_bessel_k(0, xx) + log(xx) * boost::math::cyl_bessel_i(0, xx); in f()
347 mp_type xx = 1 / x; in f() local
348 return boost::math::cyl_bessel_k(0, xx) * exp(xx) * sqrt(xx); in f()
[all …]
/third_party/libxml2/result/errors/
D759573.xml.ent2 ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITY
5 LEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz
8 LEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz
11 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
18 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
25 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
28 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
31 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
D759573.xml.err2 ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITY
5 LEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz
8 LEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz
11 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
18 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
25 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
28 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
31 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
/third_party/toybox/toys/other/
Dwatch.c70 unsigned width, height, i, cmdlen, len, xx = xx, yy = yy, active = active; in watch_main() local
116 xx = 0; in watch_main()
156 if (xx==width) { in watch_main()
157 xx = 0; in watch_main()
160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape); in watch_main()
161 if (xx==width) { in watch_main()
162 xx = 0; in watch_main()
174 if (cc=='\n') putchar('\r'), xx = 0; in watch_main()
177 if (cc=='\b' && xx) xx--; in watch_main()
179 xx = (xx|7)+1; in watch_main()
[all …]
/third_party/ffmpeg/libswscale/
Dhscale_fast_bilinear.c29 register unsigned int xx = xpos >> 16; in ff_hyscale_fast_c() local
31 dst[i] = (src[xx] << 7) + (src[xx + 1] - src[xx]) * xalpha; in ff_hyscale_fast_c()
45 register unsigned int xx = xpos >> 16; in ff_hcscale_fast_c() local
47 dst1[i] = (src1[xx] * (xalpha ^ 127) + src1[xx + 1] * xalpha); in ff_hcscale_fast_c()
48 dst2[i] = (src2[xx] * (xalpha ^ 127) + src2[xx + 1] * xalpha); in ff_hcscale_fast_c()
/third_party/openssl/crypto/rc4/asm/
Drc4-586.pl76 $xx="eax";
91 &mov (&DWP(0,$dat,$xx,4),$ty);
93 &inc (&LB($xx));
97 &mov ($tx,&DWP(0,$dat,$xx,4));
110 my @XX=($xx,$out);
146 &mov (&DWP(0,$dat,$xx,4),$ty);
147 &inc ($xx);
149 &movz ($xx,&LB($xx)); # (*)
154 &mov ($tx,&DWP(0,$dat,$xx,4));
173 &xor ($xx,$xx); # avoid partial register stalls
[all …]
/third_party/pcre2/pcre2/testdata/
Dtestinput24269 xx/xx/xx/xax/xx/xb
272 xx/xx/xx/xax
273 xx/xx/xx/xax/xx
276 xx/xx/xx/xax/xx/xb
277 xx/xx/xx/xax/xx/x
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dresize_cubic_op.cc87 for (int xx = 0; xx < out_size; xx++) { in calc_coeff() local
88 double center = input0 + (xx + 0.5) * scale; in calc_coeff()
102 double *coeff = &coeffs[xx * kernel_size]; in calc_coeff()
117 region[xx * 2] = x_min; in calc_coeff()
118 region[xx * 2 + 1] = x_max; in calc_coeff()
152 for (int xx = 0; xx < output.width_; xx++) { in ImagingHorizontalInterp() local
153 int x_min = regions[xx * 2]; in ImagingHorizontalInterp()
154 int x_max = regions[xx * 2 + 1]; in ImagingHorizontalInterp()
155 k = &kk[xx * kernel_size]; in ImagingHorizontalInterp()
190 for (int xx = 0; xx < output.width_; xx++) { in ImagingVerticalInterp() local
[all …]
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstshagadelic.c107 float xx, yy; in gst_shagadelic_initialize() local
109 double xx, yy; in gst_shagadelic_initialize() local
122 xx = x - width; in gst_shagadelic_initialize()
124 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
126 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
136 xx = x - width / 2; in gst_shagadelic_initialize()
139 ((atan2f (xx, in gst_shagadelic_initialize()
140 yy) / ((float) M_PI) * 256 * 9) + (sqrtf (xx * xx + in gst_shagadelic_initialize()
144 ((atan2 (xx, yy) / M_PI * 256 * 9) + (sqrt (xx * xx + in gst_shagadelic_initialize()
/third_party/skia/third_party/externals/freetype/src/base/
Dftlcdfil.c104 FT_UInt val, xx; in ft_lcd_filter_fir() local
118 for ( xx = 2; xx < width; xx++ ) in ft_lcd_filter_fir()
120 val = line[xx]; in ft_lcd_filter_fir()
127 line[xx - 2] = FT_SHIFTCLAMP( fir[0] ); in ft_lcd_filter_fir()
130 line[xx - 2] = FT_SHIFTCLAMP( fir[1] ); in ft_lcd_filter_fir()
131 line[xx - 1] = FT_SHIFTCLAMP( fir[2] ); in ft_lcd_filter_fir()
215 FT_UInt xx; in _ft_lcd_filter_legacy() local
218 for ( xx = 0; xx < width; xx += 3 ) in _ft_lcd_filter_legacy()
224 p = line[xx]; in _ft_lcd_filter_legacy()
229 p = line[xx + 1]; in _ft_lcd_filter_legacy()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftlcdfil.c105 FT_UInt val, xx; in ft_lcd_filter_fir() local
119 for ( xx = 2; xx < width; xx++ ) in ft_lcd_filter_fir()
121 val = line[xx]; in ft_lcd_filter_fir()
128 line[xx - 2] = FT_SHIFTCLAMP( fir[0] ); in ft_lcd_filter_fir()
131 line[xx - 2] = FT_SHIFTCLAMP( fir[1] ); in ft_lcd_filter_fir()
132 line[xx - 1] = FT_SHIFTCLAMP( fir[2] ); in ft_lcd_filter_fir()
216 FT_UInt xx; in _ft_lcd_filter_legacy() local
219 for ( xx = 0; xx < width; xx += 3 ) in _ft_lcd_filter_legacy()
225 p = line[xx]; in _ft_lcd_filter_legacy()
230 p = line[xx + 1]; in _ft_lcd_filter_legacy()
[all …]
/third_party/freetype/src/base/
Dftlcdfil.c104 FT_UInt val, xx; in ft_lcd_filter_fir() local
118 for ( xx = 2; xx < width; xx++ ) in ft_lcd_filter_fir()
120 val = line[xx]; in ft_lcd_filter_fir()
127 line[xx - 2] = FT_SHIFTCLAMP( fir[0] ); in ft_lcd_filter_fir()
130 line[xx - 2] = FT_SHIFTCLAMP( fir[1] ); in ft_lcd_filter_fir()
131 line[xx - 1] = FT_SHIFTCLAMP( fir[2] ); in ft_lcd_filter_fir()
215 FT_UInt xx; in _ft_lcd_filter_legacy() local
218 for ( xx = 0; xx < width; xx += 3 ) in _ft_lcd_filter_legacy()
224 p = line[xx]; in _ft_lcd_filter_legacy()
229 p = line[xx + 1]; in _ft_lcd_filter_legacy()
[all …]

12345678910>>...31