Searched refs:precision (Results 76 - 100 of 185) sorted by relevance

12345678

/macosx-10.9.5/iodbc-42.5/iodbc/include/
H A Dsqltypes.h367 SQLCHAR precision; member in struct:tagSQL_NUMERIC_STRUCT
/macosx-10.9.5/libiconv-41/libiconv/src/
H A Diconv.c245 - precision specifications referring to an argument,
255 - is optionally followed by '.' and a precision specification: a
268 unsigned int precision = 0; local
287 /* Parse precision. */
291 error(EXIT_FAILURE,0,_("%s argument: A format directive with a variable precision is not allowed here."),param_name);
294 precision = 10*precision + (*format - '0');
316 if (length < precision)
317 length = precision;
325 if (length < precision)
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtriop.h97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_heath.c32 * sunset without warning. Since the indicated precision is 100 ms,
164 #define PRECISION (-4) /* precision assumed (about 100 ms) */
241 peer->precision = PRECISION;
H A Drefclock_hopfpci.c63 #define PRECISION (-10) /* precision assumed (1 ms) */
80 #define HOPF_RADIOHP 0xC0 /* high precision radio clock */
163 peer->precision = PRECISION;
H A Drefclock_nmea.c96 #define PRECISION (-9) /* precision assumed (about 2 ms) */
97 #define PPS_PRECISION (-20) /* precision assumed (about 1 us) */
302 peer->precision = PRECISION;
375 peer->precision = PRECISION;
440 peer->precision = PPS_PRECISION;
872 peer->precision = PRECISION;
H A Drefclock_pcf.c32 #define PRECISION (-1) /* precision assumed (about 0.5 s) */
98 peer->precision = PRECISION;
H A Drefclock_pst.c76 #define PRECISION (-10) /* precision assumed (about 1 ms) */
157 peer->precision = PRECISION;
H A Drefclock_tpro.c31 #define PRECISION (-20) /* precision assumed (1 us) */
105 peer->precision = PRECISION;
H A Drefclock_tt560.c29 #define PRECISION (-20) /* precision assumed (1 us) */
125 peer->precision = PRECISION;
H A Drefclock_zyfer.c80 #define PRECISION (-20) /* precision assumed (about 1 us) */
167 peer->precision = PRECISION;
H A Dntpsim.c254 xpkt.precision = rpkt->precision;
472 * To fool the code that determines the local clock precision,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtriop.h97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DLOC.pm101 (\s+ ([\d.]+) m?)? # horiz precision
102 (\s+ ([\d.]+) m?)? # vert precision
304 Returns the horizontal precision of the data, in centimeters.
310 Returns the vertical precision of the data, in centimeters.
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntpdate.c110 s_char sys_precision; /* local clock precision (log2 s) */
691 xpkt.precision = NTPDATE_PRECISION;
836 server->precision = rpkt->precision;
878 * Calculate di in t23 in full precision, then truncate
888 + (FP_SECOND >> (-(int)server->precision)) + NTP_MAXSKW;
1179 * the minimum precision while we're at
1183 n = server_list[0]->precision;;
1187 if (n > server_list[j]->precision)
1188 n = server_list[j]->precision;
[all...]
H A Dntptimeset.c869 xpkt.precision = NTPDATE_PRECISION;
1065 server->precision = rpkt->precision;
1109 * Calculate di in t23 in full precision, then truncate
1119 + (FP_SECOND >> (-(int)server->precision)) + NTP_MAXSKW;
1456 * the minimum precision while we're at
1460 n = server_list[0]->precision;;
1464 if (n > server_list[j]->precision)
1465 n = server_list[j]->precision;
2095 (void) fprintf(fp, "stratum %d, precision
[all...]
/macosx-10.9.5/ntp-88/util/
H A Dtg.c339 info.play.precision = 8;
343 info.play.channels, info.play.precision,
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex129 great deal of work in which multiple precision mathematics was needed. Understanding the possibilities for speeding up
130 multiple precision calculations is often very important since we deal with outdated machine architecture where modular
170 raise or lower the precision of the numbers we are dealing with. For example, in decimal we almost immediate can
171 reason that $7$ times $6$ is $42$. However, $42$ has two digits of precision as opposed to one digit we started with.
172 Further multiplications of say $3$ result in a larger precision result $126$. In these few examples we have multiple
173 precisions for the numbers we are working with. Despite the various levels of precision a single subset\footnote{With the occasional optimization.}
176 By way of comparison a fixed or single precision operation would lose precision on various operations. For example, in
177 the decimal system with fixed precision $6 \cdot 7 = 2$.
179 Essentially at the heart of computer based multiple precision arithmeti
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dastrotst.cpp454 static const double precision = CalendarAstronomer::PI/32; local
465 if(!(got>expectedAge-precision && got<expectedAge+precision)){
/macosx-10.9.5/ntp-88/include/
H A Dntp_request.h374 s_char precision; /* peer.precision */ member in struct:info_peer
470 s_char precision; /* local clock precision */ member in struct:info_sys
874 int32 precision; member in struct:info_kernel
H A Dntp.h155 * dispersion component (frequency error plus precision). The frequency
158 * precision component is computed as the square root of the mean of the
289 s_char precision; /* remote clock precision */ member in struct:peer
546 s_char precision; /* peer clock precision */ member in struct:pkt
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Oracle/
H A DGeneric.pm200 Maximum allowable precision is used, unless the environment variables have
209 To get more than second precision with L<DBIx::Class::InflateColumn::DateTime>
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-graph.el56 (defvar calc-graph-default-precision 5)
332 cache-env calc-graph-is-splot device output calc-graph-resolution precision samples-pos)
415 (setq precision (calc-graph-find-command "precision"))
416 (if precision
417 (setq precision (string-to-number precision))
418 (setq precision calc-graph-default-precision))
422 (calc-graph-set-command "precision"))
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dios_base.h610 * @return The precision to generate on certain output operations.
613 * Be careful if you try to give a definition of "precision" here; see
618 precision() const { return _M_precision; } function in class:ios_base
622 * @param prec The new precision value.
623 * @return The previous value of precision().
626 precision(streamsize __prec) function in class:ios_base
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dampl.vim83 syn keyword amplBuiltInFunction max min precision round sin

Completed in 346 milliseconds

12345678