Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 – 25 of 76) sorted by relevance

1234

/external/eigen/Eigen/src/Core/
DReverse.h34 struct traits<Reverse<MatrixType, Direction> >
70 template<typename MatrixType, int Direction> class Reverse
71 : public internal::dense_xpr_base< Reverse<MatrixType, Direction> >::type
75 typedef typename internal::dense_xpr_base<Reverse>::type Base;
76 EIGEN_DENSE_PUBLIC_INTERFACE(Reverse)
98 inline Reverse(const MatrixType& matrix) : m_matrix(matrix) { }
100 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Reverse)
DVectorwiseOp.h409 const Reverse<ExpressionType, Direction> reverse() const
410 { return Reverse<ExpressionType, Direction>( _expression() ); }
DDenseBase.h472 typedef Reverse<Derived, BothDirections> ReverseReturnType;
473 typedef const Reverse<const Derived, BothDirections> ConstReverseReturnType;
/external/eigen/test/
Darray_reverse.cpp38 Reverse<MatrixType> m1_rd(m1); in reverse()
46 Reverse<MatrixType, BothDirections> m1_rb(m1); in reverse()
54 Reverse<MatrixType, Vertical> m1_rv(m1); in reverse()
62 Reverse<MatrixType, Horizontal> m1_rh(m1); in reverse()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmspack.c101 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollChunkyBytes() local
116 v = Reverse ? REVERSE_FLAVOR_16(v) : v; in UnrollChunkyBytes()
149 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollPlanarBytes() local
162 wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v; in UnrollPlanarBytes()
479 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollAnyWords() local
497 wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v; in UnrollAnyWords()
527 int Reverse= T_FLAVOR(info ->InputFormat); in UnrollPlanarWords() local
544 wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v; in UnrollPlanarWords()
925 int Reverse = T_FLAVOR(info ->InputFormat); in UnrollDoubleTo16() local
950 if (Reverse) in UnrollDoubleTo16()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dtitle.txt27 # Reverse Rules
42 # Safe Reverse: the exact forward rule must not start in the middle
50 # Safe Forward, nothing needs to be done, the exact Reverse rules will
Dsent_el.txt93 # Reverse rules.
Dsent.txt93 # Reverse rules.
/external/eigen/blas/
Dlevel1_real_impl.h70 Reverse<StridedVectorType> rvx(vx); in EIGEN_BLAS_FUNC()
71 Reverse<StridedVectorType> rvy(vy); in EIGEN_BLAS_FUNC()
Dlevel1_cplx_impl.h102 Reverse<StridedVectorType> rvx(vx);
103 Reverse<StridedVectorType> rvy(vy);
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
Dcmap_int.h13 enum MapType { None, Single, Range, Reverse }; enumerator
/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonBitArray.h24 void Reverse();
DBC_CommonBitArray.cpp100 void CBC_CommonBitArray::Reverse() { in Reverse() function in CBC_CommonBitArray
/external/llvm/lib/TableGen/
DSetTheory.cpp115 const bool Reverse; member
117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp()
121 if (Reverse) in apply2()
/external/ceres-solver/include/ceres/
Dordered_groups.h123 void Reverse() { in Reverse() function
/external/llvm/test/Analysis/CostModel/ARM/
Dshuffle.ll9 ;; Reverse shuffles should be lowered to vrev and possibly a vext (for
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDReader.cpp80 row->Reverse(); in DeDecode()
/external/ceres-solver/internal/ceres/
Dcoordinate_descent_minimizer.cc265 ordering->Reverse(); in CreateOrdering()
Dordered_groups_test.cc151 ordering.Reverse(); in TEST()
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-45.ll35 ; Reverse the select order and test with LOCR.
/external/icu/icu4c/source/data/mappings/
Dgsm-03.38-2000.ucm29 # (Reverse fallbacks to U+00A0 would result in Unicode text that cannot be
/external/libavc/common/arm/
Dih264_iquant_itrans_recon_a9.s179 vswp d6, d7 @Reverse positions of x2 and x3
204 vswp d16, d17 @Reverse positions of x2 and x3
353 vswp d6, d7 @Reverse positions of x2 and x3
379 vswp d16, d17 @Reverse positions of x2 and x3
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp688 Reverse = Stride < 0; in InterleaveGroup()
692 bool isReverse() const { return Reverse; } in isReverse()
757 bool Reverse; member in __anon63bf7e8f0111::InterleaveGroup
2385 bool Reverse = ConsecutiveStride < 0; in vectorizeMemoryInstruction() local
2462 if (Reverse) { in vectorizeMemoryInstruction()
2495 if (Reverse) { in vectorizeMemoryInstruction()
2513 Entry[Part] = Reverse ? reverseVector(NewLI) : NewLI; in vectorizeMemoryInstruction()
5484 bool Reverse = ConsecutiveStride < 0; in getInstructionCost() local
5520 if (Reverse) in getInstructionCost()
/external/lzma/DOC/
Dlzma-specification.txt799 "Reverse" scheme. It uses separated binary tree for each posSlot from 4 to 13.
802 tree with "Reverse" scheme, where one common binary tree "AlignDecoder"
811 (one separated bit tree decoder per one posSlot value) and "Reverse" scheme.
817 decoder "AlignDecoder" with "Reverse" scheme.
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h385 CallingContext *Ctx, bool Reverse = false);

1234