Searched refs:fx (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/db/
H A Ddns_db_find_2_data7 dns_db_find_2.data rbt vix.com. in zone a.fx.vix.com. A DNS_DBFIND_GLUEOK 0 DNS_R_GLUE
8 dns_db_find_2.data rbt vix.com. in zone fx.vix.com. NS DNS_DBFIND_GLUEOK 0 DNS_R_GLUE
9 dns_db_find_2.data rbt vix.com. in zone a.fx.vix.com. NS DNS_DBFIND_GLUEOK 0 DNS_R_DELEGATION
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/lib/bigdecimal/
H A Djacobian.rb21 # fx is f.values(x).
43 # fx is the value of f at x.
44 def dfdxi(f,fx,x,i)
51 dx = fx[i].abs/ratio if isEqual(dx,f.zero,f.zero,f.eps)
64 if !isEqual(fxNew[j],fx[j],f.zero,f.eps) then
66 deriv <<= (fxNew[j]-fx[j])/dx
76 # Computes the Jacobian of f at x. fx is the value of f at x.
77 def jacobian(f,fx,x)
81 df = dfdxi(f,fx,x,i)
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGRadialGradientElement.idl32 readonly attribute SVGAnimatedLength fx;
H A DSVGRadialGradientElement.h53 DECLARE_ANIMATED_LENGTH(Fx, fx)
H A DRadialGradientAttributes.h44 SVGLength fx() const { return m_fx; } function in struct:WebCore::RadialGradientAttributes
H A DSVGRadialGradientElement.cpp47 DEFINE_ANIMATED_LENGTH(SVGRadialGradientElement, SVGNames::fxAttr, Fx, fx)
55 REGISTER_LOCAL_ANIMATED_PROPERTY(fx)
180 attributes.setFx(radial->fx());
207 // Handle default values for fx/fy
221 || fx().isRelative()
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Drefresh.c452 * the line. fx and sx is the number of characters inserted or deleted
457 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
460 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
461 sx, fx, diff));
463 if (fx < 0)
464 fx = -fx;
467 if (fx > diff)
468 diff = fx;
506 int fx, s local
[all...]
/macosx-10.9.5/libedit-39/src/
H A Drefresh.c452 * the line. fx and sx is the number of characters inserted or deleted
457 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
460 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
461 sx, fx, diff));
463 if (fx < 0)
464 fx = -fx;
467 if (fx > diff)
468 diff = fx;
506 int fx, s local
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Drefresh.c447 int fx, sx; local
571 * fx is the number of characters we need to insert/delete: in the
574 fx = (nsb - nfd) - (osb - ofd);
582 if (fx > 0) {
598 if (fx < 0) {
626 * Now that we are done with pragmatics we recompute fx, sx
628 fx = (nsb - nfd) - (osb - ofd);
672 * fx is the difference in length between the chars between nfd and
705 if ((nsb != nfd) && fx > 0 &&
706 ((p - old) + fx <
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.refresh.c564 int fx, sx; local
708 * fx is the number of characters we need to insert/delete: in the
711 fx = (int) ((nsb - nfd) - (osb - ofd));
719 if (fx > 0) {
735 if (fx < 0) {
765 * Now that we are done with pragmatics we recompute fx, sx
767 fx = (int) ((nsb - nfd) - (osb - ofd));
809 * fx is the difference in length between the the chars between nfd and
838 if ((nsb != nfd) && fx > 0 && ((p - old) + fx < Term
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfindfp.c136 struct __sFILEX *fx; local
143 fx = (struct __sFILEX *)&p[n];
150 p->_extra = fx;
152 p++, fx++;
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceRadialGradient.cpp56 return SVGLengthContext::resolvePoint(static_cast<const SVGElement*>(node()), attributes.gradientUnits(), attributes.fx(), attributes.fy());
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dprimtypes.swg209 double fx = floor(x);
211 double rd = ((x - fx) < 0.5) ? fx : cx; /* simple rint */
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dmanpages.tcl159 foreach fx $claims($p) { +u $fx }
204 foreach fx $claims($pkg) { set used($fx) . }
H A Dtestsuites.tcl230 foreach fx $claims($p) { +u $fx }
275 foreach fx $claims($pkg) { set used($fx) . }
H A Dsyntax.tcl155 foreach fx $claims($p) { +u $fx }
370 foreach fx $claims($pkg) { set used($fx) . }
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dmanpages.tcl159 foreach fx $claims($p) { +u $fx }
204 foreach fx $claims($pkg) { set used($fx) . }
H A Dtestsuites.tcl230 foreach fx $claims($p) { +u $fx }
275 foreach fx $claims($pkg) { set used($fx) . }
H A Dsyntax.tcl155 foreach fx $claims($p) { +u $fx }
368 foreach fx $claims($pkg) { set used($fx) . }
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Doptimize.tcl215 set fx $params(-fguess)
217 set s $f; lappend s $x; set fx [eval $s]
219 puts stdout "f($x) = $fx (initialisation)"
222 set fw $fx
223 set fv $fx
236 return [list $x $fx]
245 set r [expr { ( $x - $w ) * ( $fx - $fv ) }]
246 set q [expr { ( $x - $v ) * ( $fx - $fw ) }]
311 if { $fu <= $fx } {
322 set fw $fx
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Darrays2.sh176 function fx function
181 fx values[1]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos6.tcl82 set fx [expr {($x-$xd1)/$r1p3 - ($x-$xd2)/$r2p3}]
85 return [list $fx $fy]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_mvcur.c112 #define NOT_LOCAL(fy, fx, ty, tx) ((tx > LONG_DIST) \
114 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))
1039 int fy, fx, ty, tx, n, i; local
1048 puts("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1063 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1069 mvcur(fy, fx, ty, tx);
1076 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1082 _nc_scrolln(fy, fx, ty, tx);
/macosx-10.9.5/screen-22/screen/
H A Dmark.c964 int fx, fy; local
981 fx = markdata->cx; fy = markdata->cy;
986 if (ty == fy && fx + 1 == tx && dw_right(ml, tx, fore->w_encoding) && tx < D_width - 1)
988 if (ty == fy && fx - 1 == tx && dw_right(ml, fx, fore->w_encoding) && tx)
1017 ff = fx + fy * fore->w_width; /* "from" offset in WIN coords */
1028 x = fx; y = fy;
/macosx-10.9.5/lsof-52/lsof/
H A Dproc.c911 int al, ct, fx; local
923 for (ct = fx = 0; fx < 2; fx++) {
924 if (fx == 0) {

Completed in 411 milliseconds

12