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

  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 334 int first_bit = -1, second_bit = -1, cur_bit; local
339 if (first_bit == -1)
340 first_bit = cur_bit;
348 if (first_bit == -1)
350 /* The real exponent of the bottom part is -first_bit. */
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 334 int first_bit = -1, second_bit = -1, cur_bit; local
339 if (first_bit == -1)
340 first_bit = cur_bit;
348 if (first_bit == -1)
350 /* The real exponent of the bottom part is -first_bit. */
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 339 int first_bit = -1, second_bit = -1, cur_bit; local
344 if (first_bit == -1)
345 first_bit = cur_bit;
353 if (first_bit == -1)
355 /* The real exponent of the bottom part is -first_bit. */
356 if (-first_bit < top_exp - 53)
358 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 339 int first_bit = -1, second_bit = -1, cur_bit; local
344 if (first_bit == -1)
345 first_bit = cur_bit;
353 if (first_bit == -1)
355 /* The real exponent of the bottom part is -first_bit. */
356 if (-first_bit < top_exp - 53)
358 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 334 int first_bit = -1, second_bit = -1, cur_bit; local
339 if (first_bit == -1)
340 first_bit = cur_bit;
348 if (first_bit == -1)
350 /* The real exponent of the bottom part is -first_bit. */
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 334 int first_bit = -1, second_bit = -1, cur_bit; local
339 if (first_bit == -1)
340 first_bit = cur_bit;
348 if (first_bit == -1)
350 /* The real exponent of the bottom part is -first_bit. */
351 if (-first_bit < top_exp - 53)
353 if (-first_bit > top_exp - 53)
  /src/external/bsd/pcc/dist/pcc/arch/arm/
local2.c 79 int first_bit, value; local
82 first_bit = ffs(tmp);
83 first_bit -= 1; /* ffs indexes from 1, not 0 */
84 first_bit &= ~1; /* must use even bit offsets */
86 value = tmp & (0xff << first_bit);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 173 unsigned first_bit = 6 * loop->num + kind * 2; local
174 if (bitmap_bit_p (&ref->dep_loop, first_bit))
176 else if (bitmap_bit_p (&ref->dep_loop, first_bit + 1))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 171 unsigned first_bit = 6 * loop->num + kind * 2; local
172 if (bitmap_bit_p (&ref->dep_loop, first_bit))
174 else if (bitmap_bit_p (&ref->dep_loop, first_bit + 1))
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 1537 tilegx_bitfield_operand_p (HOST_WIDE_INT n, int *first_bit, int *last_bit)
1554 if (first_bit != NULL)
1555 *first_bit = i;
5324 int first_bit, last_bit;
5329 &first_bit, &last_bit))
5335 fprintf (file, "%d, %d", first_bit, last_bit);
5313 int first_bit, last_bit; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 1309 tilepro_bitfield_operand_p (HOST_WIDE_INT n, int *first_bit, int *last_bit)
1326 if (first_bit != NULL)
1327 *first_bit = i;
4712 int first_bit, last_bit;
4715 || !tilepro_bitfield_operand_p (INTVAL (x), &first_bit,
4722 fprintf (file, "%d, %d", first_bit, last_bit);
4701 int first_bit, last_bit; local

Completed in 36 milliseconds