Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libiberty/src/
Dfloatformat.c155 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_i387_ext_is_valid() local
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
307 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_to_double() local
315 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
332 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
356 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
392 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
412 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.c121 unsigned char *ufrom = (unsigned char *) from; in convert_floatformat_to_doublest() local
154 swapin = ufrom; in convert_floatformat_to_doublest()
155 ufrom = newfrom; in convert_floatformat_to_doublest()
171 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest()
210 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest()
220 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in convert_floatformat_to_doublest()