Home
last modified time | relevance | path

Searched refs:n_zero (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dmath-tanh.js16 var n_zero = -p_zero; variable
25 assert(isSameZero(Math.tanh(n_zero), n_zero));
Dmath-sinh.js16 var n_zero = -p_zero; variable
25 assert(isSameZero(Math.sinh(n_zero), n_zero));
Dmath-cbrt.js16 var n_zero = -p_zero; variable
25 assert(isSameZero(Math.cbrt(n_zero), n_zero));
Dmath-log1p.js16 var n_zero = -p_zero; variable
26 assert(isSameZero(Math.log1p(n_zero), n_zero));
Dmath-expm1.js16 var n_zero = -p_zero; variable
25 assert(isSameZero(Math.expm1(n_zero), n_zero));
Dmath-cosh.js16 var n_zero = -p_zero; variable
20 assert(Math.cosh(n_zero) === 1);
Dmath-log10.js16 var n_zero = -p_zero; variable
21 assert(Math.log10(n_zero) === Number.NEGATIVE_INFINITY);
Dmath-log2.js16 var n_zero = -p_zero; variable
21 assert(Math.log2(n_zero) === Number.NEGATIVE_INFINITY);