Home
last modified time | relevance | path

Searched refs:Y1 (Results 1 – 25 of 104) sorted by relevance

12345

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsintrp.c340 X0, Y0, X1, Y1; in BilinearInterpFloat() local
358 Y1 = Y0 + (Input[1] >= 1.0 ? 0 : p->opta[0]); in BilinearInterpFloat()
363 d01 = DENS(X0, Y1); in BilinearInterpFloat()
365 d11 = DENS(X1, Y1); in BilinearInterpFloat()
395 register int X0, X1, Y0, Y1; in BilinearInterp16() local
416 Y1 = Y0 + (Input[1] == 0xFFFFU ? 0 : p->opta[0]); in BilinearInterp16()
421 d01 = DENS(X0, Y1); in BilinearInterp16()
423 d11 = DENS(X1, Y1); in BilinearInterp16()
452 X0, Y0, Z0, X1, Y1, Z1; in TrilinearInterpFloat() local
475 Y1 = Y0 + (Input[1] >= 1.0 ? 0 : p->opta[1]); in TrilinearInterpFloat()
[all …]
/external/llvm/test/Transforms/BBVectorize/
Dsimple-int.ll25 %Y1 = call double @llvm.fma.f64(double %X1, double %A1, double %C1)
27 %Z1 = fadd double %Y1, %B1
37 ; CHECK: %Y1.v.i2.1 = insertelement <2 x double> undef, double %C1, i32 0
38 ; CHECK: %Y1.v.i2.2 = insertelement <2 x double> %Y1.v.i2.1, double %C2, i32 1
39 ; CHECK: %Y1 = call <2 x double> @llvm.fma.v2f64(<2 x double> %X1, <2 x double> %X1.v.i0.2, <2 x do…
40 ; CHECK: %Z1 = fadd <2 x double> %Y1, %X1.v.i1.2
51 %Y1 = call double @llvm.fmuladd.f64(double %X1, double %A1, double %C1)
53 %Z1 = fadd double %Y1, %B1
63 ; CHECK: %Y1.v.i2.1 = insertelement <2 x double> undef, double %C1, i32 0
64 ; CHECK: %Y1.v.i2.2 = insertelement <2 x double> %Y1.v.i2.1, double %C2, i32 1
[all …]
Dsimple.ll14 %Y1 = fmul double %X1, %A1
16 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2
17 %Z1 = fadd double %Y1, %B1
19 ; CHECK: %Z1 = fadd <2 x double> %Y1, %X1.v.i1.2
38 %Y1 = fmul double %X1, %A1
40 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2
42 %Z2 = fadd double %Y1, %B2
45 ; CHECK: %Z2 = fadd <2 x double> %Y1, %Z1.v.i1.2
64 %Y1 = fmul double %X1, %A1
66 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2
[all …]
Dsimple-sel.ll15 %Y1 = fmul double %X1, %A1
17 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2
18 %Z1 = select i1 %C1, double %Y1, double %B1
22 ; CHECK: %Z1 = select <2 x i1> %Z1.v.i0.2, <2 x double> %Y1, <2 x double> %X1.v.i1.2
42 %Y1 = fmul double %X1, %A1
44 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2
49 %Z1 = select i1 %C1, double %Y1, double %B1
51 ; CHECK: %Z1 = select <2 x i1> %C1, <2 x double> %Y1, <2 x double> %X1.v.i1.2
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java681 ECFieldElement X1 = this.x, Y1 = this.y; in add() local
688 ECFieldElement dx = X2.subtract(X1), dy = Y2.subtract(Y1); in add()
704 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in add()
718 ECFieldElement u2 = Z2IsOne ? Y1 : Y1.multiply(Z2); in add()
765 ECFieldElement dx = X1.subtract(X2), dy = Y1.subtract(Y2); in add()
777 ECFieldElement A1 = W1.subtract(W2).multiply(Y1); in add()
804 Z2Squared = Z2; U1 = X1; S1 = Y1; in add()
811 S1 = Z2Cubed.multiply(Y1); in add()
891 ECFieldElement Y1 = this.y; in twice() local
892 if (Y1.isZero()) in twice()
[all …]
/external/llvm/test/Transforms/BBVectorize/X86/
Dsimple.ll8 %Y1 = fmul double %X1, %A1
10 %Z1 = fadd double %Y1, %B1
27 %Y1 = fmul double %X1, %A1
29 %Z1 = fadd double %Y1, %B1
31 %W1 = fadd double %Y1, %Z1
47 ; CHECK: %Y1 = fmul <2 x double> %X1, %X1.v.i0.2
48 ; CHECK: %Z1 = fadd <2 x double> %Y1, %X1.v.i1.2
49 ; CHECK: %W1 = fadd <2 x double> %Y1, %Z1
63 %Y1 = fmul double %X1, %A1
66 %Z2 = fadd double %Y1, %B2
[all …]
Dsimple-int.ll13 %Y1 = call double @llvm.fma.f64(double %X1, double %A1, double %C1)
15 %Z1 = fadd double %Y1, %B1
27 %Y1 = call double @llvm.fmuladd.f64(double %X1, double %A1, double %C1)
29 %Z1 = fadd double %Y1, %B1
41 %Y1 = call double @llvm.cos.f64(double %X1)
43 %Z1 = fadd double %Y1, %B1
55 %Y1 = call double @llvm.powi.f64(double %X1, i32 %P)
57 %Z1 = fadd double %Y1, %B1
70 %Y1 = call double @llvm.powi.f64(double %X1, i32 %P)
72 %Z1 = fadd double %Y1, %B1
/external/clang/test/CXX/temp/temp.param/
Dp12.cpp2 template<typename> struct Y1; // expected-note{{too few template parameters in template template ar…
15 … template<class> class = Y1> // expected-note{{previous default template argument defined here}}
21 … template<class> class = Y1> // expected-error{{template parameter redefines default argument}}
36 …= Y1> // expected-error{{template template argument has different template parameters than its cor…
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp38 Instruction *Y1 = &*BBI++; in runOnFunction() local
114 EXPECT_FALSE(DT->dominates(Y1, Y1)); in runOnFunction()
115 EXPECT_TRUE(DT->dominates(Y1, Y2)); in runOnFunction()
116 EXPECT_FALSE(DT->dominates(Y2, Y1)); in runOnFunction()
135 EXPECT_TRUE(DT->dominates(Y1, Y6)); in runOnFunction()
139 EXPECT_FALSE(DT->dominates(Y6, Y1)); in runOnFunction()
142 EXPECT_FALSE(DT->dominates(Y1, BB0)); in runOnFunction()
143 EXPECT_TRUE(DT->dominates(Y1, BB1)); in runOnFunction()
144 EXPECT_TRUE(DT->dominates(Y1, BB2)); in runOnFunction()
145 EXPECT_TRUE(DT->dominates(Y1, BB3)); in runOnFunction()
[all …]
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp104 Instruction *Y1 = &*BBI++; in TEST() local
108 auto I1 = SimplifiedValuesVector[0].find(Y1); in TEST()
119 I1 = SimplifiedValuesVector[TripCount - 1].find(Y1); in TEST()
167 Instruction *Y1 = &*BBI; in TEST() local
175 auto I1 = SimplifiedValuesVector[0].find(Y1); in TEST()
212 Instruction *Y1 = &*BBI++; in TEST() local
217 auto I1 = SimplifiedValuesVector[5].find(Y1); in TEST()
259 Instruction *Y1 = &*BBI; in TEST() local
262 auto I1 = SimplifiedValuesVector[5].find(Y1); in TEST()
305 Instruction *Y1 = &*BBI++; in TEST() local
[all …]
/external/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp7 class Y1 { }; class
9 X0<Y1> x0a;
10 X0<Y1 *> x0b;
29 X1<Y1> x1c; // expected-note{{in instantiation of template class 'X1<Y1>' requested here}}
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java86 … SecP192K1FieldElement X1 = (SecP192K1FieldElement)this.x, Y1 = (SecP192K1FieldElement)this.y; in add() local
122 S1 = Y1.x; in add()
133 SecP192K1Field.multiply(S1, Y1.x, S1); in add()
204 SecP192K1FieldElement Y1 = (SecP192K1FieldElement)this.y; in twice() local
205 if (Y1.isZero()) in twice()
215 SecP192K1Field.square(Y1.x, Y1Squared); in twice()
245 SecP192K1Field.twice(Y1.x, Z3.x); in twice()
269 ECFieldElement Y1 = this.y; in twicePlus() local
270 if (Y1.isZero()) in twicePlus()
DSecP256K1Point.java86 … SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.x, Y1 = (SecP256K1FieldElement)this.y; in add() local
122 S1 = Y1.x; in add()
133 SecP256K1Field.multiply(S1, Y1.x, S1); in add()
204 SecP256K1FieldElement Y1 = (SecP256K1FieldElement)this.y; in twice() local
205 if (Y1.isZero()) in twice()
215 SecP256K1Field.square(Y1.x, Y1Squared); in twice()
245 SecP256K1Field.twice(Y1.x, Z3.x); in twice()
269 ECFieldElement Y1 = this.y; in twicePlus() local
270 if (Y1.isZero()) in twicePlus()
DSecP224K1Point.java86 … SecP224K1FieldElement X1 = (SecP224K1FieldElement)this.x, Y1 = (SecP224K1FieldElement)this.y; in add() local
122 S1 = Y1.x; in add()
133 SecP224K1Field.multiply(S1, Y1.x, S1); in add()
204 SecP224K1FieldElement Y1 = (SecP224K1FieldElement)this.y; in twice() local
205 if (Y1.isZero()) in twice()
215 SecP224K1Field.square(Y1.x, Y1Squared); in twice()
245 SecP224K1Field.twice(Y1.x, Z3.x); in twice()
269 ECFieldElement Y1 = this.y; in twicePlus() local
270 if (Y1.isZero()) in twicePlus()
DSecP192R1Point.java85 … SecP192R1FieldElement X1 = (SecP192R1FieldElement)this.x, Y1 = (SecP192R1FieldElement)this.y; in add() local
121 S1 = Y1.x; in add()
132 SecP192R1Field.multiply(S1, Y1.x, S1); in add()
203 SecP192R1FieldElement Y1 = (SecP192R1FieldElement)this.y; in twice() local
204 if (Y1.isZero()) in twice()
216 SecP192R1Field.square(Y1.x, Y1Squared); in twice()
257 SecP192R1Field.twice(Y1.x, Z3.x); in twice()
281 ECFieldElement Y1 = this.y; in twicePlus() local
282 if (Y1.isZero()) in twicePlus()
DSecP256R1Point.java84 … SecP256R1FieldElement X1 = (SecP256R1FieldElement)this.x, Y1 = (SecP256R1FieldElement)this.y; in add() local
120 S1 = Y1.x; in add()
131 SecP256R1Field.multiply(S1, Y1.x, S1); in add()
201 SecP256R1FieldElement Y1 = (SecP256R1FieldElement)this.y; in twice() local
202 if (Y1.isZero()) in twice()
214 SecP256R1Field.square(Y1.x, Y1Squared); in twice()
255 SecP256R1Field.twice(Y1.x, Z3.x); in twice()
279 ECFieldElement Y1 = this.y; in twicePlus() local
280 if (Y1.isZero()) in twicePlus()
DSecP224R1Point.java84 … SecP224R1FieldElement X1 = (SecP224R1FieldElement)this.x, Y1 = (SecP224R1FieldElement)this.y; in add() local
120 S1 = Y1.x; in add()
131 SecP224R1Field.multiply(S1, Y1.x, S1); in add()
201 SecP224R1FieldElement Y1 = (SecP224R1FieldElement)this.y; in twice() local
202 if (Y1.isZero()) in twice()
214 SecP224R1Field.square(Y1.x, Y1Squared); in twice()
255 SecP224R1Field.twice(Y1.x, Z3.x); in twice()
279 ECFieldElement Y1 = this.y; in twicePlus() local
280 if (Y1.isZero()) in twicePlus()
DSecP384R1Point.java84 … SecP384R1FieldElement X1 = (SecP384R1FieldElement)this.x, Y1 = (SecP384R1FieldElement)this.y; in add() local
120 S1 = Y1.x; in add()
131 SecP384R1Field.multiply(S1, Y1.x, S1); in add()
202 SecP384R1FieldElement Y1 = (SecP384R1FieldElement)this.y; in twice() local
203 if (Y1.isZero()) in twice()
215 SecP384R1Field.square(Y1.x, Y1Squared); in twice()
256 SecP384R1Field.twice(Y1.x, Z3.x); in twice()
280 ECFieldElement Y1 = this.y; in twicePlus() local
281 if (Y1.isZero()) in twicePlus()
DSecP521R1Point.java83 … SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.x, Y1 = (SecP521R1FieldElement)this.y; in add() local
118 S1 = Y1.x; in add()
129 SecP521R1Field.multiply(S1, Y1.x, S1); in add()
197 SecP521R1FieldElement Y1 = (SecP521R1FieldElement)this.y; in twice() local
198 if (Y1.isZero()) in twice()
209 SecP521R1Field.square(Y1.x, Y1Squared); in twice()
250 SecP521R1Field.twice(Y1.x, Z3.x); in twice()
274 ECFieldElement Y1 = this.y; in twicePlus() local
275 if (Y1.isZero()) in twicePlus()
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp1.cpp24 struct Y1 { }; // struct
30 struct Y1 { }; struct
34 struct Z : public X<T>::template Y1<U> { };
/external/clang/test/SemaCXX/
Ddefault-constructor-initializers.cpp25 struct Y1 { // has no implicit default constructor struct
26 Y1(int);
29 struct Y2 : Y1 {
/external/clang/test/CXX/over/over.over/
Dp1.cpp85 template<float(float)> struct Y1 { }; struct
91 Y1<f0> y1;
92 Y1<&f0> y1a;
/external/clang/test/SemaTemplate/
Dinstantiate-static-var.cpp56 struct Y1 { struct
79 Z1<Y1<X1>::value> x; in Test() argument
80 int y[Y1<X1>::value]; in Test()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dconst_optional_U.pass.cpp40 struct Y1 struct
42 Y1() = default;
43 Y1(const int&) {} in Y1() argument
44 Y1& operator=(const Y1&) = delete;
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Drsaz-avx2.pl118 my $Y1="%ymm12";
290 $TEMP0=$Y1;
436 $TEMP3 = $Y1;
478 vmovd %eax, $Y1
482 vpbroadcastq $Y1, $Y1
507 vpmuludq 32*1-128($np), $Y1, $TEMP0
512 vpmuludq 32*2-128($np), $Y1, $TEMP1
516 vpmuludq 32*3-128($np), $Y1, $TEMP2
524 vpmuludq 32*4-128($np), $Y1, $TEMP0
528 vpmuludq 32*5-128($np), $Y1, $TEMP1
[all …]

12345