Home
last modified time | relevance | path

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

1234

/external/eigen/Eigen/src/Core/
DReverse.h20 struct traits<Reverse<MatrixType, Direction> >
63 template<typename MatrixType, int Direction> class Reverse
64 : public internal::dense_xpr_base< Reverse<MatrixType, Direction> >::type
68 typedef typename internal::dense_xpr_base<Reverse>::type Base;
69 EIGEN_DENSE_PUBLIC_INTERFACE(Reverse)
88 EIGEN_DEVICE_FUNC explicit inline Reverse(const MatrixType& matrix) : m_matrix(matrix) { }
90 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Reverse)
DDenseBase.h559 typedef Reverse<Derived, BothDirections> ReverseReturnType;
560 typedef const Reverse<const Derived, BothDirections> ConstReverseReturnType;
DVectorwiseOp.h287 typedef Reverse<const ExpressionType, Direction> ConstReverseReturnType;
288 typedef Reverse<ExpressionType, Direction> ReverseReturnType;
/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/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/icu/icu4c/source/data/brkitr/rules/
Dtitle.txt30 # Reverse Rules
45 # Safe Reverse: the exact forward rule must not start in the middle
53 # Safe Forward, nothing needs to be done, the exact Reverse rules will
Dsent.txt96 # Reverse rules.
Dsent_el.txt96 # 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.h109 Reverse<StridedVectorType> rvx(vx);
110 Reverse<StridedVectorType> rvy(vy);
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp109 const bool Reverse; member
111 RotOp(bool Rev) : Reverse(Rev) {} in RotOp()
116 if (Reverse) in apply2()
/external/pdfium/core/fpdfapi/cmaps/
Dcmap_int.h14 enum MapType { None, Single, Range, Reverse }; enumerator
/external/pdfium/xfa/fxbarcode/common/
DBC_CommonBitArray.h28 void Reverse();
DBC_CommonBitArray.cpp101 void CBC_CommonBitArray::Reverse() { in Reverse() function in CBC_CommonBitArray
/external/protobuf/csharp/src/Google.Protobuf/
DByteArray.cs69 internal static void Reverse(byte[] bytes) in Reverse() method in Google.Protobuf.ByteArray
DCodedOutputStream.cs184 ByteArray.Reverse(rawBytes); in WriteFloat()
/external/llvm/lib/TableGen/
DSetTheory.cpp115 const bool Reverse; member
117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp()
121 if (Reverse) in apply2()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPostOrderIterator.h167 ipo_iterator<T> ipo_begin(T G, bool Reverse = false) {
168 return ipo_iterator<T>::begin(G, Reverse);
/external/iptables/etc/
Dethertypes27 RARP 8035 # Reverse ARP [RFC903]
/external/llvm/test/Analysis/CostModel/ARM/
Dshuffle.ll9 ;; Reverse shuffles should be lowered to vrev and possibly a vext (for
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h156 SPIRVMap(bool Reverse):IsReverse(Reverse){ in SPIRVMap()
/external/eigen/unsupported/Eigen/CXX11/src/util/
DCXX11Meta.h485 template<class InstType, typename ArrType, std::size_t N, bool Reverse, typename... Ps>
526 template<class InstType, typename ArrType, std::size_t N, bool Reverse = false>
529 return h_instantiate_by_c_array<InstType, ArrType, N, Reverse>::run(arr);
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-45.ll35 ; Reverse the select order and test with LOCR.
/external/fmtlib/doc/bootstrap/
Ddropdowns.less184 // Reverse the caret
/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

1234