HomeSort by relevance Sort by last modified time
    Searched refs:NB_SLOT (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Objects/
abstract.c 741 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
901 return binary_op(v, w, NB_SLOT(op), op_name); \
915 PyObject *result = binary_op1(v, w, NB_SLOT(nb_add));
946 PyObject *result = binary_op1(v, w, NB_SLOT(nb_multiply));
965 return binary_op(v, w, NB_SLOT(nb_matrix_multiply), "@");
971 return binary_op(v, w, NB_SLOT(nb_floor_divide), "//");
977 return binary_op(v, w, NB_SLOT(nb_true_divide), "/");
983 return binary_op(v, w, NB_SLOT(nb_remainder), "%");
989 return ternary_op(v, w, z, NB_SLOT(nb_power), "** or pow()");
1040 return binary_iop(v, w, NB_SLOT(iop), NB_SLOT(op), op_name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
    [all...]
  /external/python/cpython2/Objects/
abstract.c 894 #define NB_SLOT(x) offsetof(PyNumberMethods, x)
1170 return binary_op(v, w, NB_SLOT(op), op_name); \
1185 PyObject *result = binary_op1(v, w, NB_SLOT(nb_add));
    [all...]

Completed in 77 milliseconds