| /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/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| D | partition_point.pass.cpp | 21 struct is_odd struct 31 return (std::partition_point(std::begin(ia), std::end(ia), is_odd()) == ia+3) in test_constexpr() argument
|
| D | partition_copy.pass.cpp | 24 struct is_odd struct 36 std::begin(r1), std::begin(r2), is_odd()); in test_constexpr() argument
|
| D | is_partitioned.pass.cpp | 24 struct is_odd { struct 32 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 | ranges_partition_point.pass.cpp | 107 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_2() local 154 auto is_odd = [](int x) { return x % 2 != 0; }; in test() local
|
| D | stable_partition.pass.cpp | 24 struct is_odd struct 26 bool operator()(const int& i) const {return i & 1;} in operator ()()
|
| D | ranges_stable_partition.pass.cpp | 125 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_2() local 182 auto is_odd = [](OrderedValue x) { return x.value % 2 != 0; }; in test() local
|
| D | ranges_partition.pass.cpp | 121 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_2() local
|
| D | ranges_partition_copy.pass.cpp | 164 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_in_sent_out1_out2() local
|
| /external/ComputeLibrary/tests/validation/CPP/ |
| D | DFT.cpp | 84 const bool is_odd = shape.x() % 2; in TEST_SUITE() local 120 const bool is_odd = shape.x() % 2; in TEST_SUITE() local
|
| /external/libtextclassifier/native/utils/ |
| D | checksum.cc | 25 bool is_odd = true; in VerifyLuhnChecksum() local
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | DFT.cpp | 118 const bool is_odd = N % 2; in irdft_1d_step() local 179 SimpleTensor<T> rdft_1d_core(const SimpleTensor<T> &src, FFTDirection direction, bool is_odd) in rdft_1d_core() 319 SimpleTensor<T> ridft_1d(const SimpleTensor<T> &src, bool is_odd) in ridft_1d() 354 SimpleTensor<T> ridft_2d(const SimpleTensor<T> &src, bool is_odd) in ridft_2d()
|
| /external/rust/crates/minimal-lexical/src/ |
| D | rounding.rs | 114 let is_odd = fp.mant & 1 == 1; in round_nearest_tie_even() localVariable
|
| /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
| D | map_and_filter_fusion_test.py | 46 is_odd = lambda x: math_ops.equal(x % 2, 0) function
|
| /external/rust/crates/serde_json/src/lexical/ |
| D | rounding.rs | 88 let is_odd = fp.mant & 1 == 1; in tie_even() localVariable
|
| /external/rust/crates/ring/crypto/fipsmodule/ec/ |
| D | gfp_p384.c | 132 Limb is_odd = constant_time_is_nonzero_w(a[0] & 1); in elem_div_by_2() local
|
| /external/wpa_supplicant_8/src/eap_common/ |
| D | eap_pwd_common.c | 140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | collective_test_util.cc | 201 bool is_odd = ((di % 2) == 1); in CreateCollectiveParams() local
|
| /external/rust/crates/num-integer/src/ |
| D | lib.rs | 243 fn is_odd(&self) -> bool; in is_odd() method
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | gfx10_shader_ngg.c | 1581 LLVMValueRef is_odd = ctx->ac.i1false; in gfx10_ngg_gs_emit_vertex() local 1851 LLVMValueRef is_odd = LLVMBuildLShr(builder, flags, ctx->ac.i8_1, ""); in gfx10_ngg_gs_emit_epilogue() local
|