Home
last modified time | relevance | path

Searched defs:is_resizeable (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mtl4/
Dmtl4_resize.hpp34 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/
Dublas_wrapper.hpp172 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;
Dis_resizeable.hpp46 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/
Dvector_vector_resize.hpp23 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/
Dnt2_resize.hpp19 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/
Dblaze_resize.hpp32 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/
Dresizing_test_state_type.hpp40 struct is_resizeable< test_array_type > struct
42 typedef boost::true_type type;
43 const static bool value = type::value;
Deuler_stepper.cpp56 struct is_resizeable< my_vec > struct
59 typedef boost::true_type type;
60 const static bool value = type::value;
Ddiagnostic_state_type.hpp85 struct is_resizeable< diagnostic_type< N > > struct
87 typedef boost::true_type type;
88 const static bool value = type::value;
Dis_resizeable.cpp54 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/
Dcompute_resize.hpp30 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/
Dlist_lattice.cpp25 struct is_resizeable< state_type > struct
27 typedef boost::true_type type;
28 const static bool value = type::value;
Dmy_vector.cpp76 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/
Dgsl_wrapper.hpp168 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/
Dvexcl_resize.hpp39 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/
Dis_resizeable.cpp31 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/
Dviennacl_resize.hpp38 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/
Dmpi_state.hpp59 struct is_resizeable< mpi_state< InnerState > > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp59 struct is_resizeable< openmp_state< T > > : boost::true_type { }; struct
/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c330 is_resizeable(mmap_object *self) in is_resizeable() function
/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c393 is_resizeable(mmap_object *self) in is_resizeable() function