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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c32 #define CUTOFF_BITS 20 macro
59 int cutoff_val = val >> CUTOFF_BITS;
65 cutoff = (cutoff_val * (1<<CUTOFF_BITS) - val) * y2d;
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);
125 note_defect3 (-(1 << CUTOFF_BITS), d2, y2d, x);
126 note_defect3 ((1U << 31) - (1 << CUTOFF_BITS) + 1, d2, y2d, x);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc32 #define CUTOFF_BITS 20 macro
59 int cutoff_val = val >> CUTOFF_BITS;
65 cutoff = (cutoff_val * (1<<CUTOFF_BITS) - val) * y2d;
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);
125 note_defect3 (-(1 << CUTOFF_BITS), d2, y2d, x);
126 note_defect3 ((1U << 31) - (1 << CUTOFF_BITS) + 1, d2, y2d, x);

Completed in 167 milliseconds