Home
last modified time | relevance | path

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

/third_party/node/benchmark/fixtures/
H A Dcoverage-many-branches.js25 multSpecial() {
59 function multSpecial(x, y) { function
71 return mt.multSpecial();
75 const operations = ['add', 'addSpecial', 'mult', 'multSpecial'];
100 let r = multSpecial(Math.random() * 10, Math.random() * 10) > 10 ?
106 case 'multSpecial':
107 while (multSpecial(Math.random() * 10, Math.random() * 10) < 10) {

Completed in 1 milliseconds