Home
last modified time | relevance | path

Searched refs:Fraction (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjscalc.js375 Fraction = function Fraction(a, b) function
411 a = Fraction(a);
412 b = Fraction(b);
416 a = Fraction(a);
417 b = Fraction(b);
421 a = Fraction(a);
422 b = Fraction(b);
426 a = Fraction(a);
427 b = Fraction(b);
436 a = Fraction(a);
[all …]
A Drepl.js46 var has_jscalc = (typeof Fraction === "function");
1009 } else if (has_jscalc && (a instanceof Fraction ||
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js47 var has_jscalc = (typeof Fraction === "function");
1017 } else if (has_jscalc && (a instanceof Fraction ||

Completed in 12 milliseconds