Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstrtod.h130 inline bool StrtodDiyFp(const char* decimals, size_t length, size_t decimalPosition, int exp, doubl… in StrtodDiyFp() argument
135 (significand == RAPIDJSON_UINT64_C2(0x19999999, 0x99999999) && decimals[i] > '5')) in StrtodDiyFp()
137 significand = significand * 10u + static_cast<unsigned>(decimals[i] - '0'); in StrtodDiyFp()
140 if (i < length && decimals[i] >= '5') // Rounding in StrtodDiyFp()
207 inline double StrtodBigInteger(double approx, const char* decimals, size_t length, size_t decimalPo… in StrtodBigInteger() argument
208 const BigInteger dInt(decimals, length); in StrtodBigInteger()
225 inline double StrtodFullPrecision(double d, int p, const char* decimals, size_t length, size_t deci… in StrtodFullPrecision() argument
234 while (*decimals == '0' && length > 1) { in StrtodFullPrecision()
236 decimals++; in StrtodFullPrecision()
241 while (decimals[length - 1] == '0' && length > 1) { in StrtodFullPrecision()
[all …]
Dbiginteger.h40 BigInteger(const char* decimals, size_t length) : count_(1) { in BigInteger() argument
46 AppendDecimal64(decimals + i, decimals + i + kMaxDigitPerIteration); in BigInteger()
52 AppendDecimal64(decimals + i, decimals + i + length); in BigInteger()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz