Lines Matching refs:precision
74 static int precision;
129 decode_int(optarg, &precision);
130 if (precision != 4 && precision != 8 &&
131 precision != 16 && precision != 24 &&
132 precision != 32)
133 errx(1, "precision must be between 4, 8, 16, 24 or 32");
485 &info.play.encoding, &info.play.precision)) {
503 &info.play.precision, &info.play.sample_rate, &info.play.channels,
539 if (precision)
540 info.play.precision = precision;
550 "precision=%d%s%s\n", file,
554 info.play.precision,
576 info.play.precision = 32;
578 printf("%s: converting IEEE float%s to precision=%d "
580 info.play.precision,
603 "\t-P forced precision\n\t"