Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/external/eigen/Eigen/src/Geometry/
DTransform.h26 Mode = Transform::Mode, enumerator
27 IsProjective = (int(Mode)==int(Projective))
39 int Mode,
55 int Mode,
65 template<int Mode> struct transform_make_affine;
183 Mode = _Mode, enumerator
187 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
199 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
201 …typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> C…
203 typedef typename internal::conditional<int(Mode)==int(AffineCompact),
[all …]
/external/eigen/Eigen/src/Core/
DSolveTriangular.h19 template<typename LhsScalar, typename RhsScalar, typename Index, int Side, int Mode, bool Conjugate…
22 template <typename Scalar, typename Index, int Side, int Mode, bool Conjugate, int TriStorageOrder,…
43 int Mode, // can be Upper/Lower | UnitDiag
49 template<typename Lhs, typename Rhs, int Side, int Mode>
50 struct triangular_solver_selector<Lhs,Rhs,Side,Mode,NoUnrolling,1>
71 …triangular_solve_vector<LhsScalar, RhsScalar, typename Lhs::Index, Side, Mode, LhsProductTraits::N…
81 template<typename Lhs, typename Rhs, int Side, int Mode>
82 struct triangular_solver_selector<Lhs,Rhs,Side,Mode,NoUnrolling,Dynamic>
101 …triangular_solve_matrix<Scalar,Index,Side,Mode,LhsProductTraits::NeedToConjugate,(int(Lhs::Flags) …
111 template<typename Lhs, typename Rhs, int Mode, int Index, int Size,
[all …]
DTriangularMatrix.h34 Mode = internal::traits<Derived>::Mode, enumerator
47 inline TriangularBase() { eigen_assert(!((Mode&UnitDiag) && (Mode&ZeroDiag))); } in TriangularBase()
100 const int mode = int(Mode) & ~SelfAdjoint; in check_coordinates()
146 Mode = _Mode,
147 …eaned::Flags & (HereditaryBits) & (~(PacketAccessBit | DirectAccessBit | LinearAccessBit))) | Mode,
153 template<int Mode, bool LhsIsTriangular,
185 Mode = _Mode,
186 TransposeMode = (Mode & Upper ? Lower : 0)
187 | (Mode & Lower ? Upper : 0)
188 | (Mode & (UnitDiag))
[all …]
/external/eigen/Eigen/src/SparseCore/
DTriangularSolver.h17 template<typename Lhs, typename Rhs, int Mode,
18 int UpLo = (Mode & Lower)
20 : (Mode & Upper)
27 template<typename Lhs, typename Rhs, int Mode>
28 struct sparse_solve_triangular_selector<Lhs,Rhs,Mode,Lower,RowMajor>
48 if (Mode & UnitDiag)
61 template<typename Lhs, typename Rhs, int Mode>
62 struct sparse_solve_triangular_selector<Lhs,Rhs,Mode,Upper,RowMajor>
76 if(!(Mode & UnitDiag))
89 if (Mode & UnitDiag)
[all …]
DSparseTriangularView.h18 template<typename MatrixType, int Mode>
19 struct traits<SparseTriangularView<MatrixType,Mode> >
25 template<typename MatrixType, int Mode> class SparseTriangularView
26 : public SparseMatrixBase<SparseTriangularView<MatrixType,Mode> >
28 enum { SkipFirst = ((Mode&Lower) && !(MatrixType::Flags&RowMajorBit))
29 || ((Mode&Upper) && (MatrixType::Flags&RowMajorBit)),
31 SkipDiag = (Mode&ZeroDiag) ? 1 : 0,
32 HasUnitDiag = (Mode&UnitDiag) ? 1 : 0
65 template<typename MatrixType, int Mode>
66 class SparseTriangularView<MatrixType,Mode>::InnerIterator : public MatrixTypeNestedCleaned::InnerI…
[all …]
/external/clang/utils/analyzer/
DSumTimerInfo.py34 Mode = 1 variable
37 Mode = 1 variable
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
47 if (("The # of functions analysed (as top level)" in line) and (Mode == 1)) :
50 if (("The % of reachable basic blocks" in line) and (Mode == 1)) :
53 if (("The # of times we reached the max number of steps" in line) and (Mode == 1)) :
56 if (("The maximum number of basic blocks in a function" in line) and (Mode == 1)) :
60 if (("The # of steps executed" in line) and (Mode == 1)) :
63 if (("The # of times we inlined a call" in line) and (Mode == 1)) :
[all …]
/external/eigen/Eigen/src/Core/products/
DTriangularMatrixVector.h17 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
20 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
21 struct triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,ColMajor,Ver…
25 IsLower = ((Mode&Lower)==Lower),
26 HasUnitDiag = (Mode & UnitDiag)==UnitDiag,
27 HasZeroDiag = (Mode & ZeroDiag)==ZeroDiag
33 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
34 EIGEN_DONT_INLINE void triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,Conj…
88 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
89 struct triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMajor,Ver…
[all …]
DTriangularMatrixVector_MKL.h46 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
48 …triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,StorageOrder,Built…
51 template<typename Index, int Mode, bool ConjLhs, bool ConjRhs> \
52 struct triangular_matrix_vector_product<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,ColMajor,Specializ…
55 … triangular_matrix_vector_product_trmv<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,ColMajor>::run( \
59 template<typename Index, int Mode, bool ConjLhs, bool ConjRhs> \
60 struct triangular_matrix_vector_product<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,RowMajor,Specializ…
63 … triangular_matrix_vector_product_trmv<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,RowMajor>::run( \
75 template<typename Index, int Mode, bool ConjLhs, bool ConjRhs> \
76 struct triangular_matrix_vector_product_trmv<Index,Mode,EIGTYPE,ConjLhs,EIGTYPE,ConjRhs,ColMajor> {…
[all …]
DTriangularMatrixMatrix_MKL.h42 int Mode, bool LhsIsTriangular,
47 product_triangular_matrix_matrix<Scalar,Index,Mode,
54 template <typename Index, int Mode, \
57 struct product_triangular_matrix_matrix<Scalar,Index, Mode, LhsIsTriangular, \
61 product_triangular_matrix_matrix_trmm<Scalar,Index,Mode, \
79 template <typename Index, int Mode, \
82 struct product_triangular_matrix_matrix_trmm<EIGTYPE,Index,Mode,true, \
86 IsLower = (Mode&Lower) == Lower, \
87 SetDiag = (Mode&(ZeroDiag|UnitDiag)) ? 0 : 1, \
88 IsUnitDiag = (Mode&UnitDiag) ? 1 : 0, \
[all …]
DTriangularSolverVector.h17 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate, int Stor…
18 struct triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheRight, Mode, Conjugate, StorageOrd…
23 ((Mode&Upper)==Upper ? Lower : Upper) | (Mode&UnitDiag),
30 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
31 struct triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, RowMajor>
34 IsLower = ((Mode&Lower)==Lower)
76 if(!(Mode & UnitDiag))
84 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
85 struct triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, ColMajor>
88 IsLower = ((Mode&Lower)==Lower)
[all …]
DTriangularSolverMatrix_MKL.h42 template <typename Index, int Mode, bool Conjugate, int TriStorageOrder> \
43 struct triangular_solve_matrix<EIGTYPE,Index,OnTheLeft,Mode,Conjugate,TriStorageOrder,ColMajor> \
46 IsLower = (Mode&Lower) == Lower, \
47 IsUnitDiag = (Mode&UnitDiag) ? 1 : 0, \
48 IsZeroDiag = (Mode&ZeroDiag) ? 1 : 0, \
97 template <typename Index, int Mode, bool Conjugate, int TriStorageOrder> \
98 struct triangular_solve_matrix<EIGTYPE,Index,OnTheRight,Mode,Conjugate,TriStorageOrder,ColMajor> \
101 IsLower = (Mode&Lower) == Lower, \
102 IsUnitDiag = (Mode&UnitDiag) ? 1 : 0, \
103 IsZeroDiag = (Mode&ZeroDiag) ? 1 : 0, \
DTriangularMatrixMatrix.h45 int Mode, bool LhsIsTriangular,
52 int Mode, bool LhsIsTriangular,
55 struct product_triangular_matrix_matrix<Scalar,Index,Mode,LhsIsTriangular,
67 (Mode&(UnitDiag|ZeroDiag)) | ((Mode&Upper) ? Lower : Upper),
79 template <typename Scalar, typename Index, int Mode,
82 struct product_triangular_matrix_matrix<Scalar,Index,Mode,true,
90 IsLower = (Mode&Lower) == Lower,
91 SetDiag = (Mode&(ZeroDiag|UnitDiag)) ? 0 : 1
102 template <typename Scalar, typename Index, int Mode,
105 EIGEN_DONT_INLINE void product_triangular_matrix_matrix<Scalar,Index,Mode,true,
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
DVirtualIndexBuffer.java3 import com.jme3.scene.Mesh.Mode;
26 protected Mode meshMode;
28 public VirtualIndexBuffer(int numVerts, Mode meshMode){ in VirtualIndexBuffer()
60 if (meshMode == Mode.Triangles || meshMode == Mode.Lines || meshMode == Mode.Points){ in get()
62 }else if (meshMode == Mode.LineStrip){ in get()
64 }else if (meshMode == Mode.LineLoop){ in get()
66 }else if (meshMode == Mode.TriangleStrip){ in get()
80 }else if (meshMode == Mode.TriangleFan){ in get()
/external/eigen/blas/
DPackedTriangularSolverVector.h15 template<typename LhsScalar, typename RhsScalar, typename Index, int Side, int Mode, bool Conjugate…
19 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
20 struct packed_triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, RowM…
23 IsLower = (Mode&Lower)==Lower
39 if (!(Mode & UnitDiag))
47 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
48 struct packed_triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, ColM…
51 IsLower = (Mode&Lower)==Lower
64 if (!(Mode & UnitDiag))
74 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate, int Stor…
[all …]
DPackedTriangularMatrixVector.h15 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
18 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
19 struct packed_triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,ColMa…
23 IsLower = (Mode & Lower) ==Lower,
24 HasUnitDiag = (Mode & UnitDiag)==UnitDiag,
25 HasZeroDiag = (Mode & ZeroDiag)==ZeroDiag
47 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjR…
48 struct packed_triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMa…
52 IsLower = (Mode & Lower) ==Lower,
53 HasUnitDiag = (Mode & UnitDiag)==UnitDiag,
[all …]
DBandTriangularSolver.h18 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, int Storag…
22 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar>
23 struct band_solve_triangular_selector<Index,Mode,LhsScalar,ConjLhs,RhsScalar,RowMajor>
27 enum { IsLower = (Mode&Lower) ? 1 : 0 };
50 if((Mode&UnitDiag)==0)
58 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar>
59 struct band_solve_triangular_selector<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ColMajor>
63 enum { IsLower = (Mode&Lower) ? 1 : 0 };
82 if((Mode&UnitDiag)==0)
/external/eigen/test/
Dproduct_trmm.cpp12 template<typename Scalar, int Mode, int TriOrder, int OtherOrder, int ResOrder, int OtherCols>
35 tri = mat.template triangularView<Mode>(); in trmm()
36 triTr = mat.transpose().template triangularView<Mode>(); in trmm()
40 VERIFY_IS_APPROX( ge_xs = mat.template triangularView<Mode>() * ge_right, tri * ge_right); in trmm()
41 VERIFY_IS_APPROX( ge_sx = ge_left * mat.template triangularView<Mode>(), ge_left * tri); in trmm()
43 …VERIFY_IS_APPROX( ge_xs.noalias() = mat.template triangularView<Mode>() * ge_right, tri * ge_right… in trmm()
44 VERIFY_IS_APPROX( ge_sx.noalias() = ge_left * mat.template triangularView<Mode>(), ge_left * tri); in trmm()
46 …VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_le… in trmm()
47 ….noalias() = ge_right.transpose() * mat.adjoint().template triangularView<Mode>(), ge_right.transp… in trmm()
49 …VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_le… in trmm()
[all …]
/external/skia/include/core/
DSkXfermode.h71 enum Mode { enum
114 static const char* ModeName(Mode);
121 virtual bool asMode(Mode* mode) const;
127 static bool AsMode(const SkXfermode*, Mode* mode);
139 static bool IsMode(const SkXfermode* xfer, Mode mode);
143 static SkXfermode* Create(Mode mode);
148 static SkXfermodeProc GetProc(Mode mode);
155 static SkXfermodeProc16 GetProc16(Mode mode, SkColor srcColor);
163 static bool ModeAsCoeff(Mode mode, Coeff* src, Coeff* dst);
166 static bool IsMode(const SkXfermode* xfer, Mode* mode) { in IsMode()
/external/eigen/bench/
Dproduct_threshold.cpp38 template<int Mode, typename Lhs, typename Rhs, typename Res>
41 c.noalias() += typename ProductReturnType<Lhs,Rhs,Mode>::Type(a,b); in prod()
44 template<int M, int N, int K, typename Scalar, int Mode>
63 BENCH(t,5,rep,prod<Mode>(a,b,c)); in bench_prod()
65 print_mode(Mode); in bench_prod()
71 template<int M, int N, int K, typename Scalar, int Mode> struct loop_on_n;
113 template<int M, int N, int K, typename Scalar, int Mode>
118 bench_prod<M,N,K,Scalar,Mode==-1? alt_prod<M,N,K>::ret : Mode>(); in run()
120 loop_on_n<M,N+1,K,Scalar,Mode>::run(); in run()
124 template<int M, int K, typename Scalar, int Mode>
[all …]
Dbasicbenchmark.h7 template<int Mode, typename MatrixType>
10 template<int Mode, typename MatrixType>
15 if (Mode==LazyEval) in benchBasic_loop()
21 else if (Mode==OmpEval) in benchBasic_loop()
37 template<int Mode, typename MatrixType>
40 template<int Mode, typename MatrixType>
56 benchBasic_loop<Mode>(I, m, iterations); in benchBasic()
/external/skia/src/opts/
DSkXfermode_opts_arm.cpp6 SkXfermode::Mode mode);
8 extern SkXfermodeProc SkPlatformXfermodeProcFactory_impl_neon(SkXfermode::Mode mode);
11 SkXfermode::Mode mode) { in SkPlatformXfermodeFactory_impl()
15 SkXfermodeProc SkPlatformXfermodeProcFactory_impl(SkXfermode::Mode mode) { in SkPlatformXfermodeProcFactory_impl()
20 SkXfermode::Mode mode) { in SkPlatformXfermodeFactory()
24 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { in SkPlatformXfermodeProcFactory()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java132 private Mode mode;
219 public static abstract class Mode { class in Normalizer
226 protected Mode() { in Mode() method in Normalizer.Mode
237 private static final class NONEMode extends Mode {
240 private static final class NFDMode extends Mode {
246 private static final class NFKDMode extends Mode {
252 private static final class NFCMode extends Mode {
258 private static final class NFKCMode extends Mode {
264 private static final class FCDMode extends Mode {
275 public static final Mode NONE = new NONEMode();
[all …]
/external/skia/src/gpu/effects/
DGrTextureDomain.h27 enum Mode { enum
53 GrTextureDomain(const SkRect& domain, Mode, int index = -1);
56 Mode mode() const { return fMode; } in mode()
72 …onst SkRect MakeTexelDomainForMode(const GrTexture* texture, const SkIRect& texelRect, Mode mode) { in MakeTexelDomainForMode()
99 SkDEBUGCODE(fMode = (Mode) -1;) in GLDomain()
140 SkDEBUGCODE(Mode fMode;)
147 Mode fMode;
163 GrTextureDomain::Mode,
184 GrTextureDomain::Mode,
/external/skia/tests/
DXfermodeTest.cpp12 #define ILLEGAL_MODE ((SkXfermode::Mode)-1)
16 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode); in test_asMode()
18 SkXfermode::Mode reportedMode = ILLEGAL_MODE; in test_asMode()
27 reportedMode = (SkXfermode::Mode) -1; in test_asMode()
42 SkXfermode::Mode mode = (SkXfermode::Mode)i; in test_IsMode()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipher.java58 protected static enum Mode { enum in OpenSSLCipher
77 protected Mode mode = Mode.ECB;
108 protected OpenSSLCipher(Mode mode, Padding padding) { in OpenSSLCipher()
158 protected abstract void checkSupportedMode(Mode mode) throws NoSuchAlgorithmException; in checkSupportedMode()
178 final Mode mode; in engineSetMode()
180 mode = Mode.valueOf(modeStr.toUpperCase(Locale.US)); in engineSetMode()
470 public EVP_CIPHER(Mode mode, Padding padding) { in EVP_CIPHER()
619 protected abstract String getCipherName(int keySize, Mode mode); in getCipherName()
632 protected AES(Mode mode, Padding padding) { in AES()
638 super(Mode.CBC, padding); in CBC()
[all …]

12345678910>>...25