Home | History | Annotate | Download | only in i18n

Lines Matching refs:msd

280     uByte   *msd;             /* -> most significant digit            */
318 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
319 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
343 /* MSD=0 or 1 */
346 /* (most likely to be non-zero); the penultimate tests MSD and */
348 /* MSD>7. DFISINT similarly has to allow for the two forms of */
349 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
430 /* Macros and masks for the exponent continuation field and MSD */
439 /* Get the MSD similarly (as uInt) */
547 /* tables can also be used for multiplying up the MSD as the DPD */
594 /* the MSD), with the least-significant 0-999 'digit' at offset 0.*/