Home
last modified time | relevance | path

Searched refs:xb (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Ddata.go30 op, xa, xb := parseBinaryOp(n.Condition())
35 if err := proveReasonRequirement(q, t.IDXBinaryGreaterThan, xb, xa); err != nil {
39 _ = xb
44 op, xa, xb := parseBinaryOp(n.Condition())
57 if err := proveReasonRequirement(q, t.IDXBinaryLessThan, xc, xb); err != nil {
61 _ = xb
67 op, xa, xb := parseBinaryOp(n.Condition())
80 if err := proveReasonRequirement(q, t.IDXBinaryEqEq, xc, xb); err != nil {
84 _ = xb
90 op, xa, xb := parseBinaryOp(n.Condition())
[all …]
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Des2gears-a320.log18 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
545 !+ 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
818 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
878 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
939 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
969 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
987 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
1017 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
1035 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
1065 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
[all …]
/third_party/musl/src/ctype/
Dtowctrans.c14 unsigned b, x, y, v, rt, xb, xn; in casemap() local
43 xb = (unsigned)rd >> 8; in casemap()
45 unsigned try = exceptions[xb+xn/2][0]; in casemap()
47 r = rules[exceptions[xb+xn/2][1]]; in casemap()
56 xb += xn/2; in casemap()
/third_party/typescript/tests/baselines/reference/
DtypeMatch2.js21 var xb = { f1: 5, f2: gg }; variable
22 xa = xb; // Should be ok
23 xb = xa; // Not ok
90 var xb = { f1: 5, f2: gg }; variable
91 xa = xb; // Should be ok
92 xb = xa; // Not ok
DtypeMatch2.symbols75 var xb = { f1: 5, f2: gg };
76 >xb : Symbol(xb, Decl(typeMatch2.ts, 19, 7))
81 xa = xb; // Should be ok
83 >xb : Symbol(xb, Decl(typeMatch2.ts, 19, 7))
85 xb = xa; // Not ok
86 >xb : Symbol(xb, Decl(typeMatch2.ts, 19, 7))
DtypeMatch2.types100 var xb = { f1: 5, f2: gg };
101 >xb : { f1: number; f2: Giraffe[]; }
108 xa = xb; // Should be ok
109 >xa = xb : { f1: number; f2: Giraffe[]; }
111 >xb : { f1: number; f2: Giraffe[]; }
113 xb = xa; // Not ok
114 >xb = xa : { f1: number; f2: Animal[]; }
115 >xb : { f1: number; f2: Giraffe[]; }
DduplicatePackage_withErrors.symbols6 import { x as xb } from "b";
8 >xb : Symbol(xb, Decl(a.ts, 1, 8))
DduplicatePackage_withErrors.types6 import { x as xb } from "b";
8 >xb : number
DduplicatePackage_withErrors.js23 import { x as xb } from "b";
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_q31.c154 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_q31() local
410 xb = *ptr1++; in arm_radix4_butterfly_q31()
422 xa_out = xa + xb + xc + xd; in arm_radix4_butterfly_q31()
434 xc_out = (xa - xb + xc - xd); in arm_radix4_butterfly_q31()
442 yb_out = (ya - xb - yc + xd); in arm_radix4_butterfly_q31()
449 yd_out = (ya + xb - yc - xd); in arm_radix4_butterfly_q31()
525 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_inverse_q31() local
774 xb = *ptr1++; in arm_radix4_butterfly_inverse_q31()
786 xa_out = xa + xb + xc + xd; in arm_radix4_butterfly_inverse_q31()
798 xc_out = (xa - xb + xc - xd); in arm_radix4_butterfly_inverse_q31()
[all …]
/third_party/openssl/crypto/chacha/asm/
Dchacha-x86.pl378 my ($xa,$xa_,$xb,$xb_,$xc,$xc_,$xd,$xd_)=map("xmm$_",(0..7));
418 &pxor ($xb,$xc);
420 &movdqa ($xa_,$xb); # borrow as temporary
421 &pslld ($xb,12);
423 &por ($xb,$xa_);
425 &paddd ($xa,$xb);
433 &pxor ($xb,$xc);
435 &movdqa ($xa,$xb); # borrow as temporary
436 &pslld ($xb,7);
439 &por ($xb,$xa);
[all …]
/third_party/typescript/tests/cases/compiler/
DtypeMatch2.ts20 var xb = { f1: 5, f2: gg };
21 xa = xb; // Should be ok
22 xb = xa; // Not ok
DduplicatePackage_withErrors.ts23 import { x as xb } from "b";
/third_party/openssl/crypto/sha/
Dsha_local.h88 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
89 Xupdate(f,xi,xa,xb,xc,xd); \
93 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
94 Xupdate(f,xi,xa,xb,xc,xd); \
98 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
99 Xupdate(f,xa,xa,xb,xc,xd); \
103 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
104 Xupdate(f,xa,xa,xb,xc,xd); \
108 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
109 Xupdate(f,xa,xa,xb,xc,xd); \
[all …]
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_interpolate_f32.c493 float32x4_t x0v,x1v,x2v,xa,xb; in arm_fir_interpolate_f32() local
559 xb = vextq_f32(x1v,x2v,1); in arm_fir_interpolate_f32()
562 accV1 = vmlaq_n_f32(accV1,xb,c1); in arm_fir_interpolate_f32()
568 xb = vextq_f32(x1v,x2v,2); in arm_fir_interpolate_f32()
571 accV1 = vmlaq_n_f32(accV1,xb,c2); in arm_fir_interpolate_f32()
577 xb = vextq_f32(x1v,x2v,3); in arm_fir_interpolate_f32()
580 accV1 = vmlaq_n_f32(accV1,xb,c3); in arm_fir_interpolate_f32()
610 xb = vextq_f32(x1v,x2v,1); in arm_fir_interpolate_f32()
613 accV1 = vmlaq_n_f32(accV1,xb,c0); in arm_fir_interpolate_f32()
619 xb = vextq_f32(x1v,x2v,2); in arm_fir_interpolate_f32()
[all …]
Darm_fir_f32.c704 float32x4_t accv0,accv1,samples0,samples1,x0,x1,x2,xa,xb,b; in arm_fir_f32() local
752 xb = x1; in arm_fir_f32()
754 accv1 = vmlaq_n_f32(accv1,xb,vgetq_lane_f32(b, 0)); in arm_fir_f32()
757 xb = vextq_f32(x1,x2,1); in arm_fir_f32()
760 accv1 = vmlaq_n_f32(accv1,xb,vgetq_lane_f32(b, 1)); in arm_fir_f32()
763 xb = vextq_f32(x1,x2,2); in arm_fir_f32()
766 accv1 = vmlaq_n_f32(accv1,xb,vgetq_lane_f32(b, 2)); in arm_fir_f32()
769 xb = vextq_f32(x1,x2,3); in arm_fir_f32()
772 accv1 = vmlaq_n_f32(accv1,xb,vgetq_lane_f32(b, 3)); in arm_fir_f32()
797 xb = vextq_f32(x1,x2,1); in arm_fir_f32()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_drawbox.c220 int plane, x, y, xb = s->x, yb = s->y; in filter_frame() local
233 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++) in filter_frame()
237 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++) { in filter_frame()
256 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++) in filter_frame()
260 for (x = FFMAX(xb, 0); x < xb + s->w && x < frame->width; x++) { in filter_frame()
Daf_atempo.c604 const FFTComplex *xb, in yae_xcorr_via_rdft() argument
614 xc->re = xa->re * xb->re; in yae_xcorr_via_rdft()
615 xc->im = xa->im * xb->im; in yae_xcorr_via_rdft()
617 xb++; in yae_xcorr_via_rdft()
620 for (i = 1; i < window; i++, xa++, xb++, xc++) { in yae_xcorr_via_rdft()
621 xc->re = (xa->re * xb->re + xa->im * xb->im); in yae_xcorr_via_rdft()
622 xc->im = (xa->im * xb->re - xa->re * xb->im); in yae_xcorr_via_rdft()
/third_party/boost/boost/math/special_functions/detail/
Dt_distribution_inv.hpp475 T xb = df / (df + t2); in fast_students_t_quantile_imp() local
482 if(xb == 0) in fast_students_t_quantile_imp()
488 T f0 = xb < y ? ibeta_imp(a, constants::half<T>(), xb, pol, false, true, &f1) in fast_students_t_quantile_imp()
494 T p1 = f1 * sqrt(y * xb * xb * xb / df); in fast_students_t_quantile_imp()
/third_party/ffmpeg/libavcodec/
Dfmvc.c49 int yb, xb; member
498 for (x = 0; x < s->xb; x++) { in decode_frame()
553 s->xb = s->stride / BLOCK_WIDTH; in decode_init()
560 s->xb++; in decode_init()
575 s->nb_blocks = s->xb * s->yb; in decode_init()
583 for (j = 0; j < s->xb; j++) { in decode_init()
584 if (i != (s->yb - 1) || j != (s->xb - 1)) { in decode_init()
589 } else if (j == s->xb - 1) { in decode_init()
/third_party/boost/boost/geometry/srs/projections/proj/
Dimw_p.hpp112 T xa, ya, xb, yb, xc, D, B, m, sp, t, R, C; in loc_for() local
123 xb = lp_lam; in loc_for()
127 xb = proj_parm.R_2 * sin(t); in loc_for()
138 D = (xb - xc)/(yb - *yc); in loc_for()
/third_party/python/Python/
Ddtoa.c625 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local
656 xb = b->x; in mult()
657 xbe = xb + wb; in mult()
659 for(; xb < xbe; xc0++) { in mult()
660 if ((y = *xb++)) { in mult()
845 ULong *xa, *xa0, *xb, *xb0; in cmp() local
861 xb = xb0 + j; in cmp()
863 if (*--xa != *--xb) in cmp()
864 return *xa < *xb ? -1 : 1; in cmp()
880 ULong *xa, *xae, *xb, *xbe, *xc; in diff() local
[all …]
/third_party/ffmpeg/libavfilter/aarch64/
Dvf_nlmeans_neon.S24 .macro acc_sum_store x, xb argument
26 ext v25.16B, v26.16B, \xb, #12 // ext(0000,ABCD,12)=0ABC
/third_party/skia/modules/svg/tests/
DText.cpp23 std::vector<SkSVGLength> xb, yb; in DEF_TEST() member
157 b->setX(tst.xb); in DEF_TEST()
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/data/
Dfatal_timeout8 MISC 0xb

1234