Home
last modified time | relevance | path

Searched refs:no_time (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/math/mpir/mpir-3.0.0/tune/
H A Dspeed.c487 int no_time; member
605 if (! choice[i].no_time) in run_one()
617 choice[i].no_time = 1; in run_one()
627 choice[i].time=0;choice[i].no_time=0; in run_one()
630 if(choice[choice[i].sum[j]].no_time)choice[i].no_time=1; in run_one()
663 if (choice[i].no_time) in run_one()
679 if (choice[i].no_time ) in run_one()
689 choice[i].no_time = 1; in run_one()
697 choice[i].no_time = 1; in run_one()
720 choice[i].no_time ? 0.0 in run_one()
[all …]
/dports/math/gmp/gmp-6.2.1/tune/
H A Dspeed.c571 int no_time; member
664 choice[i].no_time = (choice[i].time == -1.0); in run_one()
665 if (! choice[i].no_time) in run_one()
676 choice[i].no_time = 1; in run_one()
683 if (choice[i].no_time) in run_one()
720 if (choice[0].no_time || choice[0].time == 0.0) in run_one()
721 choice[i].no_time = 1; in run_one()
727 if (choice[0].no_time) in run_one()
729 choice[i].no_time = 1; in run_one()
752 choice[i].no_time ? 0.0 in run_one()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/tune/
H A Dspeed.c556 int no_time; member
649 choice[i].no_time = (choice[i].time == -1.0); in run_one()
650 if (! choice[i].no_time) in run_one()
661 choice[i].no_time = 1; in run_one()
668 if (choice[i].no_time) in run_one()
705 if (choice[0].no_time || choice[0].time == 0.0) in run_one()
706 choice[i].no_time = 1; in run_one()
712 if (choice[0].no_time) in run_one()
714 choice[i].no_time = 1; in run_one()
737 choice[i].no_time ? 0.0 in run_one()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/tune/
H A Dspeed.c555 int no_time; member
648 choice[i].no_time = (choice[i].time == -1.0); in run_one()
649 if (! choice[i].no_time) in run_one()
660 choice[i].no_time = 1; in run_one()
667 if (choice[i].no_time) in run_one()
704 if (choice[0].no_time || choice[0].time == 0.0) in run_one()
705 choice[i].no_time = 1; in run_one()
711 if (choice[0].no_time) in run_one()
713 choice[i].no_time = 1; in run_one()
736 choice[i].no_time ? 0.0 in run_one()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tune/
H A Dspeed.c571 int no_time; member
664 choice[i].no_time = (choice[i].time == -1.0); in run_one()
665 if (! choice[i].no_time) in run_one()
676 choice[i].no_time = 1; in run_one()
683 if (choice[i].no_time) in run_one()
720 if (choice[0].no_time || choice[0].time == 0.0) in run_one()
721 choice[i].no_time = 1; in run_one()
727 if (choice[0].no_time) in run_one()
729 choice[i].no_time = 1; in run_one()
752 choice[i].no_time ? 0.0 in run_one()
[all …]
/dports/lang/v/v-0.1.29/vlib/time/
H A Dformat.v92 if fmt_time == .no_time {
180 if fmt_time == .no_time {
190 if fmt_time != .no_time {
/dports/devel/py-fs/fs-0.5.4/fs/expose/wsgi/
H A Dwsgi.py108 no_time = datetime(1970, 1, 1, 1, 0)
109 … entries.sort(key=lambda k:(k['type'] == 'dir', k.get('created_time') or no_time), reverse=True)
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Drotconverter.c296 bool no_time = false; /* true if we gave a rotation on the commandline as lon/lat/angle only */ in GMT_rotconverter() local
398 …if (n_slash == 2) angle = t0, t0 = 1.0, t1 = 0.0, no_time = true; /* Quick lon/lat/angle total rec… in GMT_rotconverter()
467 n_out = 3 + ((Ctrl->F.mode) ? 1 - no_time : 2); in GMT_rotconverter()
493 else if (Ctrl->F.mode && no_time) in GMT_rotconverter()
521 else if (Ctrl->F.mode && no_time) { in GMT_rotconverter()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dintltest.cpp576 no_time = FALSE; in IntlTest()
630 UBool IntlTest::setNotime( UBool no_time ) in setNotime() argument
632 UBool rval = this->no_time; in setNotime()
633 this->no_time = no_time; in setNotime()
797 if(!no_time) { in runTestLoop()
814 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()
818 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()
1231 UBool no_time = FALSE; in main() local
1279 no_time = TRUE; in main()
1357 major.setNotime (no_time); in main()
[all …]
H A Dintltest.h151 virtual UBool setNotime( UBool no_time = TRUE );
377 UBool no_time; variable
/dports/devel/icu/icu/source/test/intltest/
H A Dintltest.cpp576 no_time = FALSE; in IntlTest()
630 UBool IntlTest::setNotime( UBool no_time ) in setNotime() argument
632 UBool rval = this->no_time; in setNotime()
633 this->no_time = no_time; in setNotime()
797 if(!no_time) { in runTestLoop()
814 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()
818 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart); in runTestLoop()
1231 UBool no_time = FALSE; in main() local
1279 no_time = TRUE; in main()
1357 major.setNotime (no_time); in main()
[all …]
H A Dintltest.h151 virtual UBool setNotime( UBool no_time = TRUE );
377 UBool no_time; variable
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/
H A Dundefined_set.phpt27 $rv = @$m->set($key, $value, $no_time);
/dports/archivers/zip/zip30/macos/source/
H A Dmacos.c848 char no_time[5] = "..."; in InformProgress() local
859 rightStatusString(no_time); in InformProgress()
860 leftStatusString(no_time); in InformProgress()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
H A Dsigntool.c34 int no_time = 0; variable
671 no_time = 1; in ProcessOneOpt()
/dports/security/nss/nss-3.76.1/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
/dports/www/firefox/firefox-99.0/security/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
/dports/security/ca_root_nss/nss-3.71/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/signtool/
H A Dsigntool.h98 extern int no_time;
/dports/www/interchange/interchange-5.6.3/code/Filter/
H A Ddate_change.filter79 $out .= $time if $time and not $opt->{no_time};
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DPacketIF.C742 struct timeval no_time; in isSocketInputReady()
743 no_time.tv_sec = 0; in isSocketInputReady()
744 no_time.tv_usec = 0; in isSocketInputReady()
745 int status = select (fd+1, (SELECT_ARG_TYPE*)&read_fds, NULL, NULL, &no_time); in isSocketInputReady()

1234567