Home
last modified time | relevance | path

Searched refs:m_zero (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dmath-trunc.js17 var m_zero = -p_zero; variable
28 assert (isSameZero (Math['trunc'](m_zero), m_zero));
32 assert (isSameZero (Math['trunc'](-0.5), m_zero));
H A Dmath-sign.js17 var m_zero = -p_zero; variable
21 assert (Math['sign'](m_zero) === m_zero);
H A Dmath-asinh.js17 var m_zero = -p_zero; variable
26 assert(isSameZero(Math.asinh(m_zero), m_zero));
H A Dmath-atanh.js17 var m_zero = -p_zero; variable
30 assert(isSameZero(Math.atanh(m_zero), m_zero));
H A Dmath-acosh.js17 var m_zero = -p_zero; variable
/third_party/jerryscript/tests/jerry/
H A Dmath-round.js17 var m_zero = -p_zero; variable
23 assert (Math['round'](m_zero) === m_zero);
H A Dmath-abs.js17 var m_zero = -p_zero; variable
23 assert (Math['abs'](m_zero) === p_zero);
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_idet.asm37 punpcklwd %1, m_zero
38 punpckhwd %2, m_zero
45 %define m_zero m1
48 pxor m_zero, m_zero

Completed in 8 milliseconds