Searched refs:precision (Results 101 - 125 of 185) sorted by relevance

12345678

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcdl.vim19 sy keyword cdlIdentifier contained id name desc description xlttype precision symbol curr_ name group_name rate_name
H A Dmysql.vim99 syn region mysqlType start="double precision\W" end="."me=s-1
100 syn region mysqlType start="double precision$" end="."me=s-1
101 syn region mysqlType start="double precision(" end=")" contains=mysqlNumber,mysqlVariable
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DACCESS.pm91 =item Invalid precision value
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dllib-lform693 int precision;
712 int precision;
H A Dllib-lformw699 int precision;
718 int precision;
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_arbiter.c75 * pdop = position dilution of precision (meters)
93 #define PRECISION (-20) /* precision assumed (about 1 us) */
177 peer->precision = PRECISION;
H A Drefclock_as2201.c68 #define PRECISION (-20) /* precision assumed (about 1 us) */
196 peer->precision = PRECISION;
H A Drefclock_chronolog.c49 #define PRECISION (-13) /* precision assumed (about 100 us) */
139 peer->precision = PRECISION;
H A Drefclock_dumbclock.c51 #define PRECISION (-13) /* precision assumed (about 100 us) */
159 peer->precision = PRECISION;
H A Drefclock_fg.c27 #define PRECISION (-10) /* precision assumed (about 1 ms) */
141 peer->precision = PRECISION;
H A Drefclock_gpsvme.c67 #define PRECISION (-20) /* precision assumed (1 us) */
135 peer->precision = PRECISION;
H A Drefclock_hopfser.c59 #define PRECISION (-10) /* precision assumed (about 1 ms) */
81 #define HOPF_RADIOHP 0x0C /* high precision radio clock */
180 peer->precision = PRECISION;
H A Drefclock_trak.c35 * precision of the timecode and the latencies of the serial interface
95 #define PRECISION (-20) /* precision assumed (about 1 us) */
185 peer->precision = PRECISION;
H A Drefclock_ulink.c88 #define PRECISION (-10) /* precision assumed (about 10 ms) */
173 peer->precision = PRECISION;
H A Drefclock_bancomm.c135 #define VMEPRECISION (-21) /* precision assumed (1 us) */
290 peer->precision = VMEPRECISION;
H A Drefclock_hpgps.c96 #define PRECISION (-10) /* precision assumed (about 1 ms) */
199 peer->precision = PRECISION;
/macosx-10.9.5/ntp-88/util/
H A Dntptime.c333 gtemp = (double)ntx.precision;
339 " time constant %lu, precision %.3f us, tolerance %.0f ppm,\n",
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSound.h96 int precision; member in struct:Sound
180 if ((s)->precision == SNACK_DOUBLE_PREC) { \
187 ((s)->precision == SNACK_DOUBLE_PREC) ? \
210 #define Snack_GetSoundPrecision(s) (s)->precision
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-ntp.c122 /* Can't TCHECK bp->precision bitfield so bp->distance + 0 instead */
124 printf(", precision %d", bp->precision);
/macosx-10.9.5/CF-855.17/
H A DCFString.c5303 /* Only come in here if spec->type is CFFormatLongType or CFFormatDoubleType. Pass in 0 for width or precision if not specified. Returns false if couldn't do the format (with the assumption the caller falls back to unlocalized).
5305 static Boolean __CFStringFormatLocalizedNumber(CFMutableStringRef output, CFLocaleRef locale, const CFPrintValue *values, const CFFormatSpec *spec, SInt32 width, SInt32 precision, Boolean hasPrecision) { argument
5358 SInt32 prec = hasPrecision ? precision : ((spec->type == CFFormatLongType) ? 0 : 6); // default precision of printf is 6
5371 targetValue = values[spec->mainArgNum].value.longDoubleValue; // losing precision
5404 if (hasPrecision && spec->type == CFFormatLongType) { // if we have precision and %d or %u, we pad 0
5452 if (hasPrecision && spec->type == CFFormatLongType) { // if we have precision and %d or %u, we pad 0 according to precision first
5461 prec++; // for %e, precision+1 is the number of sig fig
5477 double doubleValue = values[spec->mainArgNum].value.longDoubleValue; // losing precision
5966 SInt32 width = 0, precision = 0; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Deditfns.c3416 % <flags> <width> <precision> character
3417 where flags is [-+ #0]+, width is [0-9]+, and precision is .[0-9]+
3438 /* Precision for each spec, or -1, a flag value meaning no precision
3443 int *precision = (int *) (alloca((nargs + 1) * sizeof (int)));
3474 /* Piggyback on this loop to initialize precision[N]. */
3475 precision[n] = -1;
3477 precision[nargs] = -1;
3526 '%' [flags] [field-width] [precision] format
3532 precision ::= '.' [0-9]*
3538 If precision i
3427 int *precision = (int *) (alloca((nargs + 1) * sizeof (int))); variable
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Daudio.c204 * codec sample rate (8000 Hz), precision (8 bits), number of channels
489 info.record.precision, info.record.encoding,
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DSybase.pm271 # XXX we need to handle "binary precision" for FLOAT(X)
274 if ($data_type =~ /^(?:text|unitext|image|bigint|int|integer|smallint|tinyint|real|double|double precision|float|date|time|datetime|smalldatetime|money|smallmoney|timestamp|bit)\z/i) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DSybase.pm271 # XXX we need to handle "binary precision" for FLOAT(X)
274 if ($data_type =~ /^(?:text|unitext|image|bigint|int|integer|smallint|tinyint|real|double|double precision|float|date|time|datetime|smalldatetime|money|smallmoney|timestamp|bit)\z/i) {
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunix++.cpp162 #warning Cast to size_t may loose precision, only a problem for large files.

Completed in 192 milliseconds

12345678