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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/libpcap/dist/
sf-pcap.h 37 u_int precision, char *errbuf, int *err);
sf-pcapng.h 30 u_int precision, char *errbuf, int *err);
  /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...]
wav.c 354 switch (ti->precision) {
368 warnx("can not support precision of %d", ti->precision);
404 align = ti->channels * (ti->precision / 8);
445 nsample = (datalen / ti->precision) / ti->sample_rate;
478 put16(ti->precision);
519 if (ti->precision == 16)
521 else if (ti->precision == 32)
529 if (ti->precision == 8)
531 else if (ti->precision == 16
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
atof-ieee.c 27 /* Precision in LittleNums. */
28 /* Don't count the gap in the m68k extended precision format. */
47 #define TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION) 0
162 explicitly specifying the precision and number of exponent bits
171 int precision,
203 = generic_floating_point_number.low + precision - 1 + GUARD;
215 gen_to_words (words, precision, exponent_bits);
238 int precision;
245 precision = H_PRECISION;
251 precision = B_PRECISION
237 int precision; local
    [all...]
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-ieee.c 27 /* Precision in LittleNums. */
28 /* Don't count the gap in the m68k extended precision format. */
47 #define TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION) 0
162 explicitly specifying the precision and number of exponent bits
171 int precision,
203 = generic_floating_point_number.low + precision - 1 + GUARD;
215 gen_to_words (words, precision, exponent_bits);
238 int precision;
245 precision = H_PRECISION;
251 precision = B_PRECISION
237 int precision; local
    [all...]
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/gcc/dist/gcc/
wide-int.h 24 mathematical operations on finite precision integers. wide_ints
29 The actual precision of a wide_int depends on the flavor. There
33 precision of its input arguments. It is assumed (and checked)
36 bits above the precision that has been specified. Because of
43 to extend a value beyond the precision specified in the mode.
60 2) offset_int. This is a fixed-precision integer that can hold
65 of precision. We round this up to 128 bits for efficiency.
66 Values of type T are converted to this precision by sign- or
84 infinite precision math. However, it is not really infinite
85 precision math as in the GMP library. It is really finit
    [all...]
wide-int.cc 78 LEN is the number of blocks currently in VAL and PRECISION is the number
83 canonize (HOST_WIDE_INT *val, unsigned int len, unsigned int precision)
85 unsigned int blocks_needed = BLOCKS_NEEDED (precision);
96 if (len * HOST_BITS_PER_WIDE_INT > precision)
97 val[len - 1] = top = sext_hwi (top, precision % HOST_BITS_PER_WIDE_INT);
125 canonize_uhwi (HOST_WIDE_INT *val, unsigned int precision)
127 if (val[0] < 0 && precision > HOST_BITS_PER_WIDE_INT)
140 result for an integer with precision PRECISION. Return the length
144 unsigned int xlen, unsigned int precision, bool need_canon
158 unsigned int precision = buffer_len * BITS_PER_UNIT; local
676 unsigned int precision = x.get_precision (); local
    [all...]
  /src/lib/libossaudio/
oss_dsp.c 97 perrors /= ((tmpinfo.play.precision / NBBY) *
104 rerrors /= ((tmpinfo.record.precision / NBBY) *
196 tmpinfo.play.precision =
197 tmpinfo.record.precision =
199 hwfmt.record.precision : hwfmt.play.precision ;
215 tmpinfo.record.precision);
218 tmpinfo.play.precision);
278 tmpenc.precision);
356 ((tmpinfo.record.precision / NBBY)
    [all...]
  /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/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/external/gpl3/gcc.old/dist/gcc/
wide-int.h 24 mathematical operations on finite precision integers. wide_ints
29 The actual precision of a wide_int depends on the flavor. There
33 precision of its input arguments. It is assumed (and checked)
36 bits above the precision that has been specified. Because of
43 to extend a value beyond the precision specified in the mode.
56 2) offset_int. This is a fixed-precision integer that can hold
61 of precision. We round this up to 128 bits for efficiency.
62 Values of type T are converted to this precision by sign- or
80 infinite precision math. However, it is not really infinite
81 precision math as in the GMP library. It is really finit
653 unsigned int precision; member in class:wi::storage_ref
860 unsigned int precision = this->get_precision (); local
924 unsigned int precision = this->get_precision (); local
948 unsigned int precision = this->get_precision (); local
1064 unsigned int precision; variable
1245 static const unsigned int precision = N; member in struct:wi::int_traits
1586 unsigned int precision; member in class:wi::hwi_with_prec
1855 unsigned int precision = get_binary_precision (x, y); local
1902 unsigned int precision = get_binary_precision (x, y); local
1935 unsigned int precision = get_binary_precision (x, y); local
2053 unsigned int precision = get_binary_precision (x, y); local
2090 unsigned int precision = get_binary_precision (x, y); local
2183 unsigned int precision = get_precision (result); local
2202 unsigned int precision = get_precision (result); local
2240 unsigned int precision = get_precision (result); local
2259 unsigned int precision = get_precision (result); local
2290 unsigned int precision = get_precision (result); local
2320 unsigned int precision = get_precision (result); local
2341 unsigned int precision = get_precision (result); local
2362 unsigned int precision = get_precision (result); local
2383 unsigned int precision = get_precision (result); local
2404 unsigned int precision = get_precision (result); local
2425 unsigned int precision = get_precision (result); local
2468 unsigned int precision = get_precision (result); local
2511 unsigned int precision = get_precision (result); local
2554 unsigned int precision = get_precision (result); local
2596 unsigned int precision = get_precision (result); local
2617 unsigned int precision = get_precision (result); local
2651 unsigned int precision = get_precision (result); local
2668 unsigned int precision = get_precision (quotient); local
2704 unsigned int precision = get_precision (quotient); local
2746 unsigned int precision = get_precision (quotient); local
2779 unsigned int precision = get_precision (quotient); local
2822 unsigned int precision = get_precision (quotient); local
2866 unsigned int precision = get_precision (remainder); local
2906 unsigned int precision = get_precision (quotient); local
2942 unsigned int precision = get_precision (quotient); local
2968 unsigned int precision = get_precision (quotient); local
3036 unsigned int precision = get_precision (result); local
3167 unsigned int precision = get_binary_precision (x, x); local
3187 unsigned int precision = get_binary_precision (x, x); local
3212 unsigned precision = get_precision (x); local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_trunc.h 1 //=== lib/fp_trunc.h - high precision -> low precision conversion *- C -*-===//
10 // Set source and destination precision setting
38 #error Source should be double precision or quad precision!
39 #endif //end source precision
60 #error Destination should be single precision or double precision!
61 #endif //end destination precision
  /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/external/bsd/nsd/dist/compat/
