Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dfloatformat.c120 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_i387_ext_is_valid() local
122 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
124 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid()
272 const unsigned char *ufrom = (const unsigned char *)from; in floatformat_to_double() local
280 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
297 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
314 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
350 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double()
370 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.c158 unsigned char *ufrom = (unsigned char *) from; in convert_floatformat_to_doublest() local
171 order = floatformat_normalize_byteorder (fmt, ufrom, newfrom); in convert_floatformat_to_doublest()
174 ufrom = newfrom; in convert_floatformat_to_doublest()
176 exponent = get_field (ufrom, order, fmt->totalsize, fmt->exp_start, in convert_floatformat_to_doublest()
215 mant = get_field (ufrom, order, fmt->totalsize, mant_off, mant_bits); in convert_floatformat_to_doublest()
224 if (get_field (ufrom, order, fmt->totalsize, fmt->sign_start, 1)) in convert_floatformat_to_doublest()