Searched refs:Reverse (Results 51 - 75 of 80) sorted by relevance

1234

/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h409 const Reverse<ExpressionType, Direction> reverse() const
410 { return Reverse<ExpressionType, Direction>( _expression() ); }
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h439 PdtBalanceData<A> *Reverse(StateId num_states,
460 PdtBalanceData<A> *PdtBalanceData<A>::Reverse( function in class:fst::PdtBalanceData
H A Dpdtscript.h177 Reverse(fst, parens, ofst);
H A Dexpand.h360 Reverse(*ifst_, parens, &rfst_);
366 balance_data_ = reverse_shortest_path_->GetBalanceData()->Reverse(
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h159 ReverseWeight Reverse() const { function in class:fst::SparseTupleWeight
162 w.Push(it.Value().first, it.Value().second.Reverse());
H A Dstring-weight.h122 ReverseWeight Reverse() const;
267 StringWeight<L, S>::Reverse() const { function in class:fst::StringWeight
H A Dminimize.h216 Reverse(fst, &Tr_);
H A Darc-map.h1130 return B(arc.ilabel, arc.olabel, arc.weight.Reverse(), arc.nextstate);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h114 ReverseWeight Reverse() const;
259 StringWeight<L, S>::Reverse() const { function in class:fst::StringWeight
H A Dminimize.h203 Reverse(fst, &Tr_);
H A Dmap.h957 return B(arc.ilabel, arc.olabel, arc.weight.Reverse(), arc.nextstate);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphBufferTest.cpp176 TEST(GlyphBufferTest, Reverse)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDequeTest.cpp90 TEST(DequeTest, Reverse)
H A DVectorTest.cpp45 TEST(VectorTest, Reverse)
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h274 CallingContext *Ctx, bool Reverse = false);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp566 IK_ReverseIntInduction, ///< Reverse int induction variable. Step = -1.
568 IK_ReversePtrInduction ///< Reverse ptr indvar. Step = - sizeof(elem).
1637 bool Reverse = ConsecutiveStride < 0; local
1710 if (Reverse) {
1734 if (Reverse) {
1745 Entry[Part] = Reverse ? reverseVector(LI) : LI;
3022 bool Reverse = (LoopVectorizationLegality::IK_ReversePtrInduction == local
3029 int EltIndex = (part) * (Reverse ? -1 : 1);
3032 if (Reverse)
3045 int EltIndex = (i + part * VF) * (Reverse
[all...]
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp269 CallingContext *Ctx, bool Reverse) {
272 if (Reverse)
267 translateBinOp(til::TIL_BinaryOpcode Op, const BinaryOperator *BO, CallingContext *Ctx, bool Reverse) argument
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h214 template<typename MatrixType, int Direction = BothDirections> class Reverse;
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst190 This file implements the function ``Reverse()``, which returns reversed
374 ``Reverse()`` (this file is compiled into libreverse.so)
376 and makes calls to ``Magic8Ball()`` and ``Reverse()`` in response to requests
381 the library, it fetches the addresses of the ``Magic8Ball()`` and ``Reverse()``
384 the result to the user. Likewise when the user clicks the 'Reverse' button
385 it calls the ``Reverse()`` function to reverse the string.
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc512 case Animation::Reverse:
H A Dlayer_animation_controller_unittest.cc2000 // Reverse direction with positive playback rate.
2001 animation->set_direction(Animation::Reverse);
2006 animation->set_direction(Animation::Reverse);
2022 // Reverse direction with negative playback rate.
2023 animation->set_direction(Animation::Reverse);
2028 animation->set_direction(Animation::Reverse);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayerTest.cpp419 TEST_F(AnimationAnimationPlayerTest, Reverse)
/external/pcre/dist/
H A Dpcre_internal.h2164 "Reverse", "Assert", "Assert not", "AssertB", "AssertB not", \
2241 1+LINK_SIZE, /* Reverse */ \
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp830 fst::Reverse( g_fst, &grev_fst);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h189 Status Reverse() function in class:GraphicsPath

Completed in 8410 milliseconds

1234