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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c85 calc_defect (double x, int constant, int factor) function
166 calc_defect (x_low, constant, factor);
167 calc_defect (x_med, constant, factor);
168 calc_defect (x_high, constant, factor);
181 calc_defect (1., constants[0], factors[0]));
183 calc_defect (-2., constants[steps], factors[steps]));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc85 calc_defect (double x, int constant, int factor) function
166 calc_defect (x_low, constant, factor);
167 calc_defect (x_med, constant, factor);
168 calc_defect (x_high, constant, factor);
181 calc_defect (1., constants[0], factors[0]));
183 calc_defect (-2., constants[steps], factors[steps]));

Completed in 183 milliseconds