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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 587 ibinaryfunc = Signature("TO", "O") # typedef PyObject * (*binaryfunc)(PyObject *, PyObject *); variable
686 MethodSlot(ibinaryfunc, "nb_inplace_add", "__iadd__"),
687 MethodSlot(ibinaryfunc, "nb_inplace_subtract", "__isub__"),
688 MethodSlot(ibinaryfunc, "nb_inplace_multiply", "__imul__"),
689 MethodSlot(ibinaryfunc, "nb_inplace_divide", "__idiv__", py3 = False),
690 MethodSlot(ibinaryfunc, "nb_inplace_remainder", "__imod__"),
691 MethodSlot(ibinaryfunc, "nb_inplace_power", "__ipow__"), # actually ternaryfunc!!!
692 MethodSlot(ibinaryfunc, "nb_inplace_lshift", "__ilshift__"),
693 MethodSlot(ibinaryfunc, "nb_inplace_rshift", "__irshift__"),
694 MethodSlot(ibinaryfunc, "nb_inplace_and", "__iand__")
    [all...]
Nodes.py     [all...]

Completed in 231 milliseconds