Searched defs:c_neg (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | mul.c | 276 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/ |
D | mul.c | 281 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 D | mul.c | 276 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/ |
D | mul.c | 281 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/ |
D | complexobject.h | 18 #define c_neg _Py_c_neg macro
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | complexobject.c | 52 c_neg(Py_complex a) in c_neg() function
|
/aosp_15_r20/external/bc/src/ |
H A D | num.c | 1059 bool b_neg, do_sub, do_rev_sub, carry, c_neg; in bc_num_as() local
|