Home
last modified time | relevance | path

Searched defs:is_even (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/libs/hana/test/detail/
Dany_of.cpp12 struct is_even { struct
17 static_assert(!hana::detail::any_of<is_even>::value, ""); argument
/third_party/boost/libs/range/test/adaptor_test/
Dfiltered_example.cpp28 struct is_even struct
30 bool operator()( int x ) const { return x % 2 == 0; } in operator ()()
Dreplaced_if_example.cpp28 struct is_even struct
30 bool operator()(int x) const { return x % 2 == 0; } in operator ()()
Dfiltered.cpp42 struct is_even struct
45 bool operator()( IntegerT x ) const { return x % 2 == 0; } in operator ()()
/third_party/boost/libs/intrusive/example/
Ddoc_erasing_and_disposing.cpp34 struct is_even struct
36 bool operator()(const my_class &c) const in operator ()()
/third_party/boost/libs/range/test/algorithm_ext_test/
Derase.cpp77 struct is_even struct
79 typedef bool result_type;
80 typedef int argument_type;
81 bool operator()(int x) const { return x % 2 == 0; } in operator ()()
/third_party/boost/libs/test/doc/examples/
Dexample30.run-fail.cpp12 bool is_even( int i ) in is_even() function
/third_party/boost/libs/multi_index/test/
Dtest_list_ops.cpp39 struct is_even struct
41 bool operator()(int x)const{return x%2==0;} in operator ()()
/third_party/boost/boost/mpl/math/
Dis_even.hpp40 struct is_even struct
/third_party/boost/libs/mp11/test/
Dmp_copy_if.cpp23 template<class N> using is_even = mp_bool<N::value % 2 == 0>; typedef
/third_party/boost/libs/geometry/test/iterators/
Dtest_iterator_common.hpp76 struct is_even struct
78 inline bool operator()(T const& t) const in operator ()()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum-dtoa.cc110 bool is_even = (significand & 1) == 0; in BignumDtoa() local
187 bool is_even, in GenerateShortestDigits()
612 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp124 bool is_even = (significand & 1) == 0; in BignumDtoa() local
201 bool is_even, in GenerateShortestDigits()
626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp124 bool is_even = (significand & 1) == 0; in BignumDtoa() local
201 bool is_even, in GenerateShortestDigits()
626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp124 bool is_even = (significand & 1) == 0; in BignumDtoa() local
201 bool is_even, in GenerateShortestDigits()
626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp124 bool is_even = (significand & 1) == 0; in BignumDtoa() local
201 bool is_even, in GenerateShortestDigits()
626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
/third_party/boost/libs/algorithm/test/
Dpartition_copy_test1.cpp60 bool is_even ( int v ) { return v % 2 == 0; } in is_even() function
Dgather_test1.cpp86 bool is_even ( int i ) { return i % 2 == 0; } in is_even() function
Dcopy_if_test1.cpp33 BOOST_CXX14_CONSTEXPR bool is_even ( int v ) { return v % 2 == 0; } in is_even() function
/third_party/boost/libs/intrusive/test/
Ditestvalue.hpp181 struct is_even struct
184 bool operator() in operator ()()
/third_party/boost/libs/hana/test/_include/laws/
Dsearchable.hpp168 BOOST_HANA_CONSTEXPR_LAMBDA auto is_even = [](auto x) { in __anonc68b67df0902() member
Dfoldable.hpp921 BOOST_HANA_CONSTEXPR_LAMBDA auto is_even = [](auto x) { in __anon0fd87a2e0502() member
/third_party/skia/src/utils/
DSkDashPath.cpp16 static inline int is_even(int x) { in is_even() function
/third_party/flutter/skia/src/utils/
DSkDashPath.cpp15 static inline int is_even(int x) { in is_even() function
/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp43 static inline int is_even(int x) { return !(x & 1); } in is_even() function

12