Home | History | Annotate | Download | only in config

Lines Matching full:prec

1215   int prec;
1246 prec = 2;
1253 prec = 4;
1262 value = (prec == 2) ? 0x00008000L : 0x80000000L;
1305 if (prec == 2)
1347 md_number_to_chars (literalP, value, prec);
1348 *sizeP = prec;