Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c415 #define ERF_SERIES_CUTOFF 1.5 macro
497 if (absx < ERF_SERIES_CUTOFF) in m_erf()
515 if (absx < ERF_SERIES_CUTOFF) in m_erfc()
/external/python/cpython3/Modules/
Dmathmodule.c448 #define ERF_SERIES_CUTOFF 1.5 macro
535 if (absx < ERF_SERIES_CUTOFF) in m_erf()
557 if (absx < ERF_SERIES_CUTOFF) in m_erfc()