Searched defs:htol (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dsbasis-roots.cpp218 double htol,
254 if ((b-a)<htol){
279 ta_hi=ta_lo=a+htol;
289 tb_hi=tb_lo=b-htol;
301 if (t0>t1+htol) return;//no root here.
303 if (fabs(t1-t0)<htol){
304 multi_roots_internal(f,df,levels,roots,htol,vtol,t0,f(t0),t1,f(t1));
313 t_left =t-htol/2;
314 t_right=t+htol/2;
318 multi_roots_internal(f,df,levels,roots,htol,vto
210 multi_roots_internal(SBasis const &f, SBasis const &df, std::vector<double> const &levels, std::vector<std::vector<double> > &roots, double htol, double vtol, double a, double fa, double b, double fb) argument
346 multi_roots(SBasis const &f, std::vector<double> const &levels, double htol, double vtol, double a, double b) argument
[all...]

Completed in 15 milliseconds