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.c472 #define ERF_SERIES_CUTOFF 1.5 macro
559 if (absx < ERF_SERIES_CUTOFF) in m_erf()
581 if (absx < ERF_SERIES_CUTOFF) in m_erfc()