Searched refs:tol (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_comment.cpp112 uint32_t tol; pub(tol); // read T4h-or-L4n local
113 if (tol <= 2 || flip(tol) <= 2) { // 32 bits
118 pub.get<void>(length - sizeof(tol)); // skip L-4 bytes
120 size_t length = n2h(tol);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_comment.cpp112 uint32_t tol; pub(tol); // read T4h-or-L4n local
113 if (tol <= 2 || flip(tol) <= 2) { // 32 bits
118 pub.get<void>(length - sizeof(tol)); // skip L-4 bytes
120 size_t length = n2h(tol);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-frac.el134 (defun calcFunc-frac (a &optional tol)
135 (or tol (setq tol 0))
141 (calcFunc-frac x tol)))
146 (math-neg (calcFunc-frac (math-neg a) tol)))
153 ((integerp tol)
154 (if (<= tol 0)
155 (setq tol (+ tol calc-internal-prec)))
159 (1+ tol)))))
[all...]
H A Dcalc-map.el1154 (defun math-nest-calls (func base iters accum tol)
1155 (or (symbolp tol)
1156 (if (math-realp tol)
1158 (math-reject-arg tol 'realp)))
1167 (or (not tol) (natnump iters) (math-reject-arg iters 'fixnatnump))
1187 (or (null tol)
1189 (if (eq tol t)
1195 (Math-lessp tol (math-abs (math-sub value ovalue)))
1212 (defun calcFunc-fixp (func base &optional iters tol)
1213 (math-nest-calls func base iters nil (or tol
[all...]
H A Dcalc-stuff.el276 (defun calcFunc-pfrac (a &optional tol)
277 (math-map-over-constants (function (lambda (x) (calcFunc-frac x tol)))
H A Dcalcalg3.el930 (tol (list 'float 1 (- -1 prec)))
939 (math-mul-float tol (math-abs x)))
/macosx-10.9.5/ntp-88/scripts/
H A Dchecktime.in15 $tol=2.0;
45 if ( ( $dargs[4] > $tol ) || ( $dargs[4] < -$tol ) ) {
51 # When the above list finishes, hosts that are different by +/- $tol (two seconds)
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest083.tcl148 set tol 0.3
150 set tol 0.15
153 roughly_equal $lessthan [expr $i * 1.0 / $nitems] $tol
163 proc roughly_equal { a b tol } {
164 error_check_good "$a =~ $b" [expr $a - $b < $tol] 1
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Delliptic.tcl19 variable tol
21 set tol 1.0e-10
128 variable tol
131 while { $k > $tol } {
H A Dpdf_stat.tcl756 proc ::math::statistics::incompleteGamma {x p {tol 1.0e-9}} {
794 if {$term < $tol} {
818 if {$dif <= $tol && $dif <= $tol * $rn} {
1004 # tol (Optional) error tolerance (defaults to 1.0e-9)
1012 proc ::math::statistics::incompleteBeta {a b x {tol 1.0e-9}} {
1023 if {$x < $tol} {
1026 if {$x > 1.0 - $tol} {
1032 return [beta_cont_frac $a $b $x $tol]
1034 set z [beta_cont_frac $b $a [expr {1.0 - $x}] $tol]
[all...]
H A Doptimize.tcl233 set tol [expr { $params(-relerror) * abs($x) + $params(-abserror) }]
234 set tol2 [expr { $tol + $tol }]
239 if { abs($e) > $tol } {
268 set d [expr { - $tol }]
270 set d $tol
290 # that it's at least $tol.
292 if { abs($d) >= $tol } {
295 set u [expr { $x - $tol }]
297 set u [expr { $x + $tol }]
[all...]
H A Dlinalg.tcl1846 set tol [expr {$epsilon * $epsilon * $n * $n}]
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-strtodg.c349 double adj0, tol; local
996 tol = dval(&adj) * 5e-16; /* > max rel error */
998 if (dval(&adj) < -tol) {
999 if (adj0 > tol) {
1004 else if (dval(&adj) > tol && adj0 < 1. - tol) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Daml.vim39 syn keyword amlArcCmd contained surfaceprojectio surfacerange surfaceresolutio surfacesave surfacescene surfaceshade surfacesighting surfacetarget surfacevalue surfaceviewfield surfaceviewshed surfacevisibility surfacexsection surfacezoom surfacezscale sv svfd svs sxs symboldump symboli[tem] symbolsa[ve] symbolsc[ale] symbolse[t] symbolset sz tab[les] tal[ly] tan tanh tc te tes[t] text textal[ignment] textan[gle] textcolor textcolorr[amp] textcop[y] textde[lete] textdi[rection] textedit textfil[e] textfit textfo[nt] textin[fo] textit[em] textj[ustificatio] textlist textm[ask] texto[ffset] textpe[n] textpr[ecision] textpu[t] textq[uality] textsa[ve] textsc[ale] textse[t] textset textsi[ze] textsl[ant] textspa[cing] textspl[ine] textst[yle] textsy[mbol] tf th thie[ssen] thin ti tics tict[ext] tigera[rc] tigert[ool] tigertool til[es] timped tin tina[rc] tinc[ontour] tinerrors tinhull tinl[attice] tinlines tinmarkers tins[pot] tinshades tintext tinv[rml] tl tm tol[erance] top[ogrid] topogridtool

Completed in 239 milliseconds