Home
last modified time | relevance | path

Searched refs:nr_shift (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-fpu.c237 int nr_shift = NORMAL_EXPMIN - src->normal_exp; in pack_fpu() local
238 if (nr_shift > NR_FRACBITS) in pack_fpu()
252 fraction >>= nr_shift; in pack_fpu()