Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfloatformat.c299 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
300 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
301 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
302 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
305 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid()
337 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
338 hfmt->man_start + cur_bit, 1)) in floatformat_ibm_long_double_is_valid()
361 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
362 hfmt->man_start + hfmt->man_len - 1, 1); in floatformat_ibm_long_double_is_valid()
369 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfloatformat.c298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
299 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
301 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
304 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid()
336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
337 hfmt->man_start + cur_bit, 1)) in floatformat_ibm_long_double_is_valid()
360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
361 hfmt->man_start + hfmt->man_len - 1, 1); in floatformat_ibm_long_double_is_valid()
368 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dfloatformat.c297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
298 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
300 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
303 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid()
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
336 hfmt->man_start + cur_bit, 1)) in floatformat_ibm_long_double_is_valid()
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
360 hfmt->man_start + hfmt->man_len - 1, 1); in floatformat_ibm_long_double_is_valid()
367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfloatformat.c297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
298 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
300 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
303 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid()
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
336 hfmt->man_start + cur_bit, 1)) in floatformat_ibm_long_double_is_valid()
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
360 hfmt->man_start + hfmt->man_len - 1, 1); in floatformat_ibm_long_double_is_valid()
367 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfloatformat.c298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
299 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
301 hfmt->exp_start, hfmt->exp_len); in floatformat_ibm_long_double_is_valid()
304 top_nan = mant_bits_set (hfmt, ufrom); in floatformat_ibm_long_double_is_valid()
336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
337 hfmt->man_start + cur_bit, 1)) in floatformat_ibm_long_double_is_valid()
360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
361 hfmt->man_start + hfmt->man_len - 1, 1); in floatformat_ibm_long_double_is_valid()
368 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()
[all …]