Home
last modified time | relevance | path

Searched defs:carry2 (Results 1 – 20 of 20) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dmath_extras.h92 T carry2 = add_overflow(sum, carry_in, sum); in add_with_carry() local
118 T carry2 = sub_overflow(sub, carry_in, sub); in sub_with_borrow() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dmath_extras.h92 T carry2 = add_overflow(sum, carry_in, sum); in add_with_carry() local
118 T carry2 = sub_overflow(sub, carry_in, sub); in sub_with_borrow() local
/external/llvm-libc/src/__support/
Dmath_extras.h92 T carry2 = add_overflow(sum, carry_in, sum); in add_with_carry() local
118 T carry2 = sub_overflow(sub, carry_in, sub); in sub_with_borrow() local
/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c151 BN_ULONG carry2 = limbs_add(adjusted, r, Q_PLUS_1_SHR_1, P384_LIMBS); in elem_div_by_2() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
DEd25519.java938 long carry2; in reduce() local
1237 long carry2; in mulAdd() local
/external/tink-java/src/main/java/com/google/crypto/tink/internal/
DEd25519.java938 long carry2; in reduce() local
1237 long carry2; in mulAdd() local
/external/rust/android-crates-io/crates/ring/crypto/curve25519/
Dcurve25519.c994 int64_t carry2; in x25519_sc_reduce() local
1372 int64_t carry2; in sc_muladd() local
/external/cronet/tot/third_party/boringssl/src/crypto/curve25519/
Dcurve25519.cc1067 int64_t carry2; in x25519_sc_reduce() local
1445 int64_t carry2; in sc_muladd() local
/external/boringssl/src/crypto/curve25519/
Dcurve25519.cc1067 int64_t carry2; in x25519_sc_reduce() local
1445 int64_t carry2; in sc_muladd() local
/external/cronet/stable/third_party/boringssl/src/crypto/curve25519/
Dcurve25519.cc1067 int64_t carry2; in x25519_sc_reduce() local
1445 int64_t carry2; in sc_muladd() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/curve25519/
Dcurve25519.c1084 int64_t carry2; in x25519_sc_reduce() local
1462 int64_t carry2; in sc_muladd() local
/external/mesa3d/src/nouveau/compiler/nak/
Dbuilder.rs397 let carry2 = self.alloc_ssa(RegFile::Pred, 1); in iadd64() localVariable
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp2771 cl_ulong carry, carry2; in add128() local
2800 cl_ulong carry, carry2; in sub128() local
/external/boringssl/src/crypto/hrss/
Dhrss.cc118 const __m128i carry2 = _mm_srli_si128(v[2], 14); in vec4_rshift_word() local
/external/cronet/tot/third_party/boringssl/src/crypto/hrss/
Dhrss.cc118 const __m128i carry2 = _mm_srli_si128(v[2], 14); in vec4_rshift_word() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c125 const __m128i carry2 = _mm_srli_si128(v[2], 14); in vec4_rshift_word() local
/external/cronet/stable/third_party/boringssl/src/crypto/hrss/
Dhrss.cc118 const __m128i carry2 = _mm_srli_si128(v[2], 14); in vec4_rshift_word() local
/external/cronet/tot/third_party/icu/source/i18n/
DdecNumber.cpp5081 uInt carry2=(uInt)(lcarry/FASTBASE); /* top top part */ in decMultiplyOp() local
/external/icu/icu4c/source/i18n/
DdecNumber.cpp5080 uInt carry2 = static_cast<uInt>(lcarry / FASTBASE); /* top top part */ in decMultiplyOp() local
/external/cronet/stable/third_party/icu/source/i18n/
DdecNumber.cpp5081 uInt carry2=(uInt)(lcarry/FASTBASE); /* top top part */ in decMultiplyOp() local