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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c59 int cutoff_val = val >> CUTOFF_BITS; local
64 cutoff_val++;
65 cutoff = (cutoff_val * (1<<CUTOFF_BITS) - val) * y2d;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc59 int cutoff_val = val >> CUTOFF_BITS; local
64 cutoff_val++;
65 cutoff = (cutoff_val * (1<<CUTOFF_BITS) - val) * y2d;

Completed in 205 milliseconds