| /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);
|
| 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)
|
| 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...] |
| 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
|
| audiofil.h | 65 * precision <= stride always holds. 71 u_int precision; /* valid bits of a sample */ member in struct:__anon2514
|
| /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...] |
| 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...] |
| 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);
|
| 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/bsd/zstd/dist/programs/ |
| util.h | 219 * precision, value, suffix order to a "%.*f%s" format string. 226 int precision; member in struct:__anon8886
|
| util.h | 219 * precision, value, suffix order to a "%.*f%s" format string. 226 int precision; member in struct:__anon8886
|
| /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
|
| 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/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);
|
| 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...] |