Home
last modified time | relevance | path

Searched defs:c_neg (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dmul.c276 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() local
390 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmul.c281 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() local
395 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dmul.c276 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() local
390 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmul.c281 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() local
395 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local
/aosp_15_r20/external/python/cpython2/Include/
Dcomplexobject.h18 #define c_neg _Py_c_neg macro
/aosp_15_r20/external/python/cpython2/Objects/
Dcomplexobject.c52 c_neg(Py_complex a) in c_neg() function
/aosp_15_r20/external/bc/src/
H A Dnum.c1059 bool b_neg, do_sub, do_rev_sub, carry, c_neg; in bc_num_as() local