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

  /external/python/cpython3/Modules/clinic/
cmathmodule.c.h 516 {"sqrt", (PyCFunction)cmath_sqrt, METH_O, cmath_sqrt__doc__},
522 cmath_sqrt(PyObject *module, PyObject *arg) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cmathmodule.c 912 FUNC1(cmath_sqrt, c_sqrt)
1084 {"sqrt", cmath_sqrt, METH_VARARGS, c_sqrt_doc},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cmathmodule.c 912 FUNC1(cmath_sqrt, c_sqrt)
1077 {"sqrt", cmath_sqrt, METH_VARARGS, c_sqrt_doc},
    [all...]
  /external/python/cpython2/Modules/
cmathmodule.c 912 FUNC1(cmath_sqrt, c_sqrt)
1085 {"sqrt", cmath_sqrt, METH_VARARGS, c_sqrt_doc},
    [all...]

Completed in 1326 milliseconds