| /src/external/gpl3/binutils/dist/libiberty/ |
| floatformat.c | 197 const unsigned char *ufrom = (const unsigned char *) from; local 199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 201 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, 293 const unsigned char *ufrom = (const unsigned char *) from; local 298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 304 top_nan = mant_bits_set (hfmt, ufrom); 317 return !mant_bits_set (hfmt, ufrom + 8); 336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize 487 const unsigned char *ufrom = (const unsigned char *) from; local [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| floatformat.c | 197 const unsigned char *ufrom = (const unsigned char *) from; local 199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 201 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, 293 const unsigned char *ufrom = (const unsigned char *) from; local 298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 304 top_nan = mant_bits_set (hfmt, ufrom); 317 return !mant_bits_set (hfmt, ufrom + 8); 336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize 487 const unsigned char *ufrom = (const unsigned char *) from; local [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| floatformat.c | 202 const unsigned char *ufrom = (const unsigned char *) from; local 204 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 206 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, 298 const unsigned char *ufrom = (const unsigned char *) from; local 303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 305 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 309 top_nan = mant_bits_set (hfmt, ufrom); 322 return !mant_bits_set (hfmt, ufrom + 8); 341 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 365 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize 492 const unsigned char *ufrom = (const unsigned char *) from; local [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| floatformat.c | 202 const unsigned char *ufrom = (const unsigned char *) from; local 204 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 206 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, 298 const unsigned char *ufrom = (const unsigned char *) from; local 303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 305 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 309 top_nan = mant_bits_set (hfmt, ufrom); 322 return !mant_bits_set (hfmt, ufrom + 8); 341 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 365 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize 492 const unsigned char *ufrom = (const unsigned char *) from; local [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| floatformat.c | 197 const unsigned char *ufrom = (const unsigned char *) from; local 199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 201 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, 293 const unsigned char *ufrom = (const unsigned char *) from; local 298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 304 top_nan = mant_bits_set (hfmt, ufrom); 317 return !mant_bits_set (hfmt, ufrom + 8); 336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize 487 const unsigned char *ufrom = (const unsigned char *) from; local [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| floatformat.c | 197 const unsigned char *ufrom = (const unsigned char *) from; local 199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, 201 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, 293 const unsigned char *ufrom = (const unsigned char *) from; local 298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, 300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 304 top_nan = mant_bits_set (hfmt, ufrom); 317 return !mant_bits_set (hfmt, ufrom + 8); 336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize, 360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize 487 const unsigned char *ufrom = (const unsigned char *) from; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target-float.c | 628 unsigned char *ufrom = (unsigned char *) from; local 655 order = floatformat_normalize_byteorder (fmt, ufrom, newfrom); 658 ufrom = newfrom; 664 from_target (fmt->split_half, ufrom, &dtop); 673 ufrom + fmt->totalsize / FLOATFORMAT_CHAR_BIT / 2, &dbot); 678 exponent = get_field (ufrom, order, fmt->totalsize, fmt->exp_start, 717 mant = get_field (ufrom, order, fmt->totalsize, mant_off, mant_bits); 726 if (get_field (ufrom, order, fmt->totalsize, fmt->sign_start, 1))
|
| /src/external/gpl3/gdb/dist/gdb/ |
| target-float.c | 628 unsigned char *ufrom = (unsigned char *) from; local 655 order = floatformat_normalize_byteorder (fmt, ufrom, newfrom); 658 ufrom = newfrom; 664 from_target (fmt->split_half, ufrom, &dtop); 673 ufrom + fmt->totalsize / FLOATFORMAT_CHAR_BIT / 2, &dbot); 678 exponent = get_field (ufrom, order, fmt->totalsize, fmt->exp_start, 717 mant = get_field (ufrom, order, fmt->totalsize, mant_off, mant_bits); 726 if (get_field (ufrom, order, fmt->totalsize, fmt->sign_start, 1))
|