HomeSort by relevance Sort by last modified time
    Searched refs:outer (Results 51 - 75 of 408) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js 174 function outer(x, y) { function
178 %OptimizeFunctionOnNextCall(outer);
180 assertEquals(2, outer(1, 2));
196 function outer(x, y) {
200 assertEquals(2, outer(1, 2));
201 assertEquals(2, outer(1, 2));
202 assertEquals(2, outer(1, 2));
203 %OptimizeFunctionOnNextCall(outer);
204 assertEquals(2, outer(1, 2));
234 function outer(x,y)
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 111 const SparseDiagonalProductType& expr, Index outer)
112 : Base(expr.rhs()*(expr.lhs().diagonal().coeff(outer)), outer)
131 const SparseDiagonalProductType& expr, Index outer)
132 : Base(expr.rhs().innerVector(outer) .cwiseProduct(expr.lhs().diagonal()), 0)
145 const SparseDiagonalProductType& expr, Index outer)
146 : Base(expr.lhs()*expr.rhs().diagonal().coeff(outer), outer)
165 const SparseDiagonalProductType& expr, Index outer)
166 : Base(expr.lhs().innerVector(outer) .cwiseProduct(expr.rhs().diagonal().transpose()), 0
    [all...]
SparseCwiseUnaryOp.h 41 EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Index outer)
42 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor())
64 EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Index outer)
65 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor())
105 EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::Index outer)
106 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor())
127 EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::Index outer)
128 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor())
  /external/chromium_org/chrome/renderer/resources/
