Home
last modified time | relevance | path

Searched defs:fround (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/lib/
Des2015.core.d.ts184 fround(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts204 fround(x: number): number; method
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js117 var fround = function
122 return function fround(n) { function
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js315 const fround = /** @type {function((string|number)): number} */ (Math.fround); constant