HomeSort by relevance Sort by last modified time
    Searched refs:nested (Results 126 - 150 of 268) sorted by null

1 2 3 4 56 7 8 91011

  /build/tools/droiddoc/templates-sac/
sdkpage.cs 71 # (nested in if/else redirect)
177 # (nested in if/else redirect and if/else NDK)
  /external/eigen/Eigen/src/Core/
Block.h 55 typedef typename nested<XprType>::type XprTypeNested;
287 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
304 const typename XprType::Nested m_xpr;
355 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
397 typename XprType::Nested m_xpr;
ProductBase.h 40 // are not used in practice because nested is overloaded for products
69 typedef typename Lhs::Nested LhsNested;
76 typedef typename Rhs::Nested RhsNested;
116 // Implicit conversion to the nested type (trigger the evaluation of the product)
177 // here we need to overload the nested rule for products
178 // such that the nested type is a const reference to a plain matrix
181 struct nested<GeneralProduct<Lhs,Rhs,Mode>, N, PlainObject> struct in namespace:Eigen::internal
VectorwiseOp.h 44 typedef typename nested<MatrixType>::type MatrixTypeNested;
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 296 /** \internal Determines how a given expression should be nested into another one.
298 * nested into the bigger product expression. The choice is between nesting the expression b+c as-is, or
301 * many coefficient accesses in the nested expressions -- as is the case with matrix product for example.
303 * \param T the type of the expression being nested
304 * \param n the number of coefficient accesses in the nested expression for each coefficient access in the bigger expression.
310 * the Product expression uses: nested<S, 3>::ret, which turns out to be Matrix3d because the internal logic of
311 * nested determined that in this case it was better to evaluate the expression b+c into a temporary. On the other hand,
312 * since a is of type Matrix3d, the Product expression nests it as nested<Matrix3d, 3>::ret, which turns out to be
313 * const Matrix3d&, because the internal logic of nested determined that since a was already a matrix, there was no point
316 template<typename T, int n=1, typename PlainObject = typename eval<T>::type> struct nested
    [all...]
  /external/eigen/Eigen/src/LU/
Inverse.h 360 typename internal::remove_all<typename internal::nested<Derived, 2>::type>::type,
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 138 typename internal::nested<MatrixType>::type m_M;
MatrixLogarithm.h 460 typename internal::nested<Derived>::type m_A;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
table_util.js 117 * Returns a JavaScript array of all the non-nested rows in the given table.
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 192 * @param {Array.<string>} shadowHostIds The host ids of the nested shadow
  /external/chromium_org/v8/src/
liveedit-debugger.js 178 // We need to link to old script all former nested functions.
234 // nested functions serialized as parent followed by serialized children.
308 // instances of SharedFunctionInfo for nested functions. However,
510 // The code of a function is changed or some nested function cannot be
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-replace.js 195 // Test nested calls to replace, including that it sets RegExp.$& correctly.
  /external/clang/test/CXX/drs/
dr3xx.cpp 112 // FIXME: This appears to be valid (but allowing the nested types might be a
114 template<typename> struct Nested {
115 template<typename> struct Nested {};
117 void testNested(Nested<int> n) { n.~Nested<int>(); } // expected-error {{no member named}}
535 struct nested;
543 struct derived::nested {}; // expected-error {{no struct named 'nested'}} struct in class:dr347::derived
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp 241 LOCAL_STRUCT_CASE(nested, "Nested struct", 0,
374 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", 0,
438 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", FLAG_REQUIRES_DYNAMIC_INDEXING,
529 LOCAL_STRUCT_CASE(parameter_nested, "Nested struct as a function parameter", 0,
589 LOCAL_STRUCT_CASE(return_nested, "Nested struct", 0,
702 LOCAL_STRUCT_CASE(nested_conditional_assignment, "Conditional assignment of nested struct", 0,
731 LOCAL_STRUCT_CASE(nested_loop_assignment, "Nested struct assignment in loop", 0,
763 LOCAL_STRUCT_CASE(nested_dynamic_loop_assignment, "Nested struct assignment in dynamic loop", FLAG_REQUIRES_DYNAMIC_INDEXING,
830 LOCAL_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop", 0
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStructTests.cpp 215 LOCAL_STRUCT_CASE(nested, "Nested struct",
348 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array",
412 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing",
503 LOCAL_STRUCT_CASE(parameter_nested, "Nested struct as a function parameter",
563 LOCAL_STRUCT_CASE(return_nested, "Nested struct",
676 LOCAL_STRUCT_CASE(nested_conditional_assignment, "Conditional assignment of nested struct",
705 LOCAL_STRUCT_CASE(nested_loop_assignment, "Nested struct assignment in loop",
737 LOCAL_STRUCT_CASE(nested_dynamic_loop_assignment, "Nested struct assignment in dynamic loop",
804 LOCAL_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop"
    [all...]
  /external/skia/bench/
Android.mk 204 ../gm/nested.cpp \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 302 def _parse_sub(source, state, nested=1):
312 if not nested:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 302 def _parse_sub(source, state, nested=1):
312 if not nested:
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 71 # (nested in if/else redirect)
252 # (nested in if/else redirect and if/else NDK)
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 71 # (nested in if/else redirect)
266 # (nested in if/else redirect and if/else NDK)
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 216 // then also check if we're in a third-level nested list that's toggleable
224 // then also check if the parent list is also nested in a hidden list
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 193 // Implicit conversion to the nested type (trigger the evaluation of the product)
222 // here we need to overload the nested rule for products
223 // such that the nested type is a const reference to a plain matrix
225 struct nested<CoeffBasedProduct<Lhs,Rhs,EvalBeforeNestingBit|EvalBeforeAssigningBit>, N, PlainObject> struct in namespace:Eigen::internal
  /dalvik/docs/
prettify.js     [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 230 // SSL sockets have two nested SOCKET_IN_USE events. This is needed to

Completed in 1013 milliseconds

1 2 3 4 56 7 8 91011