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

1 2

  /src/lib/libform/
type_integer.c 47 unsigned precision; member in struct:__anon0696796d0108
64 new->precision = va_arg(*args, unsigned);
106 int precision; local in function:integer_check_field
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:__anona8c2d6920108
64 new->precision = va_arg(*args, unsigned);
107 int precision; local in function:numeric_check_field
113 precision = ((numeric_args *) (void *) field->args)->precision;
182 if (asprintf(&new_buf, "%.*f", precision, number) < 0)
type_integer.c 47 unsigned precision; member in struct:__anon0696796d0108
64 new->precision = va_arg(*args, unsigned);
106 int precision; local in function:integer_check_field
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:__anona8c2d6920108
64 new->precision = va_arg(*args, unsigned);
107 int precision; local in function:numeric_check_field
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:__anon355a4abd0108
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...]
sun.c 60 int precision; member in struct:__anon355a4abd0108
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:__anon2fcf15ed0108
audiofil.h 65 * precision <= stride always holds.
71 u_int precision; /* valid bits of a sample */ member in struct:__anon2fcf15ed0108
audio_if.h 68 u_int precision; /* bits/subframe */ member in struct:audio_params
audio_if.h 68 u_int precision; /* bits/subframe */ member in struct:audio_params
  /src/lib/libterminfo/
tparm.c 194 size_t l, max, width, precision, olen; local in function:_ti_tiparm
269 width = precision = 0;
330 precision = (size_t)val;
331 olen = MAX(width, precision);
tparm.c 194 size_t l, max, width, precision, olen; local in function:_ti_tiparm
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 in function:formatf
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;
interactive.c 658 int i, j, precision, columns, lines; local in function:formatf
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/dev/ic/
ad1848var.h 126 u_int precision; /* 8/16 bits */ member in struct:ad1848_softc
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 in function:__sanitizer::VSNPrintf
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*));
sanitizer_printf.cc 157 int precision = -1; local in function:__sanitizer::VSNPrintf
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 in function:dsc_optc_config_log
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;
amdgpu_dc_link_hwss.c 382 uint32_t precision = 1 << 28; local in function:dsc_optc_config_log
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/sys/arch/dreamcast/dev/g2/
aicavar.h 40 uint32_t precision; member in struct:__anon1e92516e0108
62 #define AICA_ARM_CMD_PRECISION AICA_ARM_CMDADDR(precision)
aicavar.h 40 uint32_t precision; member in struct:__anon1e92516e0108
62 #define AICA_ARM_CMD_PRECISION AICA_ARM_CMDADDR(precision)
  /src/usr.bin/audio/play/
play.c 74 static int precision; variable in typeref:typename:int
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 in function:main
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 in function:generate_format
500 precision = decimal_places(buf);
508 precision = MAX(places, precision);
516 if (precision) {
519 precision, precision, (cc) ? cc : 'f');

Completed in 30 milliseconds

1 2