Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcomplexobject.h18 #define c_neg _Py_c_neg macro
/external/boringssl/src/crypto/fipsmodule/bn/
Dmul.c409 BN_ULONG c_neg = c - bn_sub_words(&t[n2 * 2], t, &t[n2], n2); in bn_mul_recursive() local
523 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/
Dcomplexobject.c52 c_neg(Py_complex a) in c_neg() function