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

/inkscape/src/2geom/
H A Dsbasis-roots.cpp272 double ta_hi,tb_hi,ta_lo,tb_lo; local
273 ta_hi=ta_lo=b+1;//default values => no root there.
277 //ta_hi=ta_lo=a;
279 ta_hi=ta_lo=a+htol;
282 ta_hi=a+(levels.at(idxa )-fa)/bs.max();
298 t0=std::min(ta_hi,ta_lo);
432 double ta_hi; // f remains below next level for t<ta_hi local
437 ta_hi=ta_lo=b+1;//default values => no root there.
444 ta_hi
[all...]

Completed in 664 milliseconds