Home
last modified time | relevance | path

Searched refs:as_number (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c2365 type->tp_as_number = &et->as_number; in type_new()
5954 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, DOC)
5956 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, \
5959 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, \
5962 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_l, \
5965 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_r, \
5968 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_l, \
5971 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_r, \
6189 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_number)) {
6191 offset -= offsetof(PyHeapTypeObject, as_number);
/external/python/cpython2/Include/
Dobject.h419 PyNumberMethods as_number; member