Home
last modified time | relevance | path

Searched defs:m_zero (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dmath-sign.js17 var m_zero = -p_zero; variable
Dmath-asinh.js17 var m_zero = -p_zero; variable
Dmath-acosh.js17 var m_zero = -p_zero; variable
Dmath-atanh.js17 var m_zero = -p_zero; variable
Dmath-trunc.js17 var m_zero = -p_zero; variable
/third_party/jerryscript/tests/jerry/
Dmath-abs.js17 var m_zero = -p_zero; variable
Dmath-round.js17 var m_zero = -p_zero; variable
/third_party/rust/rust/compiler/rustc_apfloat/tests/
Dieee.rs1640 let m_zero = -Single::ZERO; in add() localVariable
1963 let m_zero = -Single::ZERO; in subtract() localVariable
2286 let m_zero = -Single::ZERO; in multiply() localVariable
2562 let m_zero = -Single::ZERO; in divide() localVariable
2842 let m_zero = -Single::ZERO; in abs() localVariable
2956 let m_zero = -Single::ZERO; in scalbn() localVariable
3132 let m_zero = -Double::ZERO; in frexp() localVariable