Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
Dmath-trunc.js19 var m_inf = -p_inf; variable
30 assert (Math['trunc'](m_inf) === m_inf);
/third_party/jerryscript/tests/jerry/
Dmath-round.js19 var m_inf = -p_inf; variable
25 assert (Math['round'](m_inf) === m_inf);
Dmath-abs.js19 var m_inf = -p_inf; variable
25 assert (Math['abs'](m_inf) === p_inf);
/third_party/python/Modules/
Dcmathmodule.c91 m_inf(void) in m_inf() function
105 r.imag = m_inf(); in c_infj()
1270 if (PyModule_AddObject(mod, "inf", PyFloat_FromDouble(m_inf())) < 0) { in cmath_exec()
Dmathmodule.c264 m_inf(void) in m_inf() function
3510 double inf = m_inf(); in math_ulp_impl()
3533 if (PyModule_AddObject(module, "inf", PyFloat_FromDouble(m_inf())) < 0) { in math_exec()