Searched refs:decimals (Results 1 – 7 of 7) sorted by relevance
130 inline bool StrtodDiyFp(const char* decimals, size_t length, size_t decimalPosition, int exp, doubl… in StrtodDiyFp() argument135 (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() argument208 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() argument234 while (*decimals == '0' && length > 1) { in StrtodFullPrecision()236 decimals++; in StrtodFullPrecision()241 while (decimals[length - 1] == '0' && length > 1) { in StrtodFullPrecision()[all …]
40 BigInteger(const char* decimals, size_t length) : count_(1) { in BigInteger() argument46 AppendDecimal64(decimals + i, decimals + i + kMaxDigitPerIteration); in BigInteger()52 AppendDecimal64(decimals + i, decimals + i + length); in BigInteger()
3963 Landroid/icu/text/PluralRules$FixedDecimal;->decimals(D)I
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...