Searched refs:product_type (Results 1 - 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DProduct.h32 internal::product_type<Lhs,Rhs>::ret>::ret StorageKind;
74 internal::product_type<_Lhs,_Rhs>::ret>::ret>
85 internal::product_type<Lhs,Rhs>::ret>::ret>::Base Base;
114 template<typename Lhs, typename Rhs, int Option, int ProductTag = internal::product_type<Lhs,Rhs>::ret>
H A DGeneralProduct.h36 template<typename Lhs, typename Rhs> struct product_type struct in namespace:Eigen::internal
409 internal::product_type<Derived,OtherDerived>::debug();
H A DProductEvaluators.h81 // as controlled by internal::product_type.
85 int ProductType = internal::product_type<Lhs,Rhs>::value>
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h147 template<typename Lhs, typename Rhs> struct product_type;
157 int ProductTag = internal::product_type<typename T::Lhs,typename T::Rhs>::ret,
166 int ProductType = internal::product_type<Lhs,Rhs>::value>
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h600 uint8_t product_type; /* Windows: VER_NT_* from WinNT.h */ member in struct:__anon7516
/external/google-breakpad/src/processor/
H A Dsynth_minidump.cc63 D8(system_info.product_type);
94 1, // product_type
H A Dminidump.cc3143 // number_of_processors and product_type are 8-bit quantities and need no
3334 printf(" product_type = %d\n",
3335 system_info_.product_type);
/external/python/cpython2/Modules/
H A Ditertoolsmodule.c1814 static PyTypeObject product_type; variable
2018 static PyTypeObject product_type = { variable
4114 &product_type,
/external/python/cpython2/Lib/test/
H A Dtest_sys.py241 self.assertIsInstance(v.product_type, int)
/external/python/cpython3/Lib/test/
H A Dtest_sys.py302 self.assertIsInstance(v.product_type, int)
/external/python/cpython3/Modules/
H A Ditertoolsmodule.c2017 static PyTypeObject product_type; variable
2320 static PyTypeObject product_type = { variable
4652 &product_type,

Completed in 5228 milliseconds