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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c143 double x_low = (i < steps ? 1. : -3.) + i * step; local
144 double x_high = x_low + step - eps30;
149 factor = (1./x_low- 1./x_high) / step * 256. + 0.5;
155 if (x_low < 0)
157 low_defect = 1. / x_low + x_low * factor / 256.;
166 calc_defect (x_low, constant, factor);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc143 double x_low = (i < steps ? 1. : -3.) + i * step; local
144 double x_high = x_low + step - eps30;
149 factor = (1./x_low- 1./x_high) / step * 256. + 0.5;
155 if (x_low < 0)
157 low_defect = 1. / x_low + x_low * factor / 256.;
166 calc_defect (x_low, constant, factor);

Completed in 117 milliseconds