Home
last modified time | relevance | path

Searched refs:m_inf (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dmath-round.js19 var m_inf = -p_inf; variable
25 assert (Math['round'](m_inf) === m_inf);
H A Dmath-abs.js19 var m_inf = -p_inf; variable
25 assert (Math['abs'](m_inf) === p_inf);
/third_party/jerryscript/tests/jerry/es2015/
H A Dmath-trunc.js19 var m_inf = -p_inf; variable
30 assert (Math['trunc'](m_inf) === m_inf);
/third_party/python/Modules/
H A Dmathmodule.c274 m_inf(void) in m_inf() function
3815 double inf = m_inf(); in math_ulp_impl()
3838 if (PyModule_AddObject(module, "inf", PyFloat_FromDouble(m_inf())) < 0) { in math_exec()
H A Dcmathmodule.c98 m_inf(void) in m_inf() function
112 r.imag = m_inf(); in c_infj()
1277 if (PyModule_AddObject(mod, "inf", PyFloat_FromDouble(m_inf())) < 0) { in cmath_exec()

Completed in 7 milliseconds