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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c36 double max_defect = 0.; variable
95 if (d > max_defect)
97 max_defect = d;
147 double low_defect, med_defect, high_defect, max_defect; local
160 max_defect
162 constant = (med_defect + max_defect) * 0.5 * 16384. + 0.5;
172 printf (" Max defect: %e at %e\n", max_defect, max_defect_x);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc36 double max_defect = 0.; variable
95 if (d > max_defect)
97 max_defect = d;
147 double low_defect, med_defect, high_defect, max_defect; local
160 max_defect
162 constant = (med_defect + max_defect) * 0.5 * 16384. + 0.5;
172 printf (" Max defect: %e at %e\n", max_defect, max_defect_x);

Completed in 172 milliseconds