/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/llvm-project/libcxx/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 | stable_partition.pass.cpp | 24 struct is_odd struct 26 bool operator()(const int& i) const {return i & 1;} in operator ()()
|
/external/libtextclassifier/native/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 | 49 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 | 139 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
|
/external/rust/crates/num-integer/src/ |
D | lib.rs | 245 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
|
D | si_shader_llvm_vs.c | 880 LLVMValueRef is_odd = LLVMBuildTrunc(ctx->ac.builder, thread_id_in_tg, ctx->ac.i1, ""); in si_llvm_build_vs_prolog() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_gatherer_test.cc | 212 bool is_odd = ((di % 2) == 1); in Init() local
|
D | ring_reducer_test.cc | 235 bool is_odd = ((di % 2) == 1); in Init() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 734 nir_ssa_def *is_odd = nir_i2b(b, nir_iand(b, significand, nir_imm_int(b, 1))); in lower_2f() local
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 887 static bool is_odd(int x) { in is_odd() function
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 3134 LLVMValueRef is_odd = LLVMBuildLShr(builder, flags, ctx->ac.i8_1, ""); in gfx10_ngg_gs_emit_epilogue_2() local 3282 LLVMValueRef is_odd = ctx->ac.i1false; in gfx10_ngg_gs_emit_vertex() local
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 1021 #define is_odd(n) (((n) & 1) == 1) macro
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint.rs | 1144 pub fn is_odd(&self) -> bool { in is_odd() method
|