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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 485 #define TO_COMPLEX(obj, c) \
488 else if (to_complex(&(obj), &(c)) < 0) \
492 to_complex(PyObject **pobj, Py_complex *pc) function
524 TO_COMPLEX(v, a);
525 TO_COMPLEX(w, b);
537 TO_COMPLEX(v, a);
538 TO_COMPLEX(w, b);;
550 TO_COMPLEX(v, a);
551 TO_COMPLEX(w, b);
563 TO_COMPLEX(v, a);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 481 #define TO_COMPLEX(obj, c) \
484 else if (to_complex(&(obj), &(c)) < 0) \
488 to_complex(PyObject **pobj, Py_complex *pc) function
520 TO_COMPLEX(v, a);
521 TO_COMPLEX(w, b);
533 TO_COMPLEX(v, a);
534 TO_COMPLEX(w, b);;
546 TO_COMPLEX(v, a);
547 TO_COMPLEX(w, b);
559 TO_COMPLEX(v, a);
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 485 #define TO_COMPLEX(obj, c) \
488 else if (to_complex(&(obj), &(c)) < 0) \
492 to_complex(PyObject **pobj, Py_complex *pc) function
524 TO_COMPLEX(v, a);
525 TO_COMPLEX(w, b);
537 TO_COMPLEX(v, a);
538 TO_COMPLEX(w, b);;
550 TO_COMPLEX(v, a);
551 TO_COMPLEX(w, b);
563 TO_COMPLEX(v, a)
    [all...]

Completed in 4817 milliseconds