Searched defs:is_odd (Results 1 – 12 of 12) sorted by relevance
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
D | partition_point.pass.cpp | 22 struct is_odd struct 32 return (std::partition_point(std::begin(ia), std::end(ia), is_odd()) == ia+3) in test_constexpr() argument
|
D | partition_copy.pass.cpp | 25 struct is_odd struct 37 std::begin(r1), std::begin(r2), is_odd()); in test_constexpr() argument
|
D | is_partitioned.pass.cpp | 25 struct is_odd { struct 33 return std::is_partitioned(std::begin(ia), std::end(ia), is_odd()) in test_constexpr() argument
|
D | partition.pass.cpp | 24 struct is_odd struct 36 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument
|
D | stable_partition.pass.cpp | 25 struct is_odd struct 27 bool operator()(const int& i) const {return i & 1;} in operator ()()
|
/external/libtextclassifier/utils/ |
D | checksum.cc | 25 bool is_odd = true; in VerifyLuhnChecksum() local
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | map_and_filter_fusion_test.py | 45 is_odd = lambda x: math_ops.equal(x % 2, 0) function
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 157 u8 mask, found_ctr = 0, is_odd = 0; in compute_password_element() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 506 auto is_odd = Eq(nearest_even_int, one); in RoundToEven() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_gatherer_test.cc | 201 bool is_odd = ((di % 2) == 1); in Init() local
|
D | ring_reducer_test.cc | 223 bool is_odd = ((di % 2) == 1); in Init() local
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 1021 #define is_odd(n) (((n) & 1) == 1) macro
|