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

  /src/external/lgpl3/mpfr/dist/src/
exp_2.c 281 mp_size_t sbit, tbit; local
301 MPFR_MPZ_SIZEINBASE2 (tbit, t);
302 dif = *exps + sbit - expt - tbit;
326 MPFR_MPZ_SIZEINBASE2 (tbit, t);
327 expr += mpz_normalize (rr, rr, tbit);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
init.c 791 OFFSZ lastoff, tbit; local
800 tbit = numents*basesz; /* open-ended arrays */
807 tbit = tsize(csym->stype, csym->sdf, csym->sap);
866 clearbf(lastoff, tbit-lastoff);
868 zbits(lastoff, tbit-lastoff);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
init.c 814 OFFSZ lastoff, tbit; local
823 tbit = numents*basesz; /* open-ended arrays */
830 tbit = tsize(csym->stype, csym->sdf, csym->sap);
889 clearbf(lastoff, tbit-lastoff);
891 zbits(lastoff, tbit-lastoff);
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 8724 unsigned long tbit; local
8729 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
8731 tbit = LOAD_BIT;
8733 if ((inst.instruction & tbit) == 0)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 8727 unsigned long tbit; local
8732 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
8734 tbit = LOAD_BIT;
8736 if ((inst.instruction & tbit) == 0)

Completed in 77 milliseconds