Home | History | Annotate | Download | only in i18n

Lines Matching full:discard1

6976     uInt  discard1;                /* first discarded digit  */
6993 discard1=quot-X10(temp);
6996 discard1=quot%10;
6999 /* here, discard1 is the guard digit, and residue is everything */
7001 *residue+=resmap[discard1];