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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
complexobject.h 20 #define c_quot _Py_c_quot
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
complexobject.h 20 #define c_quot _Py_c_quot
  /external/python/cpython2/Include/
complexobject.h 20 #define c_quot _Py_c_quot
  /external/python/cpython3/Include/
complexobject.h 21 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
  /external/python/cpython3/Objects/
complexobject.c 59 _Py_c_quot(Py_complex a, Py_complex b)
175 return _Py_c_quot(c_1, c_powu(x,-n));
509 quot = _Py_c_quot(a, b);
    [all...]
  /external/python/cpython3/Modules/
cmathmodule.c 971 x = _Py_c_quot(x, y);
    [all...]

Completed in 1150 milliseconds