Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c1429 half_binop(PyObject *v, PyObject *w, char *opname, binaryfunc thisfunc, in half_binop() function
1501 PyObject *result = half_binop(v, w, opname, thisfunc, 0); in do_binop()
1504 result = half_binop(w, v, ropname, thisfunc, 1); in do_binop()
1513 PyObject *result = half_binop(v, w, iopname, thisfunc, 0); in do_binop_inplace()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c1453 half_binop(PyObject *v, PyObject *w, char *opname, binaryfunc thisfunc, in half_binop() function
1525 PyObject *result = half_binop(v, w, opname, thisfunc, 0); in do_binop()
1528 result = half_binop(w, v, ropname, thisfunc, 1); in do_binop()
1537 PyObject *result = half_binop(v, w, iopname, thisfunc, 0); in do_binop_inplace()