Searched refs:e2_ (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/numeric/ublas/ |
D | vector_expression.hpp | 576 e1_ (e1), e2_ (e2) {} in vector_binary() 581 return BOOST_UBLAS_SAME (e1_.size (), e2_.size ()); in size() 592 return e2_; in expression2() 599 return functor_type::apply (e1_ (i), e2_ (i)); in operator ()() 604 return functor_type::apply (e1_ [i], e2_ [i]); in operator []() 636 const_subiterator2_type it2 (e2_.find (i)); in find() 637 const_subiterator2_type it2_end (e2_.find (size ())); in find() 941 expression2_closure_type e2_; member in boost::numeric::ublas::vector_binary 1031 e1_ (e1), e2_ (e2) {} in vector_binary_scalar1() 1036 return e2_.size (); in size() [all …]
|
D | matrix_expression.hpp | 350 e1_ (e1), e2_ (e2) {} in vector_matrix_binary() 359 return e2_.size (); in size2() 370 return e2_; in expression2() 377 return functor_type::apply (e1_ (i), e2_ (j)); in operator ()() 417 const_subiterator2_type it2 (e2_.find (j)); in find1() 418 const_subiterator2_type it2_end (e2_.find (size2 ())); in find1() 435 const_subiterator2_type it2 (e2_.find (j)); in find2() 436 const_subiterator2_type it2_end (e2_.find (size2 ())); in find2() 896 expression2_closure_type e2_; member in boost::numeric::ublas::vector_matrix_binary 2039 e1_ (e1), e2_ (e2) {} in matrix_binary() [all …]
|
/third_party/boost/libs/system/test/ |
D | before_main_test.cpp | 24 error_code e2_( ENOENT, generic_category() ); in main() local 26 BOOST_TEST_EQ( e2, e2_ ); in main() 27 BOOST_TEST_EQ( m2, e2_.message() ); in main()
|
D | constexpr_test.cpp | 59 error_code e2_( 2, generic_category() ); in main() local 60 BOOST_TEST_EQ( e2, e2_ ); in main()
|
/third_party/boost/boost/graph/ |
D | vf2_sub_graph_iso.hpp | 377 : edge_comp_(edge_comp), e2_(e2) in edge1_predicate() 383 return edge_comp_(e1, e2_); in operator ()() 387 typename graph_traits< Graph2 >::edge_descriptor e2_; member
|