Searched refs:x_high (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c144 double x_high = x_low + step - eps30; local
149 factor = (1./x_low- 1./x_high) / step * 256. + 0.5;
158 high_defect = 1. / x_high + x_high * factor / 256.;
168 calc_defect (x_high, constant, factor);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc144 double x_high = x_low + step - eps30; local
149 factor = (1./x_low- 1./x_high) / step * 256. + 0.5;
158 high_defect = 1. / x_high + x_high * factor / 256.;
168 calc_defect (x_high, constant, factor);

Completed in 193 milliseconds