Searched refs:note_defect3 (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) function
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, x);
125 note_defect3 (-(1 << CUTOFF_BITS), d2, y2d, x);
126 note_defect3 ((1U << 31) - (1 << CUTOFF_BITS) + 1, d2, y2d, x);
127 note_defect3 (-(1U << 31), d2, y2d, x);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc57 note_defect3 (int val, double d2, double y2d, double x) function
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, x);
125 note_defect3 (-(1 << CUTOFF_BITS), d2, y2d, x);
126 note_defect3 ((1U << 31) - (1 << CUTOFF_BITS) + 1, d2, y2d, x);
127 note_defect3 (-(1U << 31), d2, y2d, x);

Completed in 115 milliseconds