Home
last modified time | relevance | path

Searched defs:is_odd (Results 1 – 25 of 36) sorted by relevance

12

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dpartition_point.pass.cpp22 struct is_odd struct
32 return (std::partition_point(std::begin(ia), std::end(ia), is_odd()) == ia+3) in test_constexpr() argument
Dpartition_copy.pass.cpp25 struct is_odd struct
37 std::begin(r1), std::begin(r2), is_odd()); in test_constexpr() argument
Dis_partitioned.pass.cpp25 struct is_odd { struct
33 return std::is_partitioned(std::begin(ia), std::end(ia), is_odd()) in test_constexpr() argument
Dpartition.pass.cpp24 struct is_odd struct
36 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument
Dstable_partition.pass.cpp25 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/
Dpartition_point.pass.cpp21 struct is_odd struct
31 return (std::partition_point(std::begin(ia), std::end(ia), is_odd()) == ia+3) in test_constexpr() argument
Dpartition_copy.pass.cpp24 struct is_odd struct
36 std::begin(r1), std::begin(r2), is_odd()); in test_constexpr() argument
Dis_partitioned.pass.cpp24 struct is_odd { struct
32 return std::is_partitioned(std::begin(ia), std::end(ia), is_odd()) in test_constexpr() argument
Dpartition.pass.cpp24 struct is_odd struct
36 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument
Dranges_partition_point.pass.cpp107 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
Dstable_partition.pass.cpp24 struct is_odd struct
26 bool operator()(const int& i) const {return i & 1;} in operator ()()
Dranges_stable_partition.pass.cpp125 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
Dranges_partition.pass.cpp121 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_2() local
Dranges_partition_copy.pass.cpp164 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_in_sent_out1_out2() local
/external/ComputeLibrary/tests/validation/CPP/
DDFT.cpp84 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/
Dchecksum.cc25 bool is_odd = true; in VerifyLuhnChecksum() local
/external/ComputeLibrary/tests/validation/reference/
DDFT.cpp118 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/
Drounding.rs114 let is_odd = fp.mant & 1 == 1; in round_nearest_tie_even() localVariable
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_and_filter_fusion_test.py46 is_odd = lambda x: math_ops.equal(x % 2, 0) function
/external/rust/crates/serde_json/src/lexical/
Drounding.rs88 let is_odd = fp.mant & 1 == 1; in tie_even() localVariable
/external/rust/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c132 Limb is_odd = constant_time_is_nonzero_w(a[0] & 1); in elem_div_by_2() local
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_test_util.cc201 bool is_odd = ((di % 2) == 1); in CreateCollectiveParams() local
/external/rust/crates/num-integer/src/
Dlib.rs243 fn is_odd(&self) -> bool; in is_odd() method
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c1581 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

12