Home
last modified time | relevance | path

Searched refs:MathCeil (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
Dmath.js76 function MathCeil(x) { class
335 "ceil", MathCeil,
351 %SetInlineBuiltinFlag(MathCeil);
Dharmony-math.js44 if (x < 0) return MathCeil(x);
Dobjects.h6503 V(Math, ceil, MathCeil) \
/external/v8/src/
Dmath.js80 function MathCeil(x) { class
274 "ceil", MathCeil,
Dv8-counters.h229 SC(math_ceil, V8.MathCeil) \
Dobjects.h5107 V(Math, ceil, MathCeil) \