Home
last modified time | relevance | path

Searched refs:xc (Results 1 - 25 of 298) sorted by relevance

12345678910>>...12

/third_party/FreeBSD/contrib/gdtoa/
H A Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
55 xc = c->x;
56 xe = xc + b->wds;
63 Storeinc(xc, z, y);
65 while(xc < xe);
67 while(xc < xe) {
72 Storeinc(xc, z, y);
78 *xc++ = y & 0xffff;
80 while(xc < xe);
82 while(xc < x
[all...]
H A Dmisc.c274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
308 xc = xc0;
311 z = *x++ * (ULLong)y + *xc + carry;
313 *xc++ = z & 0xffffffffUL;
316 *xc = carry;
324 xc = xc0;
327 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
329 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
331 Storeinc(xc, z2, z);
334 *xc
531 ULong *xa, *xae, *xb, *xbe, *xc; global() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinternalAliasClassInsideTopLevelModuleWithExport.js10 export import xc = x.c;
11 export var cProp = new xc();
17 exports.cProp = exports.xc = exports.x = void 0;
30 exports.xc = x.c;
31 exports.cProp = new exports.xc();
41 export import xc = x.c;
42 export declare var cProp: xc;
H A DinternalAliasClassInsideTopLevelModuleWithoutExport.js10 import xc = x.c;
11 export var cProp = new xc();
30 var xc = x.c; variable
31 exports.cProp = new xc();
41 import xc = x.c;
42 export declare var cProp: xc;
/third_party/ffmpeg/libavcodec/
H A Dh263data.c105 { 0xd, 10 }, { 0xc, 5 }, { 0x22, 9 }, { 0x52, 12 },
106 { 0xb, 5 }, { 0xc, 10 }, { 0x53, 12 }, { 0x13, 6 },
115 { 0xd, 6 }, { 0xc, 6 }, { 0x13, 7 }, { 0x12, 7 },
168 { 0x2, 2 }, { 0x6, 3 }, { 0xe, 4 }, { 0xc, 5 },
179 { 0x22, 9 }, { 0x52, 12 }, { 0x1c, 8 }, { 0xc, 10 },
182 { 0x8, 10 }, { 0x20, 11 }, { 0x7, 4 }, { 0xc, 6 },
H A Dvp4data.h95 { 0xc, 4 }, { 0xa, 4 }
98 { 0x7, 4 }, { 0xa, 4 }, { 0x9, 4 }, { 0xc, 4 },
100 { 0xc, 5 }, { 0xd, 4 }, { 0x1, 3 }, { 0xb, 4 },
H A Dmpeg12data.c77 { 0x3, 3 }, { 0x6, 6 }, { 0x25, 8 }, { 0xc, 10 },
230 {0xc, 4},
260 {0xc, 8},
278 {0xc, 5},
285 {0xc, 6}
305 { 0xc, 10 },
H A Dsnow.h612 x_and_coeff *xc= b->x_coeff; in unpack_coeffs() local
614 x_and_coeff *prev2_xc= xc; in unpack_coeffs()
662 xc->x=x; in unpack_coeffs()
663 (xc++)->coeff= v; in unpack_coeffs()
676 xc->x=x; in unpack_coeffs()
677 (xc++)->coeff= v; in unpack_coeffs()
694 (xc++)->x= w+1; //end marker in unpack_coeffs()
696 prev2_xc= xc; in unpack_coeffs()
710 (xc++)->x= w+1; //end marker in unpack_coeffs()
/third_party/musl/src/math/
H A Dhypot.c13 double_t xh, xl, xc; in sq() local
15 xc = (double_t)x*SPLIT; in sq()
16 xh = x - xc + xc; in sq()
H A Dhypotl.c17 long double xh, xl, xc; in sq() local
18 xc = x*SPLIT; in sq()
19 xh = x - xc + xc; in sq()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dhypot.c13 double_t xh, xl, xc; in sq() local
15 xc = (double_t)x*SPLIT; in sq()
16 xh = x - xc + xc; in sq()
H A Dhypotl.c17 long double xh, xl, xc; in sq() local
18 xc = x*SPLIT; in sq()
19 xh = x - xc + xc; in sq()
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl377 my ($xa,$xa_,$xb,$xb_,$xc,$xc_,$xd,$xd_)=map("xmm$_",(0..7));
415 &paddd ($xc,$xd);
417 &pxor ($xb,$xc);
429 &paddd ($xc,$xd);
432 &pxor ($xb,$xc);
442 ($xc,$xc_)=($xc_,$xc);
565 &movdqa ($xc, &QWP(16*8-128,"ebp"));
587 &movdqa (&QWP(16*8-128,"ebx"),$xc);
778 &data_byte(0x2,0x3,0x0,0x1, 0x6,0x7,0x4,0x5, 0xa,0xb,0x8,0x9, 0xe,0xf,0xc,
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl377 my ($xa,$xa_,$xb,$xb_,$xc,$xc_,$xd,$xd_)=map("xmm$_",(0..7));
415 &paddd ($xc,$xd);
417 &pxor ($xb,$xc);
429 &paddd ($xc,$xd);
432 &pxor ($xb,$xc);
442 ($xc,$xc_)=($xc_,$xc);
565 &movdqa ($xc, &QWP(16*8-128,"ebp"));
587 &movdqa (&QWP(16*8-128,"ebx"),$xc);
778 &data_byte(0x2,0x3,0x0,0x1, 0x6,0x7,0x4,0x5, 0xa,0xb,0x8,0x9, 0xe,0xf,0xc,
[all...]
/third_party/musl/porting/uniproton/kernel/src/multibyte/
H A Dinternal.c20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf),
22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf),
24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
H A Dinternal.c20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf),
22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf),
24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
H A Dinternal.c20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf),
22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf),
24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
/third_party/musl/src/multibyte/
H A Dinternal.c20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf),
22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf),
24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
90 Xupdate(f,xi,xa,xb,xc,xd); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
95 Xupdate(f,xi,xa,xb,xc,xd); \
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
100 Xupdate(f,xa,xa,xb,xc,xd); \
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
105 Xupdate(f,xa,xa,xb,xc,xd); \
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
110 Xupdate(f,xa,xa,xb,xc,x
[all...]
/third_party/openssl/crypto/sha/
H A Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
90 Xupdate(f,xi,xa,xb,xc,xd); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
95 Xupdate(f,xi,xa,xb,xc,xd); \
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
100 Xupdate(f,xa,xa,xb,xc,xd); \
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
105 Xupdate(f,xa,xa,xb,xc,xd); \
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
110 Xupdate(f,xa,xa,xb,xc,x
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp213 const auto xc = Coeffs(fXSelector), member in skottie::internal::__anon18548::final
219 xc.dr*s.x, yc.dr*s.y, 0, 0,
220 xc.dg*s.x, yc.dg*s.y, 0, 0,
221 xc.db*s.x, yc.db*s.y, 0, 0,
222 xc.da*s.x, yc.da*s.y, xc.c_scale, yc.c_scale,
230 (xc.d_offset - .5f) * s.x,
232 xc.c_offset,
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dx86.s73 call DWORD PTR [esp+0xc]
91 mov eax,DWORD PTR [esp+0xc]
95 ret 0xc
112 mov ebx,DWORD PTR [esp+0xc]
268 mov eax,DWORD PTR [esp+0xc]
289 mov ebx,DWORD PTR [esp+0xc]
297 ret 0xc
/third_party/ffmpeg/libavfilter/
H A Dvf_ciescope.c721 float *const xc, in uv_to_xy()
727 *xc = 3.f*u / (2.f*u - 8.f*v + 4.f); in uv_to_xy()
734 float * const xc, in upvp_to_xy()
740 *xc = 9*up / (6*up - 16*vp + 12); in upvp_to_xy()
745 xy_to_upvp(float xc, in xy_to_upvp() argument
753 const float scale = 1.f / (-2.f*xc + 12.f*yc + 3.f); in xy_to_upvp()
754 *up = 4.f*xc * scale; in xy_to_upvp()
759 xy_to_uv(float xc, in xy_to_uv() argument
767 const float scale = 1.f / (-2.f*xc + 12.f*yc + 3.f); in xy_to_uv()
768 *u = 4.f*xc * scal in xy_to_uv()
719 uv_to_xy(float const u, float const v, float *const xc, float *const yc) uv_to_xy() argument
732 upvp_to_xy(float const up, float const vp, float * const xc, float * const yc) upvp_to_xy() argument
773 xyz_to_rgb(const float m[3][3], float xc, float yc, float zc, float * const r, float * const g, float * const b) xyz_to_rgb() argument
[all...]
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.cc232 SetEncodingValue(0xc); in ImmediateVmov()
301 case 0xc: in DecodeDt()
333 case 0xc: in DecodeImmediate()
389 SetEncodingValue(0xc); in ImmediateVmvn()
409 case 0xc: in DecodeDt()
436 case 0xc: in DecodeImmediate()
/third_party/python/Lib/test/
H A Dtest_decimal.py2742 xc = Context()
2743 xc.prec = 1
2744 xc.Emax = 1
2745 xc.Emin = -1
2750 self.assertEqual(D(9, xc), 9)
2751 self.assertEqual(D(9, context=xc), 9)
2752 self.assertEqual(D(context=xc, value=9), 9)
2753 self.assertEqual(D(context=xc), 0)
2754 xc.clear_flags()
2755 self.assertRaises(InvalidOperation, D, "xyz", context=xc)
[all...]

Completed in 19 milliseconds

12345678910>>...12