Searched defs:carry_in (Results 1 – 9 of 9) sorted by relevance
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | math_extras.h | 76 add_with_carry(T a, T b, T carry_in, T &carry_out) { in add_with_carry() 102 sub_with_borrow(T a, T b, T carry_in, T &carry_out) { in sub_with_borrow()
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | math_extras.h | 76 add_with_carry(T a, T b, T carry_in, T &carry_out) { in add_with_carry() 102 sub_with_borrow(T a, T b, T carry_in, T &carry_out) { in sub_with_borrow()
|
/external/llvm-libc/src/__support/ |
D | math_extras.h | 76 add_with_carry(T a, T b, T carry_in, T &carry_out) { in add_with_carry() 102 sub_with_borrow(T a, T b, T carry_in, T &carry_out) { in sub_with_borrow()
|
/external/rust/android-crates-io/crates/ring/crypto/limbs/ |
D | limbs.inl | 58 static inline Carry limb_adc(Limb *r, Limb a, Limb b, Carry carry_in) {
|
/external/mesa3d/src/amd/compiler/ |
D | aco_live_var_analysis.cpp | 203 bool carry_in = insn->opcode == aco_opcode::v_addc_co_u32 || in process_live_temps_per_block() local
|
/external/rust/android-crates-io/crates/num-bigint/src/bigint/ |
D | bits.rs | 480 let mut carry_in = 1; in set_negative_bit() localVariable
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 975 int carry_in) { in AddWithCarry() 992 int carry_in) { in AddWithCarry() 1029 int carry_in = (sum_lo.second & 0x2) >> 1; // C flag in NZCV result. in Add128() local
|
D | logic-aarch64.cc | 7776 unsigned carry_in = src2.Uint(vform, i + 1) & 1; in adcl() local
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | ir.rs | 3408 pub carry_in: Src, field 3417 let carry_in = f.get_carry_src(self, &self.carry_in); in fold() localVariable
|