Searched refs:precision (Results 126 - 150 of 185) sorted by relevance

12345678

/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dunix++.cpp162 #warning Cast to size_t may loose precision, only a problem for large files.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperShaderProgram.cpp202 precision mediump float;
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_datum.c118 #define PRECISION (-10) /* precision assumed 1/1024 ms */
311 peer->precision = PRECISION;
H A Drefclock_leitch.c397 peer->precision = PRECISION;
H A Dntp_proto.c52 s_char sys_precision; /* local clock precision (log2 s) */
1346 peer->precision = pkt->precision;
1410 * computation of dispersion includes the system precision plus
1417 * precision, these calculations are done using 64-bit integer
1523 p_disp = LOGTOD(sys_precision) + LOGTOD(peer->precision) +
2039 * peer precision and the system precision as required by the
2139 * be less than the precision.
2813 xpkt.precision
[all...]
H A Dntp_request.c909 ip->precision = pp->precision;
1099 is->precision = sys_precision;
2600 ik->precision = htonl((u_int32)ntx.precision);
H A Drefclock_acts.c133 #define PRECISION (-10) /* precision assumed (about 1 ms) */
264 peer->precision = PRECISION;
H A Drefclock_irig.c151 #define PRECISION (-17) /* precision assumed (about 10 us) */
356 peer->precision = PRECISION;
H A Drefclock_jjy.c159 #define PRECISION (-3) /* precision assumed (about 100 ms) */
365 peer->precision = PRECISION ;
H A Drefclock_true.c122 #define PRECISION (-10) /* precision assumed (about 1 ms) */
287 peer->precision = PRECISION;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxdisp.c5402 reseat_to_string (it, s, string, charpos, precision, field_width, multibyte)
5407 int precision, field_width, multibyte;
5459 if (precision > 0 && it->end_charpos - charpos > precision)
5460 it->end_charpos = it->string_nchars = charpos + precision;
6133 width or precision has been specified when the iterator was
8942 store_mode_line_noprop (str, field_width, precision)
8944 int field_width, precision;
8951 n += c_string_width (str, nbytes, precision, &dummy, &nbytes);
16804 display_mode_element (it, depth, field_width, precision, el
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dhashtab.c109 int n = 32, precision = 32;
113 pow2 = n + lgup - precision;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/jpeg/
H A Djpeg.tcl191 binary scan [read $fh 5] cSS precision height width
591 binary scan [read $fh 6] cSSc precision height width color
594 puts " Precision: $precision"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfortran.vim243 syn keyword fortran90Intrinsic adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack precision present product radix random_number random_seed range repeat reshape rrspacing
274 syn match fortranTypeR display "double\s\+precision"
371 syn region fortranFunction transparent fold keepend extend start="^\s*\(elemental \|pure \|recursive \)\=\s*\(\(\(real \|integer \|logical \|complex \|double \s*precision \)\s*\((\(\s*kind\s*=\)\=\s*\w\+\s*)\)\=\)\|type\s\+(\s*\w\+\s*) \|character \((\(\s*len\s*=\)\=\s*\d\+\s*)\|(\(\s*kind\s*=\)\=\s*\w\+\s*)\)\=\)\=\s*function\s\+\z(\a\w*\)" skip="^\([!c*]\|\s*#\).*$" excludenl end="\<end\s*\($\|function\(\s\+\z1\>\)\=\)" contains=ALLBUT,fortranProgram,fortranModule
379 syn region fortranFunction transparent fold keepend extend start="^\s*\(elemental \|pure \|recursive \)\=\s*\(\(\(real \|integer \|logical \|complex \|double \s*precision \)\s*\((\(\s*kind\s*=\)\=\s*\w\+\s*)\)\=\)\|type\s\+(\s*\w\+\s*) \|character \((\(\s*len\s*=\)\=\s*\d\+\s*)\|(\(\s*kind\s*=\)\=\s*\w\+\s*)\)\=\)\=\s*function\s\+\z(\a\w*\)" skip="^\s*[!#].*$" excludenl end="\<end\s*\($\|function\(\s\+\z1\>\)\=\)" contains=ALLBUT,fortranProgram,fortranModule
H A Dstp.vim66 syn keyword stpType int integer long money nchar numeric precision real
H A Dpov.vim49 syn keyword povModifiers hypercomplex max_iteration precision quaternion slice
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1012 "large" "national" "nchar" "nclob" "numeric" "object" "precision"
1155 "nclob" "number" "numeric" "nvarchar2" "precision" "raw" "real"
1316 "numeric" "oid" "opaque" "path" "point" "polygon" "precision" "real"
1349 "phrase" "plan" "precision" "primary" "priority" "privileges"
1433 "plan" "precision" "prepare" "primary" "print" "prior" "privileges"
1451 "ntext" "numeric" "numeric" "nvarchar" "precision" "real"
1619 "multisurface" "national" "numeric" "point" "polygon" "precision"
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DSybase.pm439 = ($info->{$col}{len} <= 4 ? 'real' : 'double precision');
446 if ($data_type =~ /^(?:text|unitext|image|bigint|integer|smallint|tinyint|real|double|double precision|float|date|time|datetime|smalldatetime|money|smallmoney|timestamp|bit)\z/i) {
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ddecimfmt.h1185 * necessary precision. For example, if the result is exactly 12,
1965 int32_t precision() const;
/macosx-10.9.5/tcl-102/tcl/tcl/library/opt/
H A Doptparse.tcl53 {-precision -int 12 "Number of digits of precision"}
/macosx-10.9.5/tcl-102/tcl84/tcl/library/opt/
H A Doptparse.tcl53 {-precision -int 12 "Number of digits of precision"}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dfiletypes.tcl169 if {[N c 3 == 0x2]} {emit {\b, high precision}}
274 if {[N c [I 4 S 6] x {}]} {emit {\b, precision %d}}
278 if {[N c [I 4 S 6] x {}]} {emit {\b, precision %d}}
282 if {[N c [I 4 S 6] x {}]} {emit {\b, precision %d}}
537 } 33645 {emit {PDP-11 single precision APL workspace}} 33644 {emit {PDP-11 double precision APL workspace}} 268435511 {emit {Psion Series 5}
567 } 33647 {emit {VAX single precision APL workspace}} 33646 {emit {VAX double precision APL workspace}} 263 {emit {VAX executable}
3335 if {[S 107 == -32]} {emit {\b, 32-bit, floating point, single precision}}
3336 if {[S 107 == -64]} {emit {\b, 64-bit, floating point, double precision}}
[all...]
/macosx-10.9.5/vim-53/src/
H A Dhardcopy.c1347 static void prt_real_bits __ARGS((double real, int precision, int *pinteger, int *pfraction));
1583 * the fractional part being in the range [0,10^precision). The fractional part
1584 * is also rounded based on the precision + 1'th fractional digit.
1587 prt_real_bits(real, precision, pinteger, pfraction)
1589 int precision;
1601 for (i = 0; i < precision; i++)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecimfmt.cpp.fixed675 precision(FALSE),
680 digits.set(number * fMultiplier, precision(TRUE));
764 digits.set(number, precision(FALSE),
1134 // Output a digit, if we have any precision left, or a
1299 // precision. We therefore only return a long if the result fits
3727 DecimalFormat::precision(UBool isIntegral) const {
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A Dconfigure.in127 AC_DEFINE(MP_PREC, 4, [Default libtommath precision.])

Completed in 388 milliseconds

12345678