Home
last modified time | relevance | path

Searched refs:timeold (Results 1 – 13 of 13) sorted by relevance

/dports/misc/otter/otter-3.3f/examples/
H A DRun_group54 set timeold=`grep "CPU time" *.$base | awk '{sum += $4} END {print sum}'`
56 set speedup=`awk "END {print $timeold / $timenew}" /dev/null`
57 echo "timenew=$timenew, timeold=$timeold."
H A DRun_all.out36 timenew=1.27, timeold=0.73.
63 timenew=1.11, timeold=0.68.
84 timenew=1.34, timeold=0.8.
103 timenew=37.93, timeold=25.28.
126 timenew=0.63, timeold=0.31.
182 timenew=3.09, timeold=2.
197 timenew=100.15, timeold=68.05.
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Doutitf.c1439 timeold = refValue->rValue; in InterpFileAdd()
1446 timeold = refValue->rValue; in InterpFileAdd()
1453 timeold = refValue->rValue; in InterpFileAdd()
1471 timeold = refValue->rValue; in InterpFileAdd()
1508 …newval = (timestep - run->circuit->CKTstep - timeold)/(timenew - timeold) * (valuenew[i] - valueo… in InterpFileAdd()
1539 …newval = (timestep - run->circuit->CKTstep - timeold)/(timenew - timeold) * (valuenew[i] - valueo… in InterpFileAdd()
1601 timeold = refValue->rValue; in InterpPlotAdd()
1607 timeold = refValue->rValue; in InterpPlotAdd()
1613 timeold = refValue->rValue; in InterpPlotAdd()
1629 timeold = refValue->rValue; in InterpPlotAdd()
[all …]
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Ddclock.c359 time_t timenew, timeold; member
671 dp->timeold = dp->timenew = time((time_t *) NULL); in drawDclock()
672 dp->str = ctime(&dp->timeold); in drawDclock()
677 dp->timeold = dp->timenew; in drawDclock()
683 "%H:%M:%S", localtime(&(dp->timeold))); in drawDclock()
686 "%I:%M:%S %p", localtime(&(dp->timeold))); in drawDclock()
689 "%a %b %d %Y", localtime(&(dp->timeold))); in drawDclock()
1103 dp->timeold = dp->timenew = time((time_t *) NULL); in init_dclock()
1105 dp->tzoffset = mktime(localtime(&dp->timeold)) - in init_dclock()
1106 mktime(gmtime(&dp->timeold)); in init_dclock()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-delay.lv2/
H A Da-delay.c115 float timeold; member
288 adelay->timeold = 0.f; in activate()
428 if (*(adelay->time) != adelay->timeold) { in run()
497 adelay->timeold = *(adelay->time); in run()
/dports/math/nauty/nauty27r3/
H A Dpoptest.c98 timeold(setword *x, int n, int iters, int *sump) in timeold() function
250 told = timeold(x,1000,iters,&sumold); in main()
H A Dlztest.c110 timeold(setword *x, int n, int iters, int *sump) in timeold() function
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dpoptest.c98 timeold(setword *x, int n, int iters, int *sump) in timeold() function
250 told = timeold(x,1000,iters,&sumold); in main()
H A Dlztest.c110 timeold(setword *x, int n, int iters, int *sump) in timeold() function
/dports/www/moodle310/moodle/mod/chat/
H A Dlib.php355 $timeold = time() - $CFG->chat_old_ping;
356 $timeold = floor($timeold / 10) * 10; // Better db caching.
360 $params = array('timeold' => $timeold, 'timeoldext' => $timeoldext, 'cmid' => $cm->id);
623 $timeold = time() - $CFG->chat_old_ping;
627 $params = array($timeold, $timeoldext);
/dports/www/moodle311/moodle/mod/chat/
H A Dlib.php365 $timeold = time() - $CFG->chat_old_ping;
366 $timeold = floor($timeold / 10) * 10; // Better db caching.
370 $params = array('timeold' => $timeold, 'timeoldext' => $timeoldext, 'cmid' => $cm->id);
635 $timeold = time() - $CFG->chat_old_ping;
639 $params = array($timeold, $timeoldext);
/dports/www/moodle39/moodle/mod/chat/
H A Dlib.php355 $timeold = time() - $CFG->chat_old_ping;
356 $timeold = floor($timeold / 10) * 10; // Better db caching.
360 $params = array('timeold' => $timeold, 'timeoldext' => $timeoldext, 'cmid' => $cm->id);
623 $timeold = time() - $CFG->chat_old_ping;
627 $params = array($timeold, $timeoldext);
/dports/math/reduce/Reduce-svn5758-src/packages/crack/
H A Dcrint.red3299 scalar lcopy,x,cS,flist,soln,printold,timeold,facintold,
3319 timeold := time_; time_ :=nil;
3407 time_:=timeold;