Home
last modified time | relevance | path

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

/third_party/decimal.js/test/modules/
H A DtoNumber.js3 T('toNumber', function () {
16 T.assert(1 / new Decimal(n).toNumber() === Infinity);
28 T.assert(1 / new Decimal(n).toNumber() === -Infinity);
39 T.assertEqual(expected, new Decimal(n).toNumber());
H A Dimmutability.js470 a.toNumber();
/third_party/typescript/tests/baselines/reference/
H A DinstanceofOperatorWithInvalidStaticToString.js11 static toNumber(): void;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java30 private static Number toNumber(String s) { in toNumber() method in NumberFormatDataDrivenTest
127 String actual = fmt.format(toNumber(tuple.format));
304 String actual = fmt.format(toNumber(tuple.format));
604 Number number = toNumber(tuple.format);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java33 private static Number toNumber(String s) { in toNumber() method in NumberFormatDataDrivenTest
130 String actual = fmt.format(toNumber(tuple.format));
307 String actual = fmt.format(toNumber(tuple.format));
607 Number number = toNumber(tuple.format);
/third_party/node/lib/internal/crypto/
H A Dwebidl.js61 function toNumber(value, opts = kEmptyObject) { function
116 let x = toNumber(V, opts);
/third_party/node/lib/
H A Dnet.js204 return typeof s === 'string' && toNumber(s) === false;
1709 function toNumber(x) { return (x = Number(x)) >= 0 ? x : false; } function
1912 toNumber(args.length > 1 && args[1]) ||
1913 toNumber(args.length > 2 && args[2]); // (port, host, backlog)
/third_party/decimal.js/
H A Ddecimal.js185 * toNumber
2205 P.toNumber = function () {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 35 milliseconds