Home | History | Annotate | Download | only in src

Lines Matching defs:decimal_point

649   unsigned Negate, decimal_point;
668 decimal_point = 0;
676 exp += (decimal_point ^ 1);
683 exp -= decimal_point;
685 } else if (c == (unsigned int) dpchar && !decimal_point) { /* INTERNATIONAL */
686 decimal_point = 1;
754 unsigned decimal_point;
774 decimal_point = 0;
782 exp += (decimal_point ^ 1);
789 exp -= decimal_point;
791 } else if (c == (unsigned int) dpchar && !decimal_point) { /* INTERNATIONAL */
792 decimal_point = 1;