Lines Matching full:significant
166 /* lsd -- least significant digit (of coefficient) */
167 /* lsu -- least significant Unit (of coefficient) */
168 /* msd -- most significant digit (of coefficient) */
169 /* msi -- most significant item (in an array) */
170 /* msu -- most significant Unit (of coefficient) */
615 const char *firstexp; /* -> first significant exponent digit */
1100 /* apply significant status */
1322 /* apply significant status */
1542 /* apply significant status */
2237 seenbit=1; /* OK, significant bit seen */
3480 /* most-significant at offset 0 */
3512 /* significant
4111 if (set->extended) { /* round from first significant digit */
4120 else { /* subset arithmetic rounds from original significant digit */
4521 /* clean any most-significant units which were just emptied */
4912 uInt *lmsi, *rmsi; /* most significant items */
5508 seenbit=1; /* OK, have a significant bit */
6665 /* [if exp>0 then all trailing 0s are significant for trim] */
6666 if (exp<=0) { /* if digit might be significant */
6668 exp++; /* next digit might be significant */
6715 /* decShiftToMost -- shift digits in array towards most significant */
6719 /* shift is the number of zeros to pad with (least significant); */
6771 /* decShiftToLeast -- shift digits in array towards least significant */
6979 /* here, at least the first (most significant) discarded digit exists */
7804 /* returns the number of (significant) digits in the array */
7826 /* found the first (most significant) non-zero Unit */