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

  /src/external/gpl3/gcc/dist/libdecnumber/
decPacked.c 74 uInt cut=DECDPUN; /* downcounter per Unit */ local
92 if (cut==0) {
95 cut=DECDPUN;
107 cut--;
112 if (cut==0) {
115 cut=DECDPUN;
126 cut--;
164 Int cut=0; /* phase of output */ local
203 if (cut==0) *up=(Unit)nib;
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]);
    [all...]
decNumber.c 504 Int cut, out; /* .. */ local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */
670 if (*c=='.') continue; /* ignore '.' [don't decrement cut] */
673 cut--;
674 if (cut>0) continue; /* more for this unit */
677 cut=DECDPUN; /* .. */
3459 uInt cut=DECDPUN; /* downcounter through unit */ local
3463 cut--;
3464 if (cut>0) continue; /* more in this unit */
3467 cut=DECDPUN
3493 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3619 Int cut; \/* for counting digits in a Unit *\/ local
4250 Int shift, cut; \/* .. *\/ local
6588 uInt cut; \/* .. *\/ local
6681 Int cut; \/* odd 0's to add *\/ local
6737 Int cut, count; \/* work *\/ local
6886 uInt cut; \/* cut point in Unit *\/ local
7627 Int cut; \/* work *\/ local
7810 Int cut; \/* .. *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decPacked.c 74 uInt cut=DECDPUN; /* downcounter per Unit */ local
92 if (cut==0) {
95 cut=DECDPUN;
107 cut--;
112 if (cut==0) {
115 cut=DECDPUN;
126 cut--;
164 Int cut=0; /* phase of output */ local
203 if (cut==0) *up=(Unit)nib;
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]);
    [all...]
decNumber.c 504 Int cut, out; /* .. */ local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */
670 if (*c=='.') continue; /* ignore '.' [don't decrement cut] */
673 cut--;
674 if (cut>0) continue; /* more for this unit */
677 cut=DECDPUN; /* .. */
3459 uInt cut=DECDPUN; /* downcounter through unit */ local
3463 cut--;
3464 if (cut>0) continue; /* more in this unit */
3467 cut=DECDPUN
3493 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3619 Int cut; \/* for counting digits in a Unit *\/ local
4250 Int shift, cut; \/* .. *\/ local
6588 uInt cut; \/* .. *\/ local
6681 Int cut; \/* odd 0's to add *\/ local
6737 Int cut, count; \/* work *\/ local
6886 uInt cut; \/* cut point in Unit *\/ local
7627 Int cut; \/* work *\/ local
7810 Int cut; \/* .. *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decPacked.c 74 uInt cut=DECDPUN; /* downcounter per Unit */ local
92 if (cut==0) {
95 cut=DECDPUN;
107 cut--;
112 if (cut==0) {
115 cut=DECDPUN;
126 cut--;
164 Int cut=0; /* phase of output */ local
203 if (cut==0) *up=(Unit)nib;
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]);
    [all...]
