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

  /src/external/gpl3/binutils/dist/gas/
flonum-copy.c 59 int shorten; /* 1-origin. Number of littlenums we drop. */ local
61 shorten = in_length - out_length;
63 memcpy (out->low, in->low + shorten,
66 out->exponent = in->exponent + shorten;
  /src/external/gpl3/binutils.old/dist/gas/
flonum-copy.c 59 int shorten; /* 1-origin. Number of littlenums we drop. */ local
61 shorten = in_length - out_length;
63 memcpy (out->low, in->low + shorten,
66 out->exponent = in->exponent + shorten;
  /src/external/gpl2/xcvs/dist/src/
checkout.c 47 char *mwhere, char *mfile, int shorten,
56 "\t-N\tDon't shorten module paths if -d specified.\n",
77 "\t-N\tDon't shorten module paths if -d specified.\n",
114 int shorten = -1; local
167 shorten = 0;
205 if (shorten == -1)
206 shorten = 1;
248 if (shorten == -1)
249 shorten = 0;
312 if (!shorten)
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
expr.c 562 bigptr shorten(p)
584 fatal1("shorten: invalid tag %d", p->tag);
592 q = shorten( cpexpr(p->rightp) );
595 p->leftp = shorten(p->leftp);
608 p->leftp = shorten(p->leftp);
560 bigptr shorten(p) function
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 5237 int shorten = 0;
5589 shorten = may_shorten_divmod (op0, stripped_op1);
5603 shorten = -1;
5617 /* Although it would be tempting to shorten always here, that loses
5619 quotient can't be represented in the computation mode. We shorten
5622 shorten = may_shorten_divmod (op0, stripped_op1);
6079 shorten = 1;
6277 && (shorten || common || short_compare))
6525 /* For certain operations (which identify themselves by shorten != 0)
6529 shorten !=0 and !=1 indicates a bitwise operation
5229 int shorten = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 4978 int shorten = 0;
5252 shorten = ((TREE_CODE (op0) == NOP_EXPR
5274 shorten = -1;
5288 /* Although it would be tempting to shorten always here, that loses
5290 quotient can't be represented in the computation mode. We shorten
5293 shorten = ((TREE_CODE (op0) == NOP_EXPR
5749 shorten = 1;
5947 && (shorten || common || short_compare))
6142 /* For certain operations (which identify themselves by shorten != 0)
6146 shorten !=0 and !=1 indicates a bitwise operation
4970 int shorten = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 12640 int shorten = 0;
12915 /* Although it would be tempting to shorten always here, that
12918 computation mode. We shorten only if unsigned or if
12920 shorten = may_shorten_divmod (op0, op1);
12930 shorten = -1;
12952 /* Although it would be tempting to shorten always here, that loses
12954 quotient can't be represented in the computation mode. We shorten
12956 shorten = may_shorten_divmod (op0, op1);
13505 if (shorten || common || short_compare)
13602 /* For certain operations (which identify themselves by shorten != 0
12601 int shorten = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 11798 int shorten = 0;
12069 /* Although it would be tempting to shorten always here, that
12072 computation mode. We shorten only if unsigned or if
12074 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
12085 shorten = -1;
12106 /* Although it would be tempting to shorten always here, that loses
12108 quotient can't be represented in the computation mode. We shorten
12110 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
12628 if (shorten || common || short_compare)
12725 /* For certain operations (which identify themselves by shorten != 0
11761 int shorten = 0; local
    [all...]

Completed in 51 milliseconds