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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic4x.c 240 unsigned int smant; /* Scaled mantissa. */ local
451 smant = 0;
454 /* Store the mantissa data into smant and the roundbit into rbit */
459 smant |= tmp;
468 if (smant == (1u << mantissa_bits << 1) - 1)
470 smant++;
479 smant >>= 1;
480 smant |= sone; /* Insert the bit from mover into smant */
487 if (!(sone&smant))
    [all...]
tc-tic4x.c 240 unsigned int smant; /* Scaled mantissa. */ local
451 smant = 0;
454 /* Store the mantissa data into smant and the roundbit into rbit */
459 smant |= tmp;
468 if (smant == (1u << mantissa_bits << 1) - 1)
470 smant++;
479 smant >>= 1;
480 smant |= sone; /* Insert the bit from mover into smant */
487 if (!(sone&smant))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic4x.c 240 unsigned int smant; /* Scaled mantissa. */ local
451 smant = 0;
454 /* Store the mantissa data into smant and the roundbit into rbit */
459 smant |= tmp;
468 if (smant == (1u << mantissa_bits << 1) - 1)
470 smant++;
479 smant >>= 1;
480 smant |= sone; /* Insert the bit from mover into smant */
487 if (!(sone&smant))
    [all...]
tc-tic4x.c 240 unsigned int smant; /* Scaled mantissa. */ local
451 smant = 0;
454 /* Store the mantissa data into smant and the roundbit into rbit */
459 smant |= tmp;
468 if (smant == (1u << mantissa_bits << 1) - 1)
470 smant++;
479 smant >>= 1;
480 smant |= sone; /* Insert the bit from mover into smant */
487 if (!(sone&smant))
    [all...]

Completed in 37 milliseconds