Home
last modified time | relevance | path

Searched refs:nlabel (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/science/berkeleygw/BGW-2.0.0/MeanField/EPM/
H A DgraphMod.f9043 integer :: nlabel ! current number of labels
77 graph%nlabel = 0
101 graph%nlabel = 0
124 graph%nlabel = graph%nlabel + 1
128 graph%xlabel( graph%nlabel ) = label
129 graph%xtick( graph%nlabel ) = tick
212 do i = 1, graph%nlabel
215 if (i .lt. graph%nlabel) write(7,127)
226 write(7,701) graph%xtick(graph%nlabel),ymin,ymax
227 do i = 2, graph%nlabel-1
[all …]
/dports/devel/sunpromake/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/devel/smake/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/devel/sccs/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/devel/schilybase/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/net/rscsi/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/archivers/star/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/editors/ved/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/sformat/
H A Dxpart.c107 int nlabel = 0; local
133 if (label[nlabel] == 0)
135 nlabel++;
139 if (nlabel == 0 && def_func) {
142 if (label[nlabel] == 0)
144 nlabel++;
147 if (nlabel == 0) {
161 if (i < nlabel) {
164 label[nlabel] = lp;
165 this = nlabel++;
[all …]
/dports/games/angband/Angband-4.2.2/src/
H A Dui-entry-renderers.c39 int nlabel,
56 int nlabel,
66 int nlabel,
77 int nlabel,
88 int nlabel,
98 int nlabel,
108 int nlabel,
538 int nlabel, in renderer_COMPACT_RESIST_RENDERER_WITH_COMBINED_AUX() argument
658 int nlabel, in renderer_COMPACT_FLAG_RENDERER_WITH_COMBINED_AUX() argument
748 int nlabel, in renderer_COMPACT_FLAG_WITH_CANCEL_RENDERER_WITH_COMBINED_AUX() argument
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Djump.c1447 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1488 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1492 if (nlabel == NULL) in redirect_jump_1()
1522 if (!nlabel) in redirect_jump()
1535 if (nlabel == olabel) in redirect_jump()
1561 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1562 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1563 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1568 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1581 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Djump.c1448 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1489 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1493 if (nlabel == NULL) in redirect_jump_1()
1523 if (!nlabel) in redirect_jump()
1536 if (nlabel == olabel) in redirect_jump()
1562 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1563 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1564 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1569 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1582 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Djump.c1459 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1500 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1504 if (nlabel == NULL) in redirect_jump_1()
1534 if (!nlabel) in redirect_jump()
1547 if (nlabel == olabel) in redirect_jump()
1573 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1574 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1575 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1580 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1593 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Djump.c1447 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1488 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1492 if (nlabel == NULL) in redirect_jump_1()
1522 if (!nlabel) in redirect_jump()
1535 if (nlabel == olabel) in redirect_jump()
1561 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1562 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1563 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1568 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1581 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Djump.c1447 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1488 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1492 if (nlabel == NULL) in redirect_jump_1()
1522 if (!nlabel) in redirect_jump()
1535 if (nlabel == olabel) in redirect_jump()
1561 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1562 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1563 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1568 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1581 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Djump.c1475 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1516 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1520 if (nlabel == NULL) in redirect_jump_1()
1550 if (!nlabel) in redirect_jump()
1563 if (nlabel == olabel) in redirect_jump()
1589 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1590 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1591 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1596 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1609 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Djump.c1457 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1498 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1502 if (nlabel == NULL) in redirect_jump_1()
1532 if (!nlabel) in redirect_jump()
1545 if (nlabel == olabel) in redirect_jump()
1571 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1572 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1573 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1578 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1591 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Djump.c1447 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1488 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1492 if (nlabel == NULL) in redirect_jump_1()
1522 if (!nlabel) in redirect_jump()
1535 if (nlabel == olabel) in redirect_jump()
1561 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1562 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1563 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1568 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1581 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Djump.c1457 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1498 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1502 if (nlabel == NULL) in redirect_jump_1()
1532 if (!nlabel) in redirect_jump()
1545 if (nlabel == olabel) in redirect_jump()
1571 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1572 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1573 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1578 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1591 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Djump.c1447 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1488 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1492 if (nlabel == NULL) in redirect_jump_1()
1522 if (!nlabel) in redirect_jump()
1535 if (nlabel == olabel) in redirect_jump()
1561 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1562 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1563 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1568 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1581 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Djump.c1447 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1488 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1492 if (nlabel == NULL) in redirect_jump_1()
1522 if (!nlabel) in redirect_jump()
1535 if (nlabel == olabel) in redirect_jump()
1561 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1562 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1563 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1568 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1581 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Djump.c1448 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1489 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1493 if (nlabel == NULL) in redirect_jump_1()
1523 if (!nlabel) in redirect_jump()
1536 if (nlabel == olabel) in redirect_jump()
1562 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1563 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1564 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1569 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1582 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Djump.c1457 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1498 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1502 if (nlabel == NULL) in redirect_jump_1()
1532 if (!nlabel) in redirect_jump()
1545 if (nlabel == olabel) in redirect_jump()
1571 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1572 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1573 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1578 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1591 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Djump.c1447 && ANY_RETURN_P (nlabel) in redirect_exp_1()
1488 gcc_assert (nlabel != NULL_RTX); in redirect_jump_1()
1492 if (nlabel == NULL) in redirect_jump_1()
1522 if (!nlabel) in redirect_jump()
1535 if (nlabel == olabel) in redirect_jump()
1561 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1562 if (!ANY_RETURN_P (nlabel)) in redirect_jump_2()
1563 ++LABEL_NUSES (nlabel); in redirect_jump_2()
1568 if (ANY_RETURN_P (nlabel) in redirect_jump_2()
1581 if (ANY_RETURN_P (nlabel)) in redirect_jump_2()
[all …]

12345678910>>...20