Searched refs:hfmt (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dfloatformat.c294 const struct floatformat *hfmt = fmt->split_half; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 hfmt->exp_start, hfmt->exp_len);
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
301 hfmt->exp_start, hfmt->exp_len);
303 if ((unsigned long) top_exp == hfmt
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfloatformat.c299 const struct floatformat *hfmt = fmt->split_half; local
303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
304 hfmt->exp_start, hfmt->exp_len);
305 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
306 hfmt->exp_start, hfmt->exp_len);
308 if ((unsigned long) top_exp == hfmt
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfloatformat.c294 const struct floatformat *hfmt = fmt->split_half; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 hfmt->exp_start, hfmt->exp_len);
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
301 hfmt->exp_start, hfmt->exp_len);
303 if ((unsigned long) top_exp == hfmt
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dfloatformat.c299 const struct floatformat *hfmt = fmt->split_half; local
303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
304 hfmt->exp_start, hfmt->exp_len);
305 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
306 hfmt->exp_start, hfmt->exp_len);
308 if ((unsigned long) top_exp == hfmt
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dfloatformat.c294 const struct floatformat *hfmt = fmt->split_half; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 hfmt->exp_start, hfmt->exp_len);
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
301 hfmt->exp_start, hfmt->exp_len);
303 if ((unsigned long) top_exp == hfmt
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dfloatformat.c294 const struct floatformat *hfmt = fmt->split_half; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 hfmt->exp_start, hfmt->exp_len);
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
301 hfmt->exp_start, hfmt->exp_len);
303 if ((unsigned long) top_exp == hfmt
[all...]

Completed in 221 milliseconds