Home
last modified time | relevance | path

Searched refs:_statistics__normal_dist_inv_cdf_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_statisticsmodule.c.h14 _statistics__normal_dist_inv_cdf_impl(PyObject *module, double p, double mu,
59 _return_value = _statistics__normal_dist_inv_cdf_impl(module, p, mu, sigma); in _statistics__normal_dist_inv_cdf()
/external/python/cpython3/Modules/
D_statisticsmodule.c29 _statistics__normal_dist_inv_cdf_impl(PyObject *module, double p, double mu, in _statistics__normal_dist_inv_cdf_impl() function