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

  /src/external/gpl3/binutils/dist/gas/config/
atof-vax.c 111 /* Shared between flonum_gen2vax and next_bits. */
117 next_bits (int number_of_bits)
317 !next_bits (1);
346 | next_bits (15 - exponent_bits));
351 *lp = next_bits (LITTLENUM_NUMBER_OF_BITS);
353 if (next_bits (1))
116 next_bits (int number_of_bits) function
atof-ieee.c 93 next_bits (int number_of_bits)
455 for (exponent_skippage = 0; !next_bits (1); ++exponent_skippage);
522 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - (num_bits));
532 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - num_bits);
536 word1 |= next_bits ((LITTLENUM_NUMBER_OF_BITS - 1)
542 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS);
545 if (next_bits (1))
630 | next_bits ((LITTLENUM_NUMBER_OF_BITS - 1) - exponent_bits);
643 | next_bits (LITTLENUM_NUMBER_OF_BITS - 1));
648 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS)
92 next_bits (int number_of_bits) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
atof-vax.c 111 /* Shared between flonum_gen2vax and next_bits. */
117 next_bits (int number_of_bits)
317 !next_bits (1);
346 | next_bits (15 - exponent_bits));
351 *lp = next_bits (LITTLENUM_NUMBER_OF_BITS);
353 if (next_bits (1))
116 next_bits (int number_of_bits) function
atof-ieee.c 93 next_bits (int number_of_bits)
455 for (exponent_skippage = 0; !next_bits (1); ++exponent_skippage);
522 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - (num_bits));
532 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - num_bits);
536 word1 |= next_bits ((LITTLENUM_NUMBER_OF_BITS - 1)
542 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS);
545 if (next_bits (1))
630 | next_bits ((LITTLENUM_NUMBER_OF_BITS - 1) - exponent_bits);
643 | next_bits (LITTLENUM_NUMBER_OF_BITS - 1));
648 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS)
92 next_bits (int number_of_bits) function
    [all...]

Completed in 16 milliseconds