Searched defs:is_odd (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/minimal-lexical/src/ |
D | rounding.rs | 114 let is_odd = fp.mant & 1 == 1; in round_nearest_tie_even() localVariable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pwd_common.c | 140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_pwd_common.c | 140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 1898 LLVMValueRef is_odd = ctx->ac.i1false; in gfx10_ngg_gs_emit_vertex() local 2263 LLVMValueRef is_odd = LLVMBuildLShr(builder, flags, ctx->ac.i8_1, ""); in gfx10_ngg_gs_build_end() local
|
/third_party/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
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 1030 static bool is_odd(int x) { in is_odd() function
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | bn.rs | 348 pub fn is_odd(&self) -> bool { in is_odd() method
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_ngg.c | 1862 nir_ssa_def *is_odd = nir_ubfe(b, primflag_0, nir_imm_int(b, 1), nir_imm_int(b, 1)); in ngg_gs_export_primitives() local
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 4584 void ac_build_triangle_strip_indices_to_triangle(struct ac_llvm_context *ctx, LLVMValueRef is_odd, in ac_build_triangle_strip_indices_to_triangle()
|
/third_party/node/deps/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 4466 #define VECTOR_MULTIPLY_EVEN_ODD(input_type, result_type, is_odd) \ in ExecuteGeneric() argument
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 3348 is_odd) \ argument 3362 #define VECTOR_MULTIPLY_EVEN_ODD(r1, r2, r3, is_odd, sign) \ argument
|