Home
last modified time | relevance | path

Searched defs:p_zero (Results 1 – 17 of 17) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dmath-cosh.js15 var p_zero = 0.0; variable
Dmath-log2.js15 var p_zero = 0.0; variable
Dmath-log10.js15 var p_zero = 0.0; variable
Dmath-sign.js16 var p_zero = 0.0; variable
Dmath-sinh.js15 var p_zero = 0.0; variable
Dmath-tanh.js15 var p_zero = 0.0; variable
Dmath-log1p.js15 var p_zero = 0.0; variable
Dmath-expm1.js15 var p_zero = 0.0; variable
Dmath-cbrt.js15 var p_zero = 0.0; variable
Dmath-asinh.js16 var p_zero = 0.0; variable
Dmath-acosh.js16 var p_zero = 0.0; variable
Dmath-atanh.js16 var p_zero = 0.0; variable
Dmath-trunc.js16 var p_zero = 0.0; variable
/third_party/jerryscript/tests/jerry/
Dmath-abs.js16 var p_zero = 0.0; variable
Dmath-round.js16 var p_zero = 0.0; variable
/third_party/rust/rust/library/portable-simd/crates/core_simd/tests/
Dops_macros.rs484 let p_zero = Vector::<LANES>::splat(0.); localVariable
507 let p_zero = Vector::<LANES>::splat(0.); localVariable
/third_party/rust/rust/compiler/rustc_apfloat/tests/
Dieee.rs1639 let p_zero = Single::ZERO; in add() localVariable
1962 let p_zero = Single::ZERO; in subtract() localVariable
2285 let p_zero = Single::ZERO; in multiply() localVariable
2561 let p_zero = Single::ZERO; in divide() localVariable
2841 let p_zero = Single::ZERO; in abs() localVariable
2955 let p_zero = Single::ZERO; in scalbn() localVariable
3131 let p_zero = Double::ZERO; in frexp() localVariable