Home | History | Annotate | Download | only in rapidjson

Lines Matching defs:decimal

860         // Parse frac = decimal-point 1*DIGIT

907 decimalPosition = s.Length(); // decimal position at the end of integer.
956 const char* decimal = s.Pop(); // Pop stack no matter if it will be used or not.
961 d = internal::StrtodFullPrecision(d, p, decimal, length, decimalPosition, exp);