Searched refs:c_neg (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Include/ |
D | complexobject.h | 18 #define c_neg _Py_c_neg macro 26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
|
/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 285 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_recursive() 394 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local 399 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_part_recursive()
|
/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 286 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_recursive() 395 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local 400 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_part_recursive()
|
/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 285 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_recursive() 394 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_part_recursive() local 399 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_part_recursive()
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 316 return c_neg(c_atanh(c_neg(z))); in c_atanh()
|
/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 1178 c_neg = BC_NUM_NEG(a) != (do_sub && do_rev_sub); in bc_num_as() 1179 BC_NUM_RDX_SET_NEG(c, max_rdx, c_neg); in bc_num_as()
|