Searched refs:shorten (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/
H A Dflonum-copy.c61 int shorten; /* 1-origin. Number of littlenums we drop. */ local
63 shorten = in_length - out_length;
65 memcpy ((void *) (out->low), (void *) (in->low + shorten),
68 out->exponent = in->exponent + shorten;
/freebsd-10.0-release/etc/periodic/daily/
H A D460.status-mail-rejects15 [Yy][Ee][Ss]) shorten='cut -d" " -f2,3';;
16 *) shorten=cat;;
66 }' | eval $shorten | sort -f | uniq -ic | sort -fnr | tee /dev/stderr | wc -l)
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc107 we can shorten the on-disk segment size. */
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck.c3007 int shorten = 0;
3164 shorten = ((TREE_CODE (op0) == NOP_EXPR
3178 shorten = -1;
3190 /* Although it would be tempting to shorten always here, that loses
3192 quotient can't be represented in the computation mode. We shorten
3194 shorten = ((TREE_CODE (op0) == NOP_EXPR
3383 shorten = 1;
3466 && (shorten || common || short_compare))
3487 /* For certain operations (which identify themselves by shorten != 0)
3491 shorten !
2999 int shorten = 0; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dc-typeck.c7860 int shorten = 0;
7969 /* Although it would be tempting to shorten always here, that
7972 computation mode. We shorten only if unsigned or if
7974 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
7985 shorten = -1;
7997 /* Although it would be tempting to shorten always here, that loses
7999 quotient can't be represented in the computation mode. We shorten
8001 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
8237 if (shorten || common || short_compare)
8240 /* For certain operations (which identify themselves by shorten !
7822 int shorten = 0; local
[all...]

Completed in 881 milliseconds