Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp493 int mantissaSize = base::DOUBLE_SIGNIFICAND_SIZE; in NumberToBigInt() local
501 leftover = mantissaSize - static_cast<int>(integerDigits % DATEBITS); in NumberToBigInt()
1692 int mantissaSize = base::DOUBLE_SIGNIFICAND_SIZE; // mantissaSize in CompareWithNumber() local
1701 leftover = mantissaSize - BigInt::DATEBITS + leadingZeros + 1; in CompareWithNumber()