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

  /external/python/cpython3/Objects/
complexobject.c 224 (void)PyObject_INIT(op, &PyComplex_Type);
296 /* If op is already of type PyComplex_Type, return its value */
934 type == &PyComplex_Type) {
1102 PyTypeObject PyComplex_Type = {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 242 PyObject_INIT(op, &PyComplex_Type);
326 /* If op is already of type PyComplex_Type, return its value */
1153 type == &PyComplex_Type) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 238 PyObject_INIT(op, &PyComplex_Type);
322 /* If op is already of type PyComplex_Type, return its value */
1149 type == &PyComplex_Type) {
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 242 (void)PyObject_INIT(op, &PyComplex_Type);
326 /* If op is already of type PyComplex_Type, return its value */
1153 type == &PyComplex_Type) {
    [all...]

Completed in 115 milliseconds