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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c57 note_defect3 (int val, double d2, double y2d, double x) argument
65 cutoff = (cutoff_val * (1<<CUTOFF_BITS) - val) * y2d;
89 double y2d0, y2d; local
107 y2d = - floor ((y1 - y0 / (1<<30-14)) * y2d1) / (1LL<<44);
108 d2 = y1 + y2d - 1/x;
120 note_defect3 ((1 << CUTOFF_BITS) - 1, d2, y2d, x);
121 note_defect3 (1 << CUTOFF_BITS, d2, y2d, x);
122 note_defect3 ((1U << 31) - (1 << CUTOFF_BITS), d2, y2d, x);
123 note_defect3 ((1U << 31) - 1, d2, y2d, x);
124 note_defect3 (-1, d2, y2d,
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc57 note_defect3 (int val, double d2, double y2d, double x) argument
65 cutoff = (cutoff_val * (1<<CUTOFF_BITS) - val) * y2d;
89 double y2d0, y2d; local
107 y2d = - floor ((y1 - y0 / (1<<30-14)) * y2d1) / (1LL<<44);
108 d2 = y1 + y2d - 1/x;
120 note_defect3 ((1 << CUTOFF_BITS) - 1, d2, y2d, x);
121 note_defect3 (1 << CUTOFF_BITS, d2, y2d, x);
122 note_defect3 ((1U << 31) - (1 << CUTOFF_BITS), d2, y2d, x);
123 note_defect3 ((1U << 31) - 1, d2, y2d, x);
124 note_defect3 (-1, d2, y2d,
[all...]

Completed in 171 milliseconds