/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
StaticSymmetry.h | 108 constexpr static int global_flags = member in struct:Eigen::internal::tensor_static_symgroup_equality 214 constexpr static inline int globalFlags() { return group_elements::global_flags; }
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/ |
TemplateGroupTheory.h | 134 constexpr static int global_flags = Equality<id, t>::global_flags | strip_identities<Equality, id, type_list<ts...>>::global_flags; member in struct:Eigen::internal::group_theory::strip_identities 145 constexpr static int global_flags = 0; member in struct:Eigen::internal::group_theory::strip_identities 192 constexpr static int global_flags = Equality<current_element, id>::global_flags; member in struct:Eigen::internal::group_theory::dimino_first_step_elements_helper 230 constexpr static int global_flags = helper::global_flags; member in struct:Eigen::internal::group_theory::dimino_first_step_elements 336 constexpr static int global_flags = _cil::global_flags | _helper::global_flags member in struct:Eigen::internal::group_theory::dimino_add_cosets_for_rep 359 constexpr static int global_flags = 0; member in struct:Eigen::internal::group_theory::dimino_add_cosets_for_rep 418 constexpr static int global_flags = _helper::global_flags | _ac4r::global_flags; member in struct:Eigen::internal::group_theory::dimino_add_all_coset_spaces 434 constexpr static int global_flags = 0; member in struct:Eigen::internal::group_theory::dimino_add_all_coset_spaces 481 constexpr static int global_flags = _helper::global_flags; member in struct:Eigen::internal::group_theory::dimino_add_generator 496 constexpr static int global_flags = 0; member in struct:Eigen::internal::group_theory::dimino_add_generator 548 constexpr static int global_flags = member in struct:Eigen::internal::group_theory::dimino_add_remaining_generators 564 constexpr static int global_flags = 0; member in struct:Eigen::internal::group_theory::dimino_add_remaining_generators 603 constexpr static int global_flags = member in struct:Eigen::internal::group_theory::enumerate_group_elements_noid 619 constexpr static int global_flags = initial_global_flags; member in struct:Eigen::internal::group_theory::enumerate_group_elements_noid [all...] |
/external/eigen/unsupported/test/ |
cxx11_meta.cpp | 68 template<typename A, typename B> struct dummy_test { constexpr static bool value = false; constexpr static int global_flags = 0; }; member in struct:dummy_test 69 template<> struct dummy_test<dummy_a, dummy_a> { constexpr static bool value = true; constexpr static int global_flags = 1; }; member in struct:dummy_test 70 template<> struct dummy_test<dummy_b, dummy_b> { constexpr static bool value = true; constexpr static int global_flags = 2; }; member in struct:dummy_test 71 template<> struct dummy_test<dummy_c, dummy_c> { constexpr static bool value = true; constexpr static int global_flags = 4; }; member in struct:dummy_test 253 VERIFY_IS_EQUAL((!!is_same_gf<dummy_a, dummy_b>::global_flags), false); 254 VERIFY_IS_EQUAL((!!is_same_gf<dummy_a, dummy_a>::global_flags), false); 280 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_a, tl>::global_flags), 1); 281 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_b, tl>::global_flags), 2); 282 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_c, tl>::global_flags), 4); 283 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_d, tl>::global_flags), 0) [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
CXX11Meta.h | 133 template<typename a, typename b> struct is_same_gf : is_same<a, b> { constexpr static int global_flags = 0; }; member in struct:Eigen::internal::is_same_gf 234 constexpr static int global_flags = last_check_flags; member in struct:Eigen::internal::contained_in_list_gf 245 struct contained_in_list_gf<test, check_against, type_list<a, as...>, default_flags, false, last_check_flags> : contained_in_list_gf<test, check_against, type_list<as...>, default_flags, test<check_against, a>::value, test<check_against, a>::global_flags> {}; 254 struct contained_in_list_gf<test, check_against, type_list<EIGEN_TPL_PP_SPEC_HACK_USE(empty)>, default_flags, false, last_check_flags> { constexpr static bool value = false; constexpr static int global_flags = default_flags; }; member in struct:Eigen::internal::contained_in_list_gf
|
/external/pdfium/core/fxcodec/gif/ |
cfx_gif.h | 59 CFX_GifGlobalFlags global_flags; member in struct:__anon31089
|
/external/tcpdump/ |
print-lspping.c | 63 uint8_t global_flags[2]; member in struct:lspping_common_header [all...] |