/external/eigen/doc/snippets/ |
Vectorwise_reverse.cpp | 3 cout << "Here is the rowwise reverse of m:" << endl << m.rowwise().reverse() << endl; 4 cout << "Here is the colwise reverse of m:" << endl << m.colwise().reverse() << endl; 6 cout << "Here is the coefficient (1,0) in the rowise reverse of m:" << endl 7 << m.rowwise().reverse()(1,0) << endl; 9 //m.colwise().reverse()(1,0) = 4;
|
MatrixBase_reverse.cpp | 3 cout << "Here is the reverse of m:" << endl << m.reverse() << endl; 4 cout << "Here is the coefficient (1,0) in the reverse of m:" << endl 5 << m.reverse()(1,0) << endl; 7 m.reverse()(1,0) = 4;
|
/external/icu4c/layoutex/ |
LXUtilities.h | 21 static void reverse(le_int32 array[], le_int32 count); 22 static void reverse(float array[], le_int32 count);
|
/external/eigen/test/ |
array_reverse.cpp | 16 template<typename MatrixType> void reverse(const MatrixType& m) function 30 MatrixType m1_r = m1.reverse(); 31 // Verify that MatrixBase::reverse() works 38 Reverse<MatrixType> m1_rd(m1); 39 // Verify that a Reverse default (in both directions) of an expression works 46 Reverse<MatrixType, BothDirections> m1_rb(m1); 47 // Verify that a Reverse in both directions of an expression works 54 Reverse<MatrixType, Vertical> m1_rv(m1); 55 // Verify that a Reverse in the vertical directions of an expression works 62 Reverse<MatrixType, Horizontal> m1_rh(m1) [all...] |
/external/openfst/src/script/ |
reverse.cc | 19 #include <fst/script/reverse.h> 24 void Reverse(const FstClass &fst1, MutableFstClass *fst2) { 25 if (!ArcTypesMatch(fst1, *fst2, "Reverse")) return; 29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args); 32 REGISTER_FST_OPERATION(Reverse, StdArc, ReverseArgs); 33 REGISTER_FST_OPERATION(Reverse, LogArc, ReverseArgs); 34 REGISTER_FST_OPERATION(Reverse, Log64Arc, ReverseArgs);
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t052importT5.g | 5 tokens { C; B; A; } /// reverse order
|
/external/clang/test/CodeGen/ |
2003-11-20-Bitfields.c | 4 unsigned int reverse :1; member in struct:face_cachel
|
2007-06-18-SextAttrAggregate.c | 6 // AArch64 ABI actually requires the reverse of what this is testing: the callee
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.4.4-1.js | 24 ECMA Section: 15.4.4.3-1 Array.prototype.reverse() 27 The elements of the array are rearranged so as to reverse their order. 59 Note that the reverse function is intentionally generic; it does not require 61 kinds of objects for use as a method. Whether the reverse function can be applied 64 Note: Array.prototype.reverse allows some flexibility in implementation 77 writeHeaderToLog( SECTION + " Array.prototype.reverse()"); 86 testcases[testcases.length] = new TestCase( SECTION, "Array.prototype.reverse.length", 0, Array.prototype.reverse.length ); 87 testcases[testcases.length] = new TestCase( SECTION, "delete Array.prototype.reverse.length", false, delete Array.prototype.reverse.length ) [all...] |
15.4.4.4-2.js | 24 ECMA Section: 15.4.4.3-1 Array.prototype.reverse() 27 The elements of the array are rearranged so as to reverse their order. 59 Note that the reverse function is intentionally generic; it does not require 61 kinds of objects for use as a method. Whether the reverse function can be applied 64 Note: Array.prototype.reverse allows some flexibility in implementation 78 writeHeaderToLog( SECTION + " Array.prototype.reverse()"); 86 testcases[testcases.length] = new TestCase( SECTION, "Array.prototype.reverse.length", 0, Array.prototype.reverse.length ); 87 testcases[testcases.length] = new TestCase( SECTION, "delete Array.prototype.reverse.length", false, delete Array.prototype.reverse.length ) [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
reverse.h | 0 // reverse.h 28 // reverse of A transduces the reverse of x to the reverse of y with 29 // weight a.Reverse(). 31 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for 36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { 60 RevArc oarc(0, 0, final.Reverse(), os); 68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
|
/external/eigen/Eigen/src/Core/ |
Reverse.h | 17 /** \class Reverse 20 * \brief Expression of the reverse of a vector or matrix 22 * \param MatrixType the type of the object of which we are taking the reverse 24 * This class represents an expression of the reverse of a vector. 25 * It is the return type of MatrixBase::reverse() and VectorwiseOp::reverse() 28 * \sa MatrixBase::reverse(), VectorwiseOp::reverse() 34 struct traits<Reverse<MatrixType, Direction> > 70 template<typename MatrixType, int Direction> class Reverse 191 DenseBase<Derived>::reverse() function in class:Eigen::DenseBase 199 DenseBase<Derived>::reverse() const function in class:Eigen::DenseBase [all...] |
/development/samples/devbytes/animation/PropertyAnimations/res/animator/ |
combo.xml | 7 android:repeatMode="reverse" 13 android:repeatMode="reverse" 27 android:repeatMode="reverse" 33 android:repeatMode="reverse"
|
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/ |
PlatformLibrary.java | 40 /* reverse a string, for no very good reason */ 41 String reverse = reverseString("Android!"); local 43 Log.i("PlatformLibrary", "getInt: " + result + ", '" + reverse + "'"); 62 * Native method that returns a new string that is the reverse of
|
/external/openfst/src/include/fst/script/ |
reverse.h | 22 #include <fst/reverse.h> 30 void Reverse(ReverseArgs *args) { 34 Reverse(fst1, fst2); 37 void Reverse(const FstClass &fst1, MutableFstClass *fst2);
|
/external/replicaisland/res/anim/ |
button_flicker.xml | 7 android:repeatMode="reverse"
|
fade_in_out.xml | 7 android:repeatMode="reverse"
|
wait_message_fade.xml | 7 android:repeatMode="reverse"
|
/external/clang/test/SemaTemplate/ |
example-typelist.cpp | 49 class reverse { class 50 typedef typename reverse<typename T::tail>::type reversed_tail; 52 typedef typename reverse<typename reversed_tail::tail>::type most_of_tail; 56 typename reverse<cons<typename T::head, most_of_tail> >::type> type; 60 class reverse<cons<Head> > { class 66 class reverse<nil> { class 71 int reverse0[is_same<reverse<unsigned_inttypes>::type,
|
/external/openfst/src/include/fst/ |
reverse.h | 0 // reverse.h 35 // reverse of A transduces the reverse of x to the reverse of y with 36 // weight a.Reverse(). 38 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for 43 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { 69 RevArc oarc(0, 0, final.Reverse(), os); 77 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
|
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.reverse/ |
reverse.pass.cpp | 15 // reverse(Iter first, Iter last); 28 std::reverse(Iter(ia), Iter(ia)); 30 std::reverse(Iter(ia), Iter(ia+sa)); 35 std::reverse(Iter(ib), Iter(ib+sb)); 41 std::reverse(Iter(ic), Iter(ic+sc)); 48 std::reverse(Iter(id), Iter(id+sd));
|
/external/smack/src/org/xbill/DNS/ |
ReverseMap.java | 8 * A set functions designed to deal with DNS names used in reverse mappings. 9 * For the IPv4 address a.b.c.d, the reverse map name is d.c.b.a.in-addr.arpa. 10 * For an IPv6 address, the reverse map name is ...ip6.arpa. 25 * Creates a reverse map name corresponding to an address contained in 28 * @return The name corresponding to the address in the reverse map. 68 * Creates a reverse map name corresponding to an address contained in 72 * @return The name corresponding to the address in the reverse map. 88 * Creates a reverse map name corresponding to an address contained in 91 * @return The name corresponding to the address in the reverse map. 99 * Creates a reverse map name corresponding to an address contained i [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
reverse.h | 0 // reverse.h 32 #include <fst/reverse.h> 38 void Reverse(const Fst<Arc> &ifst, 45 Reverse(ifst, ofst);
|
/external/skia/legacy/include/core/ |
SkEdgeClipper.h | 38 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse); 39 void appendQuad(const SkPoint pts[3], bool reverse); 40 void appendCubic(const SkPoint pts[4], bool reverse);
|
/external/skia/src/core/ |
SkEdgeClipper.h | 38 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse); 39 void appendQuad(const SkPoint pts[3], bool reverse); 40 void appendCubic(const SkPoint pts[4], bool reverse);
|