Lines Matching full:precision
38 * than 2^53 due to its use of a double-precision floating point format or all
446 * precision is lost.
627 // 32-bit integers fit in JavaScript numbers without loss of precision, so
641 // 32-bit integers fit in JavaScript numbers without loss of precision, so
666 * Javascript represents all numbers as double-precision floats, there will be
667 * precision lost if the absolute value of the varint is larger than 2^53.
669 * @return {number} The decoded unsigned varint. Precision will be lost if the
692 * Javascript represents all numbers as double-precision floats, there will be
693 * precision lost if the absolute value of the varint is larger than 2^53.
695 * @return {number} The decoded signed varint. Precision will be lost if the
718 * that since Javascript represents all numbers as double-precision floats,
719 * there will be precision lost if the absolute value of the varint is larger
726 * @return {number} The decoded zigzag varint. Precision will be lost if the
780 * Javascript represents all numbers as double-precision floats, there will be
781 * precision lost if the absolute value of the integer is larger than 2^53.
784 * Precision will be lost if the integer exceeds 2^53.
838 * Javascript represents all numbers as double-precision floats, there will be
839 * precision lost if the absolute vlaue of the integer is larger than 2^53.
842 * Precision will be lost if the integer exceeds 2^53.