HomeSort by relevance Sort by last modified time
    Searched full:global_flags (Results 1 - 9 of 9) sorted by null

  /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/compiler-rt/cmake/Modules/
CompilerRTCompile.cmake 43 string(REPLACE " " ";" global_flags "${CMAKE_CXX_FLAGS}")
45 string(REPLACE " " ";" global_flags "${CMAKE_C_FLAGS}")
49 translate_msvc_cflags(global_flags "${global_flags}")
53 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags})
58 list(APPEND global_flags -Wno-unknown-warning-option)
59 set(compile_flags ${global_flags} ${SOURCE_CFLAGS})
  /external/pdfium/core/fxcodec/gif/
cfx_gif.h 59 CFX_GifGlobalFlags global_flags; member in struct:__anon31089
cfx_gifcontext.cpp 391 if (lsd->global_flags.global_pal) {
392 uint32_t palette_count = unsigned(2 << lsd->global_flags.pal_bits);
404 global_pal_exp_ = lsd->global_flags.pal_bits;
405 global_sort_flag_ = lsd->global_flags.sort_flag;
406 global_color_resolution_ = lsd->global_flags.color_resolution;
  /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/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/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/python/cpython3/Lib/
sre_parse.py 68 GLOBAL_FLAGS = (SRE_FLAG_ASCII | SRE_FLAG_LOCALE | SRE_FLAG_UNICODE |
803 if add_flags & GLOBAL_FLAGS:
823 if del_flags & GLOBAL_FLAGS:
    [all...]
  /external/tcpdump/
print-lspping.c 63 uint8_t global_flags[2]; member in struct:lspping_common_header
    [all...]

Completed in 172 milliseconds