/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mtl4/ |
D | mtl4_resize.hpp | 34 struct is_resizeable< mtl::dense_vector< Value , Parameters > > struct 36 typedef boost::true_type type; 37 const static bool value = type::value; 41 struct is_resizeable< mtl::dense2D< Value , Parameters > > struct 43 typedef boost::true_type type; 44 const static bool value = type::value; 48 struct is_resizeable< mtl::compressed2D< Value , Parameters > > struct 50 typedef boost::true_type type; 51 const static bool value = type::value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/ |
D | ublas_wrapper.hpp | 172 struct is_resizeable< boost::numeric::ublas::vector< T , A > > struct 174 typedef boost::true_type type; 175 const static bool value = type::value; 183 struct is_resizeable< boost::numeric::ublas::matrix< T , L , A > > struct 185 typedef boost::true_type type; 186 const static bool value = type::value; 194 struct is_resizeable< boost::numeric::ublas::permutation_matrix< T , A > > struct 196 typedef boost::true_type type; 197 const static bool value = type::value;
|
D | is_resizeable.hpp | 46 struct is_resizeable : is_resizeable_sfinae< Container > {}; struct 54 struct is_resizeable< std::vector< V , A > > : boost::true_type {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/2d_lattice/ |
D | vector_vector_resize.hpp | 23 struct is_resizeable< std::vector< std::vector< double > > > struct 25 typedef boost::true_type type; 26 const static bool value = type::value; 68 typedef boost::true_type is_resizeable; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/nt2/ |
D | nt2_resize.hpp | 19 struct is_resizeable< nt2::container::table<T,S> > struct 21 typedef boost::true_type type; 22 static const bool value = type::value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/blaze/ |
D | blaze_resize.hpp | 32 struct is_resizeable< blaze::DynamicVector< T , TF > > struct 34 typedef boost::true_type type; 35 const static bool value = type::value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/ |
D | resizing_test_state_type.hpp | 40 struct is_resizeable< test_array_type > struct 42 typedef boost::true_type type; 43 const static bool value = type::value;
|
D | euler_stepper.cpp | 56 struct is_resizeable< my_vec > struct 59 typedef boost::true_type type; 60 const static bool value = type::value;
|
D | diagnostic_state_type.hpp | 85 struct is_resizeable< diagnostic_type< N > > struct 87 typedef boost::true_type type; 88 const static bool value = type::value;
|
D | is_resizeable.cpp | 54 struct is_resizeable< my_seq2< T > > : boost::true_type {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/compute/ |
D | compute_resize.hpp | 30 struct is_resizeable< boost::compute::vector< T , A > > struct 32 struct type : public boost::true_type { }; 33 const static bool value = type::value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/ |
D | list_lattice.cpp | 25 struct is_resizeable< state_type > struct 27 typedef boost::true_type type; 28 const static bool value = type::value;
|
D | my_vector.cpp | 76 struct is_resizeable< my_vector<N> > struct 78 typedef boost::true_type type; 79 static const bool value = type::value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/gsl/ |
D | gsl_wrapper.hpp | 168 struct is_resizeable< gsl_vector* > struct 171 typedef boost::true_type type; 172 const static bool value = type::value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/vexcl/ |
D | vexcl_resize.hpp | 39 struct is_resizeable< vex::vector< T > > : boost::true_type { }; struct 67 struct is_resizeable< vex::multivector< T , N > > : boost::true_type { }; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test_external/nt2/ |
D | is_resizeable.cpp | 31 BOOST_AUTO_TEST_CASE_TEMPLATE( is_resizeable, T, fp_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/viennacl/ |
D | viennacl_resize.hpp | 38 struct is_resizeable< viennacl::vector< T > > : boost::true_type { }; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mpi/ |
D | mpi_state.hpp | 59 struct is_resizeable< mpi_state< InnerState > > struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/openmp/ |
D | openmp_state.hpp | 59 struct is_resizeable< openmp_state< T > > : boost::true_type { }; struct
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | mmapmodule.c | 330 is_resizeable(mmap_object *self) in is_resizeable() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | mmapmodule.c | 393 is_resizeable(mmap_object *self) in is_resizeable() function
|