Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 – 25 of 90) 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)
/external/chromium_org/crypto/
Dghash.cc43 int Reverse(int i) { in Reverse() function
62 product_table_[Reverse(1)] = x; in GaloisHash()
65 product_table_[Reverse(i)] = Double(product_table_[Reverse(i/2)]); in GaloisHash()
66 product_table_[Reverse(i+1)] = Add(product_table_[Reverse(i)], x); in GaloisHash()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreverse.h36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { in Reverse() function
60 RevArc oarc(0, 0, final.Reverse(), os); in Reverse()
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os); in Reverse()
Dproduct-weight.h84 ReverseWeight Reverse() const { in Reverse() function
85 return ReverseWeight(value1_.Reverse(), value2_.Reverse()); in Reverse()
Dfloat-weight.h144 TropicalWeight Reverse() const { return *this; } in Reverse() function
210 LogWeight Reverse() const { return *this; } in Reverse() function
Dshortest-distance.h247 Reverse(fst, &rfst);
256 distance->push_back(rdistance[distance->size() + 1].Reverse());
Dshortest-path.h262 Reverse(ifst, &rfst); in ShortestPath()
311 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate); in ShortestPath()
321 Weight finalw = rfst.Final(p.first).Reverse(); in ShortestPath()
/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/
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
/external/pdfium/core/src/fxcodec/lcms2/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/chromium_org/third_party/brotli/src/brotli/enc/
Dentropy_encode.cc161 void Reverse(uint8_t* v, int start, int end) { in Reverse() function
207 Reverse(tree, start, *tree_size); in WriteHuffmanTreeRepetitions()
208 Reverse(extra_bits, start, *tree_size); in WriteHuffmanTreeRepetitions()
239 Reverse(tree, start, *tree_size); in WriteHuffmanTreeRepetitionsZeros()
240 Reverse(extra_bits, start, *tree_size); in WriteHuffmanTreeRepetitionsZeros()
/external/chromium_org/third_party/leveldatabase/src/table/
Dtable_test.cc27 static std::string Reverse(const Slice& key) { in Reverse() function
45 return BytewiseComparator()->Compare(Reverse(a), Reverse(b)); in Compare()
51 std::string s = Reverse(*start); in FindShortestSeparator()
52 std::string l = Reverse(limit); in FindShortestSeparator()
54 *start = Reverse(s); in FindShortestSeparator()
58 std::string s = Reverse(*key); in FindShortSuccessor()
60 *key = Reverse(s); in FindShortSuccessor()
71 std::string rev = Reverse(*key); in Increment()
73 *key = Reverse(rev); in Increment()
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
Dreverse.h10 extern "C" char* Reverse(const char*);
Dreverse.cc9 extern "C" char* Reverse(const char* s) { in Reverse() function
/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/chromium_org/content/renderer/compositor_bindings/
Dweb_animation_impl.cc113 case cc::Animation::Reverse: in direction()
131 animation_->set_direction(cc::Animation::Reverse); in setDirection()
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
Dcmap_int.h10 typedef enum { None, Single, Range, Reverse } MapType; enumerator
/external/chromium_org/cc/animation/
Danimation_unittest.cc61 anim->set_direction(Animation::Reverse); in TEST()
155 anim->set_direction(Animation::Reverse); in TEST()
177 anim->set_direction(Animation::Reverse); in TEST()
197 anim->set_direction(Animation::Reverse); in TEST()
219 anim->set_direction(Animation::Reverse); in TEST()
244 anim->set_direction(Animation::Reverse); in TEST()
Danimation.h52 enum Direction { Normal, Reverse, Alternate, AlternateReverse }; enumerator
/external/llvm/lib/TableGen/
DSetTheory.cpp115 const bool Reverse; member
117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp()
121 if (Reverse) in apply2()
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h206 ipo_iterator<T> ipo_begin(T G, bool Reverse = false) {
207 return ipo_iterator<T>::begin(G, Reverse);
/external/ceres-solver/include/ceres/
Dordered_groups.h123 void Reverse() { in Reverse() function
/external/qemu/target-mips/
DTODO18 - Reverse endianness bit not implemented
/external/llvm/test/Analysis/CostModel/ARM/
Dshuffle.ll9 ;; Reverse shuffles should be lowered to vrev and possibly a vext (for

1234