Searched refs:X2 (Results 101 - 125 of 169) sorted by relevance

1234567

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP521R1Point.java84 SecP521R1FieldElement X2 = (SecP521R1FieldElement)b.getXCoord(), Y2 = (SecP521R1FieldElement)b.getYCoord();
98 U2 = X2.x;
107 SecP521R1Field.multiply(S2, X2.x, U2);
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp38 struct X2 : outer::inner::vector<T> { struct in inherits:outer::inner::vector
218 // CHECK: Punctuation: ";" [40:54 - 40:55] ClassTemplate=X2:38:8 (Definition)
/external/clang/test/Parser/
H A Dcxx-class.cpp264 class X2 { a::a; }; // expected-error {{undeclared identifier 'a'}} class in namespace:PR20760_b::PR20887
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp25 struct X2 : virtual S1 {} x2; struct in inherits:S1
H A Dnested-name-spec.cpp399 int (*X2)() = (B1:B2 ? F<1> : F<2>); // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}} member in namespace:PR18587
434 int x5 = enumerator_2::X2; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}} \
435 // expected-error{{no member named 'X2' in 'PR16951::enumerator_2'}}
H A Dnew-delete.cpp125 struct X2 { struct
130 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
133 delete x2; // expected-error{{ambiguous conversion of delete expression of type 'X2' to a pointer}}
/external/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp115 template<typename T> struct X2 : virtual Y { struct in namespace:PR7114::DynamicCast
/external/libavc/common/arm/
H A Dih264_deblk_luma_a9.s431 @2X2 transposes
634 @2X2 transposes
672 vmla.u16 q12, q10, q14 @p2 + X2(p1) + X2(p0) + X2(q0) + q1 L
673 vmla.u16 q13, q11, q14 @p2 + X2(p1) + X2(p0) + X2(q0) + q1 H
683 vrshrn.u16 d24, q12, #3 @((p2 + X2(p1) + X2(p
[all...]
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp434 int X2 = X1 + offX + ss[k].x;
447 if( X2 < 0 )
452 if( X2 + CurrentWidth >= imgSize.width )
459 icvCopyBM_8u_C1R( imgB + Y2 * imgStep + X2,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h33 case R2 : case X2 : case F2 : case V2 : case CR2: case CR0EQ: return 2;
/external/syslinux/efi32/include/efi/protocol/
H A Defidbg.h166 { 0X628EA978, 0X4C26, 0X4605, 0XBC, 0X2, 0XA4, 0X2A, 0X49, 0X69, 0X17, 0XDD }
/external/syslinux/efi64/include/efi/protocol/
H A Defidbg.h166 { 0X628EA978, 0X4C26, 0X4605, 0XBC, 0X2, 0XA4, 0X2A, 0X49, 0X69, 0X17, 0XDD }
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
H A Defidbg.h166 { 0X628EA978, 0X4C26, 0X4605, 0XBC, 0X2, 0XA4, 0X2A, 0X49, 0X69, 0X17, 0XDD }
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp383 .addReg(PPC::X2)
395 .addReg(PPC::X2)
414 .addReg(PPC::X2)
611 // Transform %X3 = LDtoc <ga:@min1>, %X2
642 // Transform %Xd = ADDIStocHA %X2, <ga:@sym>
756 // Transform: %Xd = ADDISgotTprelHA %X2, <ga:@sym>
757 // Into: %Xd = ADDIS8 %X2, sym@got@tlsgd@ha
834 // Transform: %Xd = ADDIStlsgdHA %X2, <ga:@sym>
835 // Into: %Xd = ADDIS8 %X2, sym@got@tlsgd@ha
879 // Transform: %Xd = ADDIStlsldHA %X2, <g
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableList.h218 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) { argument
219 return X1 == X2;
/external/llvm/lib/LibDriver/
H A DLibDriver.cpp43 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X6, X7, X8, X9, X10) \
45 X1, X2, X9, X10, OPT_##ID, llvm::opt::Option::KIND##Class, X8, X7, \
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableList.h219 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) { argument
220 return X1 == X2;
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_mat2x3.hpp78 template <typename X1, typename Y1, typename Z1, typename X2, typename Y2, typename Z2>
81 X2 const & x2, Y2 const & y2, Z2 const & z2);
H A Dtype_mat2x4.hpp80 typename X2, typename Y2, typename Z2, typename W2>
83 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2);
H A Dtype_mat3x2.hpp82 typename X2, typename Y2,
86 X2 const & x2, Y2 const & y2,
H A Dtype_mat3x4.hpp82 typename X2, typename Y2, typename Z2, typename W2,
86 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
H A Dtype_mat4x2.hpp85 typename X2, typename Y2,
90 X2 const & x2, Y2 const & y2,
H A Dtype_mat4x3.hpp85 typename X2, typename Y2, typename Z2,
90 X2 const & x2, Y2 const & y2, Z2 const & z2,
/external/swiftshader/src/Shader/
H A DSetupRoutine.cpp320 Int X2 = *Pointer<Int>(v2 + OFFSET(Vertex,X)); local
328 X2 = X1 + Y1 - Y0;
338 X2 -= X0;
344 Float x2 = w2 * (1.0f / 16.0f) * Float(X2);
414 Float x2 = Float(X2) * (1.0f / 16.0f);
565 Int X2 = IfThenElse(swap, Xa, Xb);
582 Int DX12 = X2 - X1;
/external/clang/test/CXX/except/except.spec/
H A Dp14.cpp13 struct X2 : public X0, public X1 { }; // expected-error 2{{exception specification of overriding function is more lax than base version}} struct in inherits:X0,X1

Completed in 2131 milliseconds

1234567