decNumber.c 504 Int cut, out; /* .. */ local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */
670 if (*c=='.') continue; /* ignore '.' [don't decrement cut] */
673 cut--;
674 if (cut>0) continue; /* more for this unit */
677 cut=DECDPUN; /* .. */
3459 uInt cut=DECDPUN; /* downcounter through unit */ local
3463 cut--;
3464 if (cut>0) continue; /* more in this unit */
3467 cut=DECDPUN
3493 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3619 Int cut; \/* for counting digits in a Unit *\/ local
4250 Int shift, cut; \/* .. *\/ local
6588 uInt cut; \/* .. *\/ local
6681 Int cut; \/* odd 0's to add *\/ local
6737 Int cut, count; \/* work *\/ local
6886 uInt cut; \/* cut point in Unit *\/ local
7627 Int cut; \/* work *\/ local
7810 Int cut; \/* .. *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decPacked.c 74 uInt cut=DECDPUN; /* downcounter per Unit */ local
92 if (cut==0) {
95 cut=DECDPUN;
107 cut--;
112 if (cut==0) {
115 cut=DECDPUN;
126 cut--;
164 Int cut=0; /* phase of output */ local
203 if (cut==0) *up=(Unit)nib;
204 else *up=(Unit)(*up+nib*DECPOWERS[cut]);
    [all...]
decNumber.c 504 Int cut, out; /* .. */ local
668 cut=d-(up-res)*DECDPUN; /* digits in top unit */
670 if (*c=='.') continue; /* ignore '.' [don't decrement cut] */
673 cut--;
674 if (cut>0) continue; /* more for this unit */
677 cut=DECDPUN; /* .. */
3459 uInt cut=DECDPUN; /* downcounter through unit */ local
3463 cut--;
3464 if (cut>0) continue; /* more in this unit */
3467 cut=DECDPUN
3493 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3619 Int cut; \/* for counting digits in a Unit *\/ local
4250 Int shift, cut; \/* .. *\/ local
6588 uInt cut; \/* .. *\/ local
6681 Int cut; \/* odd 0's to add *\/ local
6737 Int cut, count; \/* work *\/ local
6886 uInt cut; \/* cut point in Unit *\/ local
7627 Int cut; \/* work *\/ local
7810 Int cut; \/* .. *\/ local
    [all...]
  /src/external/bsd/nvi/dist/common/
cut.c 1 /* $NetBSD: cut.c,v 1.4 2014/01/26 21:43:45 christos Exp $ */
16 static const char sccsid[] = "Id: cut.c,v 10.18 2001/06/25 15:19:09 skimo Exp (Berkeley) Date: 2001/06/25 15:19:09 ";
19 __RCSID("$NetBSD: cut.c,v 1.4 2014/01/26 21:43:45 christos Exp $");
39 * cut --
46 * depending on into what buffer the last text was cut. Logically, in both
47 * delete and yank operations, if the user names a buffer, the text is cut
50 * buffer named '9' are discarded, and the text is cut into the buffer named
51 * '1'. The text is always cut into the unnamed buffer.
63 * When users explicitly cut text into the numeric buffers, historic vi became
70 * PUBLIC: int cut __P((SCR *, ARG_CHAR_T *, MARK *, MARK *, int))
73 cut(SCR *sp, ARG_CHAR_T *namep, MARK *fm, MARK *tm, int flags) function
    [all...]
  /src/external/bsd/nsd/dist/
verify.h 52 int cut; member in struct:verifier_stream
  /src/games/cribbage/
crib.c 65 static int cut(BOOLEAN, int);
237 msg(quiet ? "Cut for crib? " :
238 "Cut to see whose crib it is -- low card wins? ");
241 i = (rand() >> 4) % CARDS; /* random cut */
245 addmsg(quiet ? "You cut " : "You cut the ");
248 addmsg(quiet ? "I cut " : "I cut the ");
334 if (cut(mycrib, deckpos))
395 * cut
400 cut(BOOLEAN mycrib, int pos) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
fibonacci_heap.h 259 void cut (fibonacci_node_t *node, fibonacci_node_t *parent);
261 /* Process cut of node Y and do it recursivelly. */
437 cut (node, y);
562 fibonacci_heap<K,V>::cut (fibonacci_node<K,V> *node, function in class:fibonacci_heap
572 /* Process cut of node Y and do it recursivelly. */
589 cut (y, z);
  /src/external/gpl3/gcc.old/dist/gcc/
fibonacci_heap.h 259 void cut (fibonacci_node_t *node, fibonacci_node_t *parent);
261 /* Process cut of node Y and do it recursivelly. */
437 cut (node, y);
562 fibonacci_heap<K,V>::cut (fibonacci_node<K,V> *node, function in class:fibonacci_heap
572 /* Process cut of node Y and do it recursivelly. */
589 cut (y, z);
  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal64.c 616 Int cut; /* work */ local
637 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
638 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */
639 if (cut==0) { /* unit-boundary case */
647 uInt quot=QUOT10(*source, cut);
648 uInt rem=*source-quot*DECPOWERS[cut];
651 uInt rem=*source%DECPOWERS[cut];
652 next+=*source/DECPOWERS[cut];
655 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */
671 cut=0; /* at lowest digit *
753 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal64.c 616 Int cut; /* work */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */
640 if (cut==0) { /* unit-boundary case */
648 uInt quot=QUOT10(*source, cut);
649 uInt rem=*source-quot*DECPOWERS[cut];
652 uInt rem=*source%DECPOWERS[cut];
653 next+=*source/DECPOWERS[cut];
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */
672 cut=0; /* at lowest digit *
754 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal64.c 616 Int cut; /* work */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */
640 if (cut==0) { /* unit-boundary case */
648 uInt quot=QUOT10(*source, cut);
649 uInt rem=*source-quot*DECPOWERS[cut];
652 uInt rem=*source%DECPOWERS[cut];
653 next+=*source/DECPOWERS[cut];
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */
672 cut=0; /* at lowest digit *
754 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal64.c 616 Int cut; /* work */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
639 cut=DECDPUN-MSUDIGITS(shift); /* where to slice */
640 if (cut==0) { /* unit-boundary case */
648 uInt quot=QUOT10(*source, cut);
649 uInt rem=*source-quot*DECPOWERS[cut];
652 uInt rem=*source%DECPOWERS[cut];
653 next+=*source/DECPOWERS[cut];
656 next=rem*DECPOWERS[DECDPUN-cut]; /* save remainder for next Unit */
672 cut=0; /* at lowest digit *
754 Int cut=0; \/* power of ten in current unit *\/ local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
update.c 735 bool *cut, bool *unsecure) {
745 *cut = false;
750 *cut = true;
771 *cut = false;
779 *cut = false;
789 * a zone cut.
1272 dns_dbversion_t *ver, dns_name_t *name, bool cut,
1308 * We don't need to sign unsigned NSEC records at the cut
1312 (cut && type != dns_rdatatype_ds))
1431 bool cut; local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio.c 1678 * For VDEV_IO_START, we cut in line so that the io will
1683 boolean_t cut = (stage == ZIO_STAGE_VDEV_IO_START) ? local
1685 zio_taskq_dispatch(zio, ZIO_TASKQ_ISSUE, cut);
3280 * On retry, we cut in line in the issue queue, since we don't want
  /src/external/mpl/dhcp/bind/dist/lib/dns/
update.c 849 bool *cut, bool *unsecure) {
859 *cut = false;
866 *cut = true;
887 *cut = false;
897 *cut = false;
909 * a zone cut.
1385 dns_dbversion_t *ver, dns_name_t *name, bool cut,
1421 * We don't need to sign unsigned NSEC records at the cut
1425 (cut && type != dns_rdatatype_ds))
1539 bool cut; local
    [all...]
  /src/sys/dist/pf/net/
pf.c 2438 u_int16_t cut; local
2484 cut = htonl(cprng_fast32()) % (1 + high - low) + low;
2485 /* low <= cut <= high */
2486 for (tmp = cut; tmp <= high; ++(tmp)) {
2494 for (tmp = cut - 1; tmp >= low; --(tmp)) {
  /src/external/zlib/pigz/dist/
pigz.c 3353 char *roll, *item, *cut, *base, *bigger; local
3394 cut = base = g.inf + strlen(g.inf);
3410 *cut = 0;
  /src/external/mit/isl/dist/
isl_scheduler.c 2819 * be a good place to cut between SCCs.
4565 * to cut out this solution. Repeat this process until no more loop
4577 * cut out (if needed) in the next iteration, if no coalescing measures
4583 int i, pos, cut; local
4596 cut = 0;
4601 if (cut)
4617 cut = want_integral && !integral;
4618 if (cut)
4634 cut = 0;

Completed in 50 milliseconds