plugin_placeholders.css 22 #outer:hover h1, #outer:hover #close {
31 #outer {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-97116.js 35 %DeoptimizeFunction(outer);
39 function outer(should_deopt) { function
47 outer(false);
48 outer(false);
49 %OptimizeFunctionOnNextCall(outer);
50 outer(true);
regress-97116b.js 35 %DeoptimizeFunction(outer);
39 function outer(should_deopt) { function
47 outer(false);
48 outer(false);
49 %OptimizeFunctionOnNextCall(outer);
50 outer(true);
  /external/v8/test/mjsunit/regress/
regress-97116.js 35 %DeoptimizeFunction(outer);
39 function outer(should_deopt) { function
47 outer(false);
48 outer(false);
49 %OptimizeFunctionOnNextCall(outer);
50 outer(true);
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 38 private int outer; field in class:PieItem
117 outer = outside;
137 return outer;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.css 27 .outer {
32 .outer.disabled {
  /external/clang/test/CodeGen/
alias.c 39 int outer(int a) { return inner(a); } function
40 // CHECKCC: define arm_aapcs_vfpcc i32 @outer(i32 %a) [[NUW]] {
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedBiMapTest.java 42 BiMap<K, V> outer = Synchronized.biMap(inner, mutex); local
43 return outer;
99 BiMap<Integer, String> outer = Synchronized.biMap(inner, mutex); local
100 return outer;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Integer.c 83 OMX_INT outer, inner, count,index; local
141 for (outer = 0, count = 0, index = 0, candSAD = 0;
142 outer < BlockSize;
143 outer++, index += refWidth - BlockSize)
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 352 SkRect outer, tmp;
354 outer.set(r.fLeft - rx, r.fTop - ry,
358 SkScan::FillRect(outer, clip, blitter);
362 tmp.set(outer.fLeft, outer.fTop, outer.fRight, outer.fTop + dy);
364 tmp.fTop = outer.fBottom - dy;
365 tmp.fBottom = outer.fBottom;
368 tmp.set(outer.fLeft, outer.fTop + dy, outer.fLeft + dx, outer.fBottom - dy)
    [all...]
SkStrokerPriv.cpp 100 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
109 SkTSwap<SkPath*>(outer, inner);
113 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);
117 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
133 SkTSwap<SkPath*>(outer, inner);
149 outer->quadTo(pts[i].fX, pts[i].fY, pts[i+1].fX, pts[i+1].fY);
162 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
187 SkTSwap<SkPath*>(outer, inner);
233 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
235 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY)
    [all...]
  /external/skia/src/core/
SkScan_Hairline.cpp 352 SkRect outer, tmp;
354 outer.set(r.fLeft - rx, r.fTop - ry,
358 SkScan::FillRect(outer, clip, blitter);
362 tmp.set(outer.fLeft, outer.fTop, outer.fRight, outer.fTop + dy);
364 tmp.fTop = outer.fBottom - dy;
365 tmp.fBottom = outer.fBottom;
368 tmp.set(outer.fLeft, outer.fTop + dy, outer.fLeft + dx, outer.fBottom - dy)
    [all...]
SkStrokerPriv.cpp 100 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
109 SkTSwap<SkPath*>(outer, inner);
113 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);
117 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
133 SkTSwap<SkPath*>(outer, inner);
149 outer->quadTo(pts[i].fX, pts[i].fY, pts[i+1].fX, pts[i+1].fY);
162 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
187 SkTSwap<SkPath*>(outer, inner);
233 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
235 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY)
    [all...]
  /external/skia/tests/
RegionTest.cpp 116 static bool slow_contains(const SkRegion& outer, const SkRegion& inner) {
118 tmp.op(outer, inner, SkRegion::kUnion_Op);
119 return outer == tmp;
122 static bool slow_contains(const SkRegion& outer, const SkIRect& r) {
124 tmp.op(outer, SkRegion(r), SkRegion::kUnion_Op);
125 return outer == tmp;
128 static bool slow_intersects(const SkRegion& outer, const SkRegion& inner) {
130 return tmp.op(outer, inner, SkRegion::kIntersect_Op);
188 SkRegion outer; local
189 randRgn(rand, &outer, 8)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 72 outer: {
76 break outer; local
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 72 outer: {
76 break outer; local
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.h 58 ParseHandler(XmppStanzaParser * outer) : outer_(outer) {}
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.h 235 int borderHalfLeft(bool outer) const;
236 int borderHalfRight(bool outer) const;
237 int borderHalfTop(bool outer) const;
238 int borderHalfBottom(bool outer) const;
240 int borderHalfStart(bool outer) const;
241 int borderHalfEnd(bool outer) const;
242 int borderHalfBefore(bool outer) const;
243 int borderHalfAfter(bool outer) const;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.h 58 ParseHandler(XmppStanzaParser * outer) : outer_(outer) {}
  /external/clang/test/FixIt/
typo.cpp 103 namespace outer { namespace
104 namespace inner { // expected-note{{'outer::inner' declared here}} \
105 // expected-note{{namespace 'outer::inner' defined here}} \
111 using namespace outr::inner; // expected-error{{no namespace named 'inner' in namespace 'outr'; did you mean 'outer::inner'?}}
114 outr::inner::i = 3; // expected-error{{no member named 'inner' in namespace 'outr'; did you mean 'outer::inner'?}}
115 outer::innr::i = 4; // expected-error{{no member named 'innr' in namespace 'outer'; did you mean 'inner'?}}
  /external/eigen/Eigen/src/Core/
Assign.h 138 outer = Index / Derived1::InnerSizeAtCompileTime, enumerator in enum:Eigen::internal::assign_DefaultTraversal_CompleteUnrolling::__anon19276
144 dst.copyCoeffByOuterInner(outer, inner, src);
158 static EIGEN_STRONG_INLINE void run(Derived1 &dst, const Derived2 &src, int outer)
160 dst.copyCoeffByOuterInner(outer, Index, src);
161 assign_DefaultTraversal_InnerUnrolling<Derived1, Derived2, Index+1, Stop>::run(dst, src, outer);
199 outer = Index / Derived1::InnerSizeAtCompileTime, enumerator in enum:Eigen::internal::assign_innervec_CompleteUnrolling::__anon19277
206 dst.template copyPacketByOuterInner<Derived2, Aligned, JointAlignment>(outer, inner, src);
221 static EIGEN_STRONG_INLINE void run(Derived1 &dst, const Derived2 &src, int outer)
223 dst.template copyPacketByOuterInner<Derived2, Aligned, Aligned>(outer, Index, src);
225 Index+packet_traits<typename Derived1::Scalar>::size, Stop>::run(dst, src, outer);
    [all...]
Stride.h 22 * It holds two values: the inner stride and the outer stride.
27 * The outer stride is the pointer increment between two consecutive rows of a row-major matrix or
34 * \param _OuterStrideAtCompileTime the outer stride, or Dynamic if you want to specify it at runtime.
69 : m_outer(other.outer()), m_inner(other.inner())
72 /** \returns the outer stride */
73 inline Index outer() const { return m_outer.value(); } function in class:Eigen::Stride
94 /** \brief Convenience specialization of Stride to specify only an outer stride

Completed in 913 milliseconds

1 23 4 5 6 7 8 91011>>