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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c45 double min_defect2 = 0.; variable
114 if (d2 < min_defect2)
116 min_defect2 = d2;
175 printf (" Min 2nd step defect: %e at %e\n", min_defect2, min_defect2_x);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc45 double min_defect2 = 0.; variable
114 if (d2 < min_defect2)
116 min_defect2 = d2;
175 printf (" Min 2nd step defect: %e at %e\n", min_defect2, min_defect2_x);

Completed in 123 milliseconds