Searched refs:diff (Results 351 - 375 of 796) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mapproj/
H A Dmapproj.tcl507 set diff 1.0
509 while {abs($diff) >= 1.0e-4} {
510 set diff [expr {($theta + sin($theta) - $pisinphi)
512 set theta [expr {$theta - $diff}]
577 set diff 1.0
579 while {abs($diff) >= 1.0e-4} {
582 set diff \
585 set theta [expr {$theta - $diff}]
652 set diff 1.0
654 while {abs($diff) >
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dtohtml.vim19 if !&diff || s:settings.diff_one_file
31 windo | if &diff | call add(win_list, winbufnr(0)) | endif
95 call add(html, '<title>diff</title>')
240 " for the table-based layout of the side-by-side diff. The diff should take
242 " horizontally scrollable when the lines are too long. Otherwise, the diff
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_array.c352 u_long diff = 0; local
365 diff = it - pool->buffer;
366 idx = (u_int) (diff / array->itemsize);
/macosx-10.10/emacs-93/emacs/lisp/
H A Demerge.el52 (defvar diff) function
53 (defvar diff-vector)
57 (defvar valid-diff)
130 ;; (emerge-diff-program and emerge-diff3-program) and the options
131 ;; to be provided (emerge-diff-options). The order in which the file names
134 ;; passed to diff, thus they need not be invoked under a shell that
136 ;; The code which processes the diff/diff3 output depends on all the
139 (defcustom emerge-diff-program "diff"
148 (defcustom emerge-diff
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c65 #include <dns/diff.h>
831 dns_diff_t diff; local
877 dns_diff_init(mctx, &diff);
893 dns_diff_append(&diff, &tuple);
903 dns_diff_append(&diff, &tuple);
906 result = dns_diff_apply(&diff, db, ver);
908 dns_diff_clear(&diff);
2416 dns_diff_t *diff)
2448 dns_diff_append(diff, &tuple);
2460 dns_diff_t diff; local
2415 rrset_remove_duplicates(dns_name_t *name, dns_rdataset_t *rdataset, dns_diff_t *diff) argument
2913 dns_diff_t diff; local
3102 dns_diff_t diff; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_s6093 diff $s $t
/macosx-10.10/libiconv-42/libiconv/lib/
H A Dgb18030uni.h198 unsigned int diff = gb18030uni_ranges[k1]; local
199 *pwc = (ucs4_t) (i + diff);
237 unsigned int diff = gb18030uni_ranges[k1]; local
238 i -= diff;
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_rfc.c550 int32_t diff; local
580 diff = (rfc->sample << SCALE_FACTOR) - rfc->rtt;
581 rfc->dev += (ABS(diff) - rfc->dev) / BETA;
582 rfc->rtt += diff / ALPHA;
/macosx-10.10/rsync-45/rsync/packaging/
H A Drelease-rsync111 die "You should not diff a release version against a pre-release version.\n";
138 - page through the "cvs diff" output
189 system "cvs -q diff | egrep -v '^(===============|RCS file: |retrieving revision |Index: )' | less -p '^diff .*'";
220 - move the old tar/diff files into the appropriate old-* dirs
221 - hard-link the moved tar/diff files on samba.org$skipping
296 system "diff -urN --exclude=patches rsync-$lastversion rsync-$version| gzip -9 >$diff_file";
/macosx-10.10/ruby-106/ruby/ext/dl/
H A Dcptr.c432 SIGNED_VALUE diff; local
438 diff = (SIGNED_VALUE)ptr1 - (SIGNED_VALUE)ptr2;
439 if (!diff) return INT2FIX(0);
440 return diff > 0 ? INT2NUM(1) : INT2NUM(-1);
/macosx-10.10/ruby-106/ruby/ext/fiddle/
H A Dpointer.c481 SIGNED_VALUE diff; local
487 diff = (SIGNED_VALUE)ptr1 - (SIGNED_VALUE)ptr2;
488 if (!diff) return INT2FIX(0);
489 return diff > 0 ? INT2NUM(1) : INT2NUM(-1);
/macosx-10.10/tcsh-65/
H A DMakefile50 AEP_Patches = config_f.h.diff host.defs.patch tc.sig.h.patch
/macosx-10.10/vim-55/runtime/syntax/
H A Dgretl.vim37 syn keyword gCommands add addobs addto adf append ar arch arma break boxplot chow coeffsum coint coint2 corc corr corrgm criteria critical cusum data delete diff else end endif endloop eqnprint equation estimate fcast fcasterr fit freq function funcerr garch genr gnuplot graph hausman hccm help hilu hsk hurst if import include info kpss label labels lad lags ldiff leverage lmtest logistic logit logs loop mahal meantest mle modeltab mpols multiply nls nulldata ols omit omitfrom open outfile panel pca pergm plot poisson pooled print printf probit pvalue pwe quit remember rename reset restrict rhodiff rmplot run runs scatters sdiff set setobs setmiss shell sim smpl spearman square store summary system tabprint testuhat tobit transpos tsls var varlist vartest vecm vif wls
40 syn keyword gGenrFunc log exp sin cos tan atan diff ldiff sdiff mean sd min max sort int ln coeff abs rho sqrt sum nobs firstobs lastobs normal uniform stderr cum missing ok misszero corr vcv var sst cov median zeromiss pvalue critical obsnum mpow dnorm cnorm gamma lngamma resample hpfilt bkfilt fracdiff varnum isvector islist nelem
/macosx-10.10/vim-55/src/
H A DMake_djg.mak25 obj/diff.o \
/macosx-10.10/vim-55/src/testdir/
H A DMake_dos.mak4 # Requires a set of Unix tools: echo, diff, etc.
67 diff test.out $*.ok
H A DMake_ming.mak9 # Requires a set of Unix tools: echo, diff, etc.
89 diff test.out $*.ok
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddnssec.c36 #include <dns/diff.h>
1572 publish_key(dns_diff_t *diff, dns_dnsseckey_t *key, dns_name_t *origin, argument
1606 dns_diff_appendminimal(diff, &tuple);
1614 remove_key(dns_diff_t *diff, dns_dnsseckey_t *key, dns_name_t *origin, argument
1631 dns_diff_appendminimal(diff, &tuple);
1647 dns_ttl_t ttl, dns_diff_t *diff, isc_boolean_t allzsk,
1663 RETERR(publish_key(diff, key, origin, ttl,
1699 RETERR(publish_key(diff, key1, origin, ttl,
1710 RETERR(remove_key(diff, key2, origin, ttl, mctx,
1725 RETERR(remove_key(diff, key
1645 dns_dnssec_updatekeys(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *newkeys, dns_dnsseckeylist_t *removed, dns_name_t *origin, dns_ttl_t ttl, dns_diff_t *diff, isc_boolean_t allzsk, isc_mem_t *mctx, void (*report)(const char *, ...)) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLRoot.cpp181 void RenderMathMLRoot::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
183 RenderMathMLBlock::styleDidChange(diff, oldStyle);
/macosx-10.10/bind9-45.101/bind9/bin/dig/
H A Ddig.c240 isc_uint64_t diff; local
250 diff = isc_time_microdiff(&now, &query->time_sent);
251 printf(";; Query time: %ld msec\n", (long int)diff/1000);
274 diff = isc_time_microdiff(&now, &query->time_sent);
280 (int)diff/1000);
301 isc_uint64_t diff; local
317 diff = isc_time_microdiff(&now, &query->time_sent);
320 snprintf(store, 19, " in %d ms.", (int)diff/1000);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-stgo32.c128 #define ADJUST_VAL(val,diff) \
129 if (val != 0) val += diff
/macosx-10.10/iodbc-42.5/iodbc/
H A DMakefile.am90 mac/myodbc.configure.diff \
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCWin64EH.cpp56 const MCExpr *diff = MCBinaryExpr::CreateSub(MCSymbolRefExpr::Create( local
61 streamer.EmitAbsValue(diff, 1);
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DIntegersSubsetTest.cpp213 LHSMapping.diff(&LExclude, &Intersection, 0, RHSMapping);
237 RHSMapping.diff(0, &Intersection, &LExclude, LHSMapping);
/macosx-10.10/tcl-105/tcl_ext/
H A DFetch.make133 $(_v) shopt -s nullglob; for p in $(SRCROOT)/$(Project)*.diff; do \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dimpersonal.tcl366 set diff [expr {-($lastN*86400)}]
380 if {$rclock < $diff} {

Completed in 340 milliseconds

<<11121314151617181920>>