Home
last modified time | relevance | path

Searched defs:is_odd (Results 1 – 25 of 28) 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/llvm-project/libcxx/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
Dstable_partition.pass.cpp24 struct is_odd struct
26 bool operator()(const int& i) const {return i & 1;} in operator ()()
/external/libtextclassifier/native/utils/
Dchecksum.cc25 bool is_odd = true; in VerifyLuhnChecksum() local
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_and_filter_fusion_test.py49 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.c139 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
/external/rust/crates/num-integer/src/
Dlib.rs245 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
Dsi_shader_llvm_vs.c880 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/
Dring_gatherer_test.cc212 bool is_odd = ((di % 2) == 1); in Init() local
Dring_reducer_test.cc235 bool is_odd = ((di % 2) == 1); in Init() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c734 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/
DGrD3DGpu.cpp887 static bool is_odd(int x) { in is_odd() function
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c3134 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/
Dparsermodule.c1021 #define is_odd(n) (((n) & 1) == 1) macro
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs1144 pub fn is_odd(&self) -> bool { in is_odd() method

12