HomeSort by: relevance | last modified time | path
    Searched defs:top_exp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 295 long top_exp, bot_exp; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
326 if (bot_exp < top_exp - 53)
328 if (bot_exp > top_exp - 53 && bot_exp != 0)
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 295 long top_exp, bot_exp; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
326 if (bot_exp < top_exp - 53)
328 if (bot_exp > top_exp - 53 && bot_exp != 0)
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 300 long top_exp, bot_exp; local
303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
308 if ((unsigned long) top_exp == hfmt->exp_nan)
317 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
331 if (bot_exp < top_exp - 53)
333 if (bot_exp > top_exp - 53 && bot_exp != 0)
356 if (-first_bit < top_exp - 53)
358 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 300 long top_exp, bot_exp; local
303 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
308 if ((unsigned long) top_exp == hfmt->exp_nan)
317 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
331 if (bot_exp < top_exp - 53)
333 if (bot_exp > top_exp - 53 && bot_exp != 0)
356 if (-first_bit < top_exp - 53)
358 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 295 long top_exp, bot_exp; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
326 if (bot_exp < top_exp - 53)
328 if (bot_exp > top_exp - 53 && bot_exp != 0)
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 295 long top_exp, bot_exp; local
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
326 if (bot_exp < top_exp - 53)
328 if (bot_exp > top_exp - 53 && bot_exp != 0)
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)

Completed in 18 milliseconds