Searched defs:c_neg (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython2/Include/ |
| D | complexobject.h | 18 #define c_neg _Py_c_neg macro
|
| /external/boringssl/src/crypto/fipsmodule/bn/ |
| D | mul.c | 280 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() local 394 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local
|
| /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
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
| D | mul.c | 280 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() local 394 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local
|
| /external/python/cpython2/Objects/ |
| D | complexobject.c | 52 c_neg(Py_complex a) in c_neg() function
|
| /external/bc/src/ |
| D | num.c | 1010 bool b_neg, do_sub, do_rev_sub, carry, c_neg; in bc_num_as() local
|