Home
last modified time | relevance | path

Searched refs:tsmax (Results 1 – 18 of 18) sorted by relevance

/dports/audio/aylet/aylet-0.5/
H A Dz80.c73 if(tstates>=tsmax) in z80loop()
85 tstates-=tsmax; in z80loop()
H A Dmain.c54 unsigned long tstates=0,tsmax=FRAME_STATES_128; variable
162 tsmax=FRAME_STATES_CPC; in out()
163 if(tstates>tsmax) tstates-=tsmax; in out()
672 tsmax=FRAME_STATES_128; in mainloop()
H A Dmain.h35 extern unsigned long tstates,tsmax;
H A Dsound.c324 int frametime=tsmax*50; in sound_ay_overlay()
728 newpos=(tstates*sound_framesiz)/tsmax; in sound_beeper()
730 subpos=(((long long)tstates)*sound_framesiz*VOL_BEEPER)/tsmax-VOL_BEEPER*newpos; in sound_beeper()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1785.c167 double tsmax,tcmax; /* Local maximal step length based of boxsizes of objects */ local
185 tsmax = MAX(psurf->pbox->e2max[0][0] - psurf->pbox->e2min[0][0],
187 tsmax = MAX(tsmax,psurf->pbox->e2max[0][2] - psurf->pbox->e2min[0][2]);
317 tcstep = s1311(s3dinf1[3*kdimc],aepsge,tsmax,&kstat);
H A Dsh1784.c190 double tsmax, tcmax; /* Local maximal step length based of boxsizes of objects */ local
216 tsmax = MAX (psurf->pbox->e2max[0][0] - psurf->pbox->e2min[0][0],
218 tsmax = MAX (tsmax, psurf->pbox->e2max[0][2] - psurf->pbox->e2min[0][2]);
329 tstep = s1311 (s3dinf1[3 * kdimc], aepsge, tsmax, &kstat);
H A Ds1789.c127 double tsmax; /* Local maximal step length based of boxsizes of objects */ local
154 tsmax = MAX(psurf->pbox->e2max[0][0] - psurf->pbox->e2min[0][0],
265 tstep = s1311(s3dinf2[3*kdims],aepsge,tsmax,&kstat);
/dports/science/qmcpack/qmcpack-3.11.0/nexus/bin/
H A Dqmc-fit388 tsmax = ts.max()
390 tsfit = np.linspace(0,1.1*tsmax,400)
396 plt.xlim([-0.1*tsmax,1.1*tsmax])
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/power/
H A Dsnmp__apc_ups199 my %tsmax = ();
477 emit_a_config( $values, "$label.max", \%tsmax, $graph, $label );
/dports/science/cdo/cdo-2.0.0/src/
H A DSeltime.cc403 int tsmax = -1; in Seltime() local
405 for (int i = 0; i < nsel; i++) tsmax = std::max(tsmax, intarr[i]); in Seltime()
458 if (tsID >= tsmax) break; in Seltime()
H A DSelect.cc223 int tsmax = -1; in Select() local
510 tsmax = std::max(tsmax, ptimestep); in Select()
548 if (timestep > tsmax) in Select()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/transport/
H A DMMCollisionInt.h38 void init(doublereal tsmin, doublereal tsmax, int loglevel = 0);
H A DMMCollisionInt.cpp218 void MMCollisionInt::init(doublereal tsmin, doublereal tsmax, int log_level) in init() argument
229 if (tsmax > tstar[n+1]) { in init()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DGtkGui.c292 time_t tsmax = -1; in UpdateMenuSlots() local
298 if (ts > tsmax) { in UpdateMenuSlots()
299 tsmax=ts; in UpdateMenuSlots()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_ARM.cpp74 Expr tsmax = simplify(cast(ws, t.max())); in CodeGen_ARM() local
162 p.pattern = cast(t, clamp(ws_vector - ws_vector, tsmin, tsmax)); in CodeGen_ARM()
/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destraier.c8429 int i, j, k, snum, smax, cksiz, single, tsmax, tsnum, nsnum, vsiz, gcnum; in est_search_union() local
8567 tsmax = ESTALLOCUNIT; in est_search_union()
8568 CB_MALLOC(tscores, tsmax * sizeof(ESTSCORE)); in est_search_union()
8615 if(tsnum >= tsmax){ in est_search_union()
8616 tsmax *= 2; in est_search_union()
8617 CB_REALLOC(tscores, tsmax * sizeof(ESTSCORE)); in est_search_union()
8643 if(tsnum >= tsmax){ in est_search_union()
8644 tsmax *= 2; in est_search_union()
8645 CB_REALLOC(tscores, tsmax * sizeof(ESTSCORE)); in est_search_union()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/
H A Donedim.pyx1376 def set_max_time_step(self, tsmax): argument
1378 self.sim.setMaxTimeStep(tsmax)
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dstemdb.c5039 double smin, smax, emin, emax, tsmin, tsmax, temin, temax; in LookForMasterHVStem() local
5065 tsmax = tstart - tstem->rmax + 2*dist_error_hv; in LookForMasterHVStem()
5071 tsmax = tstart + tstem->lmin + 2*dist_error_hv; in LookForMasterHVStem()
5109 if ( allow_s && tstart > smin && tstart < smax && start > tsmin && start < tsmax && in LookForMasterHVStem()