HomeSort by: relevance | last modified time | path
    Searched defs:precision (Results 1 - 25 of 137) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OptionalDiagnostic.h 51 // FIXME: Force the precision of the source value down so we don't
57 unsigned precision = llvm::APFloat::semanticsPrecision(F.getSemantics()); local
58 precision = (precision * 59 + 195) / 196;
60 F.toString(Buffer, precision);
  /src/lib/libform/
type_integer.c 47 unsigned precision; member in struct:__anon485
64 new->precision = va_arg(*args, unsigned);
106 int precision; local
112 precision = ((integer_args *) (void *) field->args)->precision;
149 if (asprintf(&new_buf, "%.*ld", precision, number) < 0)
type_numeric.c 47 unsigned precision; member in struct:__anon486
64 new->precision = va_arg(*args, unsigned);
107 int precision; local
113 precision = ((numeric_args *) (void *) field->args)->precision;
182 if (asprintf(&new_buf, "%.*f", precision, number) < 0)
  /src/usr.bin/audio/common/
sun.c 60 int precision; member in struct:__anon8216
91 *precp = file2sw_encodings[i].precision;
99 audio_encoding_to_sun(int encoding, int precision, int *sunep)
105 file2sw_encodings[i].precision == precision) {
126 if (ti->precision == 16 || ti->precision == 32)
134 if (ti->precision == 16 || ti->precision == 32)
142 if (ti->precision == 16 || ti->precision == 32
    [all...]
  /src/sys/dev/audio/
audiofil.h 65 * precision <= stride always holds.
71 u_int precision; /* valid bits of a sample */ member in struct:__anon2514
audio_if.h 68 u_int precision; /* bits/subframe */ member in struct:audio_params
  /src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp 26 Optional<const Expr *> Precision;
83 auto &precision = FS.getPrecision(); variable
84 switch (precision.getHowSpecified()) {
88 ArgsData.back().Size = precision.getConstantAmount();
91 ArgsData.back().Count = Args[precision.getArgIndex()];
99 auto &precision = FS.getPrecision(); variable
100 switch (precision.getHowSpecified()) {
104 ArgsData.back().Size = precision.getConstantAmount();
107 ArgsData.back().Count = Args[precision.getArgIndex()];
116 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()]
    [all...]
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpSnmpSubagentObject.c 414 * not known nor exposed by ntpd, only the measured precision (time to
417 * Logically the resolution must be at least the precision, so report
429 int precision; local
435 if (!read_ntp_value("precision", ntpvalue,
438 if (1 != sscanf(ntpvalue, "%d", &precision))
440 if (precision >= 0)
442 precision = max(precision, -31);
443 resolution = 1 << -precision;
461 * "The entity's precision in integer format, shows the precision
472 int precision; local
    [all...]
  /src/external/bsd/ntp/dist/util/
sht.c 42 int precision; member in struct:shmTime
135 printf (" pnnnn set precision to -nnn\n");
160 p->precision=-atoi(argp+1);
179 printf (" leap=%d, precision=%d, nsamples=%d, valid=%d\n",
180 p->leap, p->precision, p->nsamples, p->valid);
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-ostream.cc 36 got.precision (data[i].precision); \
61 cout << " prec: " << got.precision() << "\n"; \
79 int precision; member in struct:__anon23320
182 int precision; member in struct:__anon23321
263 int precision; member in struct:__anon23322
  /src/external/bsd/zstd/dist/programs/
util.h 222 * precision, value, suffix order to a "%.*f%s" format string.
229 int precision; member in struct:__anon285
  /src/external/bsd/ntp/dist/sntp/tests/
packetHandling.c 143 double offset, precision, synch_distance; local
145 rpkt.precision = -16; /* 0,000015259 */
174 offset_calculation(&rpkt, LEN_PKT_NOMAC, &dst, &offset, &precision, &synch_distance);
177 TEST_ASSERT_EQUAL_DOUBLE(1. / ULOGTOD(16), precision);
189 double offset, precision, synch_distance; local
191 rpkt.precision = -1;
221 offset_calculation(&rpkt, LEN_PKT_NOMAC, &dst, &offset, &precision, &synch_distance);
224 TEST_ASSERT_EQUAL_DOUBLE(1. / ULOGTOD(1), precision);
  /src/external/gpl3/binutils/dist/gas/config/
atof-vax.c 23 /* Precision in LittleNums. */
203 int precision; /* Number of 16-bit words in the format. */
213 if (what_kind_of_float (what_kind, &precision, &exponent_bits))
226 f.high = f.low + precision - 1 + GUARD;
250 int precision;
254 return_value = what_kind_of_float (format_letter, &precision, &exponent_bits);
263 memset (words, '\0', sizeof (LITTLENUM_TYPE) * precision);
279 memset (words, 0x00, sizeof (LITTLENUM_TYPE) * precision);
284 memset (words, 0xff, sizeof (LITTLENUM_TYPE) * precision);
290 memset (words, 0x00, sizeof (LITTLENUM_TYPE) * precision);
200 int precision; \/* Number of 16-bit words in the format. *\/ local
246 int precision; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
atof-vax.c 23 /* Precision in LittleNums. */
203 int precision; /* Number of 16-bit words in the format. */
213 if (what_kind_of_float (what_kind, &precision, &exponent_bits))
226 f.high = f.low + precision - 1 + GUARD;
250 int precision;
254 return_value = what_kind_of_float (format_letter, &precision, &exponent_bits);
263 memset (words, '\0', sizeof (LITTLENUM_TYPE) * precision);
279 memset (words, 0x00, sizeof (LITTLENUM_TYPE) * precision);
284 memset (words, 0xff, sizeof (LITTLENUM_TYPE) * precision);
290 memset (words, 0x00, sizeof (LITTLENUM_TYPE) * precision);
200 int precision; \/* Number of 16-bit words in the format. *\/ local
246 int precision; local
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
iscprint.c 71 unsigned long precision; local
108 width = precision = 0;
149 * Precision.
155 precision = va_arg(ap, int);
159 precision = strtoul(format, &e, 10);
198 if (precision != 0)
269 if (precision > 2)
270 precision -= 2;
283 if (precision > 2)
284 precision -= 2
    [all...]
  /src/lib/libterminfo/
tparm.c 194 size_t l, max, width, precision, olen; local
269 width = precision = 0;
330 precision = (size_t)val;
331 olen = MAX(width, precision);
  /src/sbin/restore/
interactive.c 658 int i, j, precision, columns, lines; local
663 precision = 0;
681 for (precision = 0, i = bigino; i > 0; i /= 10)
682 precision++;
683 width += precision + 1;
694 fprintf(stderr, "%*ju ", precision,
696 fp->len += precision + 1;
  /src/sys/arch/dreamcast/dev/g2/
aicavar.h 40 uint32_t precision; member in struct:__anon1257
62 #define AICA_ARM_CMD_PRECISION AICA_ARM_CMDADDR(precision)
  /src/sys/dev/ic/
ad1848var.h 126 u_int precision; /* 8/16 bits */ member in struct:ad1848_softc
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc 157 int precision = -1; local
160 precision = va_arg(args, int);
170 // At the moment only %s supports precision and left-justification.
171 CHECK(!((precision >= 0 || left_justified) && *cur != 's'));
202 precision, va_arg(args, char*));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_hwss.c 382 uint32_t precision = 1 << 28; local
383 uint32_t bytes_per_pixel_int = config->bytes_per_pixel / precision;
384 uint32_t bytes_per_pixel_mod = config->bytes_per_pixel % precision;
387 /* 7 fractional digits decimal precision for bytes per pixel is enough because DSC
388 * bits per pixel precision is 1/16th of a pixel, which means bytes per pixel precision is
392 ll_bytes_per_pix_fraq /= precision;
  /src/usr.bin/audio/play/
play.c 74 static int precision; variable
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
    [all...]
  /src/usr.bin/printf/
printf.c 103 if (precision != -1) \
104 error = printf(f, fieldwidth, precision, func); \
107 } else if (precision != -1) \
108 error = printf(f, precision, func); \
115 if (precision != -1) \
116 error = asprintf(cpp, f, fieldwidth, precision, func); \
119 } else if (precision != -1) \
120 error = asprintf(cpp, f, precision, func); \
138 int fieldwidth, precision; local
213 * width or precision is a '*'; if it is, gather up value
    [all...]
  /src/usr.bin/seq/
seq.c 310 /* precision */
486 int precision, width1, width2, places; local
500 precision = decimal_places(buf);
508 precision = MAX(places, precision);
516 if (precision) {
519 precision, precision, (cc) ? cc : 'f');
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.h 24 s_char precision; /* server's clock precision */ member in struct:server
57 * so that time outs are done with reasonable precision.
86 #define NTPDATE_PRECISION (-6) /* use this precision */
102 #define DEFPRECISION (-5) /* the precision we claim */

Completed in 29 milliseconds

1 2 3 4 5 6