Home
last modified time | relevance | path

Searched refs:X1 (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/ffmpeg/libavutil/x86/
H A Dasm.h130 # define FE_1(P,X,X1) P(X), FE_0(P,X1)
131 # define FE_2(P,X,X1,X2) P(X), FE_1(P,X1,X2)
132 # define FE_3(P,X,X1,X2,X3) P(X), FE_2(P,X1,X2,X3)
133 # define FE_4(P,X,X1,X2,X3,X4) P(X), FE_3(P,X1,X2,X3,X4)
134 # define FE_5(P,X,X1,X2,X3,X4,X5) P(X), FE_4(P,X1,X
[all...]
/third_party/node/deps/openssl/openssl/crypto/seed/
H A Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \
61 (T0) = ((X1) + (X3) - (KC)) & 0xffffffff; \
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \
65 (T0) = (X1); \
66 (X1) = (((X1)>>8) ^ ((X2)<<24)) & 0xffffffff; \
68 (T0) = ((X1) + (X3) - (KC)) & 0xffffffff; \
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
109 (X1) ^= (T0); \
/third_party/openssl/crypto/seed/
H A Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \
61 (T0) = ((X1) + (X3) - (KC)) & 0xffffffff; \
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \
65 (T0) = (X1); \
66 (X1) = (((X1)>>8) ^ ((X2)<<24)) & 0xffffffff; \
68 (T0) = ((X1) + (X3) - (KC)) & 0xffffffff; \
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
109 (X1) ^= (T0); \
/third_party/typescript/tests/baselines/reference/
H A DoverloadOnGenericClassAndNonGenericClass.js6 class X1 { x: string; }
8 function f(a: X1): A;
40 var X1 = /** @class */ (function () {
41 function X1() {
43 return X1;
H A DinferTypesWithExtends1.js3 type X1<T extends any[]> =
8 type X1_T1 = X1<["a"]>; // ["string", "a"]
9 type X1_T2 = X1<[1]>; // ["number", 1]
10 type X1_T3 = X1<[object]>; // never
149 type X1<T extends any[]> = T extends [infer U extends string] ? ["string", U] : T extends [infer U extends number] ? ["number", U] : never;
150 type X1_T1 = X1<["a"]>;
151 type X1_T2 = X1<[1]>;
152 type X1_T3 = X1<[object]>;
H A DinferTypeConstraintInstantiationCircularity.js10 interface X1<
18 type F1<T> = T extends X1<infer U> ? U : never;
H A DintersectionTypeNormalization.js8 type X1 = (A | B) & (C | D);
12 var x: X1;
H A DinferTypes1.js61 type X1<T extends { x: any, y: any }> = T extends { x: infer X, y: infer Y } ? [X, Y] : any;
63 type T30 = X1<{ x: any, y: any }>; // [any, any]
64 type T31 = X1<{ x: number, y: string }>; // [number, string]
65 type T32 = X1<{ x: number, y: string, z: boolean }>; // [number, string]
H A DforwardRefInEnum.js6 X1 = E1["Y"],
23 E1[E1["X1"] = 0] = "X1";
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11SwizzlePattern.h1782 {X0, X1, Y0, X2, Y1, Y2, X3, Y3, }, // 0
1783 {0, X0, Y0, X1, Y1, X2, Y2, X3, }, // 1
1784 {0, 0, X0, Y0, X1, Y1, X2, Y2, }, // 2
1785 {0, 0, 0, X0, Y0, X1, X2, Y1, }, // 3
1786 {0, 0, 0, 0, X0, Y0, X1, Y1, }, // 4
1787 {S0, X0, Y0, X1, Y1, X2, Y2, X3, }, // 5
1788 {0, S0, X0, Y0, X1, Y1, X2, Y2, }, // 6
1789 {0, 0, S0, X0, Y0, X1, Y1, X2, }, // 7
1790 {0, 0, 0, S0, X0, Y0, X1, Y1, }, // 8
1791 {0, 0, 0, 0, S0, X0, Y0, X1, }, //
[all...]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10SwizzlePattern.h3744 {X0, X1, X2, X3, Y0, Y1, Y2, Y3, }, // 0
3745 {0, X0, X1, X2, Y0, Y1, Y2, X3, }, // 1
3746 {0, 0, X0, X1, Y0, Y1, Y2, X2, }, // 2
3747 {0, 0, 0, X0, Y0, Y1, X1, X2, }, // 3
3748 {0, 0, 0, 0, Y0, Y1, X0, X1, }, // 4
3749 {X0, X1, X2, Y1, Y0, Y2, X3, Y3, }, // 5
3750 {0, 0, 0, X0, Y0, X1, X2, Y1, }, // 6
3751 {0, 0, 0, 0, X0, Y0, X1, Y1, }, // 7
3752 {X0, Y0, X1, Y1, X2, Y2, X3, Y3, }, // 8
3753 {0, X0, Y0, X1, Y
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl36 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
172 || LDW *${Xib}[2],$X1 ; modulo-scheduled
195 || ROTL $X1,25,$t0e ; modulo-scheduled
197 SHRU $X1,3,$s0 ; modulo-scheduled
205 || ROTL $X1,14,$t1e ; modulo-scheduled
211 || MV $X1,$Xn
214 || LDW *${Xib}[2],$X1 ; module-scheduled
247 || ROTL $X1,25,$t0e ; module-scheduled
249 ROTL $X1,14,$t1e ; modulo-scheduled
257 || SHRU $X1,
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl36 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
172 || LDW *${Xib}[2],$X1 ; modulo-scheduled
195 || ROTL $X1,25,$t0e ; modulo-scheduled
197 SHRU $X1,3,$s0 ; modulo-scheduled
205 || ROTL $X1,14,$t1e ; modulo-scheduled
211 || MV $X1,$Xn
214 || LDW *${Xib}[2],$X1 ; module-scheduled
247 || ROTL $X1,25,$t0e ; module-scheduled
249 ROTL $X1,14,$t1e ; modulo-scheduled
257 || SHRU $X1,
[all...]
/third_party/skia/src/core/
H A DSkLineClipper.cpp39 double X1 = src[1].fX; in sect_with_horizontal() local
41 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0); in sect_with_horizontal()
43 // The computed X value might still exceed [X0..X1] due to quantum flux in sect_with_horizontal()
46 return (float)pin_unsorted(result, X0, X1); in sect_with_horizontal()
60 double X1 = src[1].fX; in sect_with_vertical() local
62 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0); in sect_with_vertical()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp310 Int X1 = *Pointer<Int>(v1 + OFFSET(Vertex, projected.x)); in generate() local
325 X2 = X1 + Y1 - Y0; in generate()
326 Y2 = Y1 + X0 - X1; in generate()
332 X1 -= X0; in generate()
338 Float x1 = w1 * (1.0f / subPixF) * Float(X1); in generate()
409 Float x1 = Float(X1) * (1.0f / subPixF); in generate()
574 Int X1 = IfThenElse(swap, Xb, Xa); in edge()
595 Int DX12 = X2 - X1; in edge()
601 Int X = DX12 * ((y1 << subPixB) - Y1) + (X1 & subPixM) * DY12; in edge()
602 Int x = (X1 >> subPix in edge()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp324 Int X1 = *Pointer<Int>(v1 + OFFSET(Vertex,X)); in generate() local
333 X2 = X1 + Y1 - Y0; in generate()
334 Y2 = Y1 + X0 - X1; in generate()
340 X1 -= X0; in generate()
346 Float x1 = w1 * (1.0f / 16.0f) * Float(X1); in generate()
417 Float x1 = Float(X1) * (1.0f / 16.0f); in generate()
569 Int X1 = IfThenElse(swap, Xb, Xa); in edge()
587 Int DX12 = X2 - X1; in edge()
593 Int X = DX12 * ((y1 << 4) - Y1) + (X1 & 0x0000000F) * DY12; in edge()
594 Int x = (X1 >> in edge()
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dmul-toom.cc66 Digits X1(X, i, i); in Toom3Main()
107 // p_1 = po + X1 in Toom3Main()
108 Add(p_1, po, X1); in Toom3Main()
109 // p_m1 = po - X1 in Toom3Main()
111 bool p_m1_sign = SubtractSigned(p_m1, po, false, X1, false); in Toom3Main()
H A Dmul-karatsuba.cc166 Digits X1(X, n2, n2); in KaratsubaMain()
175 KaratsubaMain(P2, X1, Y1, scratch_for_recursion, n2); in KaratsubaMain()
190 KaratsubaSubtractionHelper(X_diff, X1, X0, &sign); in KaratsubaMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp29 static_assert(RISCV::X1 == RISCV::X0 + 1, "Register list not consecutive");
39 : RISCVGenRegisterInfo(RISCV::X1, /*DwarfFlavour*/0, /*EHFlavor*/0, in RISCVRegisterInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
43 {X1, X2, X10, X11, OPT_##ID, llvm::opt::Option::KIND##Class, \
/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c210 static const uint32_t X1[256] = { variable
359 X1[GET_U8_BE(T0, 2)] ^ \
364 X1[GET_U8_BE(T1, 2)] ^ \
369 X1[GET_U8_BE(T2, 2)] ^ \
374 X1[GET_U8_BE(T3, 2)] ^ \
382 X1[GET_U8_BE(T0, 0)] ^ \
387 X1[GET_U8_BE(T1, 0)] ^ \
392 X1[GET_U8_BE(T2, 0)] ^ \
397 X1[GET_U8_BE(T3, 0)] ^ \
512 (uint8_t)(X1[GET_U8_B in ossl_aria_encrypt()
[all...]
/third_party/openssl/crypto/aria/
H A Daria.c210 static const uint32_t X1[256] = { variable
359 X1[GET_U8_BE(T0, 2)] ^ \
364 X1[GET_U8_BE(T1, 2)] ^ \
369 X1[GET_U8_BE(T2, 2)] ^ \
374 X1[GET_U8_BE(T3, 2)] ^ \
382 X1[GET_U8_BE(T0, 0)] ^ \
387 X1[GET_U8_BE(T1, 0)] ^ \
392 X1[GET_U8_BE(T2, 0)] ^ \
397 X1[GET_U8_BE(T3, 0)] ^ \
512 (uint8_t)(X1[GET_U8_B in ossl_aria_encrypt()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp525 TargetInstrInfo::RegSubRegPair X1, Y1; in matchSwap() local
526 X1 = getSubRegForIndex(X, Xsub, I, TRI, MRI); in matchSwap()
530 .addDef(X1.Reg, 0, X1.SubReg) in matchSwap()
533 .addReg(X1.Reg, 0, X1.SubReg).getInstr(); in matchSwap()
/third_party/skia/modules/svg/include/
H A DSkSVGLinearGradient.h20 SVG_ATTR(X1, SkSVGLength, SkSVGLength(0 , SkSVGLength::Unit::kPercentage))
H A DSkSVGLine.h20 SVG_ATTR(X1, SkSVGLength, SkSVGLength(0))

Completed in 24 milliseconds

1234