snprintf.c 63 * This includes width, precision, flags 0- +, and *(arg for wid,prec).
239 print_num(char** at, size_t* left, int* ret, int minw, int precision,
249 if(precision == 0 && zero) numw = 0;
250 if(numw < precision) numw = precision;
257 if(precision == 0 && zero) {
260 if(w < precision)
261 print_pad(at, left, ret, '0', precision - w);
271 if(precision == 0 && zero) numw = 0;
272 if(numw < precision) numw = precision
636 int conv, minw, precision, prgiven, zeropad, minus, plus, space, length; local
    [all...]
  /src/external/bsd/unbound/dist/compat/
snprintf.c 63 * This includes width, precision, flags 0- +, and *(arg for wid,prec).
239 print_num(char** at, size_t* left, int* ret, int minw, int precision,
249 if(precision == 0 && zero) numw = 0;
250 if(numw < precision) numw = precision;
257 if(precision == 0 && zero) {
260 if(w < precision)
261 print_pad(at, left, ret, '0', precision - w);
271 if(precision == 0 && zero) numw = 0;
272 if(numw < precision) numw = precision
636 int conv, minw, precision, prgiven, zeropad, minus, plus, space, length; local
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fphex.c 110 /* Precision. */
111 int precision = info->prec;
329 if (precision != -1 && precision < numend - numstr)
331 char last_digit = precision > 0 ? numstr[precision - 1] : leading;
332 char next_digit = numstr[precision];
344 || precision + 1 < numend - numstr);
353 if (precision == -1)
354 precision = numend - numstr
109 int precision = info->prec; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fphex.c 110 /* Precision. */
111 int precision = info->prec;
329 if (precision != -1 && precision < numend - numstr)
331 char last_digit = precision > 0 ? numstr[precision - 1] : leading;
332 char next_digit = numstr[precision];
344 || precision + 1 < numend - numstr);
353 if (precision == -1)
354 precision = numend - numstr
109 int precision = info->prec; local
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
fpif.c 33 1. We first store the precision p (this format is able to represent
34 any precision from 1 to 2^64 + 248).
36 * If B >= 8, the precision p is B-7.
103 #define MAX_VARIABLE_STORAGE(exponent_size, precision) \
104 ((size_t)(((precision) >> 3) + (exponent_size) + \
105 ((precision) > 248 ? sizeof(mpfr_prec_t) : 0) + 3))
178 * buffer : OUT : store the precision in binary format, can be null
181 * precision : IN : precision to store
182 * return pointer to a buffer storing the precision in binary forma
227 mpfr_prec_t precision; local
463 mpfr_prec_t precision; local
589 mpfr_prec_t precision; local
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
expr.cc 921 of precision options->precision.
947 size_t precision = CPP_OPTION (pfile, precision); local
968 needing the precision and slowness of double integers. */
970 if (precision < PART_PRECISION)
971 max >>= PART_PRECISION - precision;
990 result = append_digit (result, c, base, precision);
1006 && !num_positive (result, precision))
1037 /* Append DIGIT to NUM, a number of PRECISION bits being read in base BASE. *
2015 size_t precision = CPP_OPTION (pfile, precision); local
2129 size_t precision = CPP_OPTION (pfile, precision); local
2183 size_t i, precision = CPP_OPTION (pfile, precision); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
expr.cc 863 of precision options->precision.
889 size_t precision = CPP_OPTION (pfile, precision); local
910 needing the precision and slowness of double integers. */
912 if (precision < PART_PRECISION)
913 max >>= PART_PRECISION - precision;
932 result = append_digit (result, c, base, precision);
948 && !num_positive (result, precision))
979 /* Append DIGIT to NUM, a number of PRECISION bits being read in base BASE. *
1957 size_t precision = CPP_OPTION (pfile, precision); local
2071 size_t precision = CPP_OPTION (pfile, precision); local
2125 size_t i, precision = CPP_OPTION (pfile, precision); local
    [all...]
  /src/bin/ksh/
shf.c 870 int field, precision; local
907 flags = field = precision = 0;
933 precision = 0;
939 precision = tmp;
962 precision = tmp;
970 if (precision < 0)
971 precision = 0;
1050 if (precision > len) {
1051 field = precision;
1054 precision = len; /* no loss *
    [all...]

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>