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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
complexobject.h 20 #define c_quot _Py_c_quot macro
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
complexobject.h 20 #define c_quot _Py_c_quot macro
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
  /external/python/cpython2/Include/
complexobject.h 20 #define c_quot _Py_c_quot macro
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
  /prebuilts/gdb/darwin-x86/include/python2.7/
complexobject.h 20 #define c_quot _Py_c_quot macro
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
  /prebuilts/gdb/linux-x86/include/python2.7/
complexobject.h 20 #define c_quot _Py_c_quot macro
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
complexobject.h 20 #define c_quot _Py_c_quot macro
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
complexobject.h 20 #define c_quot _Py_c_quot macro
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 70 c_quot(Py_complex a, Py_complex b) function
186 return c_quot(c_1,c_powu(x,-n));
567 quot = c_quot(a, b);
590 quot = c_quot(a, b);
611 div = c_quot(a, b); /* The raw divisor value. */
637 div = c_quot(a, b); /* The raw divisor value. */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 70 c_quot(Py_complex a, Py_complex b) function
182 return c_quot(c_1,c_powu(x,-n));
563 quot = c_quot(a, b);
586 quot = c_quot(a, b);
607 div = c_quot(a, b); /* The raw divisor value. */
633 div = c_quot(a, b); /* The raw divisor value. */
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 70 c_quot(Py_complex a, Py_complex b) function
186 return c_quot(c_1,c_powu(x,-n));
567 quot = c_quot(a, b);
590 quot = c_quot(a, b);
611 div = c_quot(a, b); /* The raw divisor value. */
637 div = c_quot(a, b); /* The raw divisor value. */
    [all...]

Completed in 1027 milliseconds