Home
last modified time | relevance | path

Searched refs:local_step (Results 1 – 21 of 21) sorted by relevance

/dports/math/eprover/eprover-E-2.0/PCL2/
H A Dpcl_miniprotocol.c127 PCLMiniStep_p local_step; in PCLMiniProtInsertStep() local
132 if(local_step) in PCLMiniProtInsertStep()
134 assert(step==local_step); in PCLMiniProtInsertStep()
157 PCLMiniStep_p local_step; in PCLMiniProtFindStep() local
161 return local_step; in PCLMiniProtFindStep()
180 PCLMiniStep_p local_step; in PCLMiniProtExtractStep() local
185 if(local_step) in PCLMiniProtExtractStep()
187 assert(step==local_step); in PCLMiniProtExtractStep()
211 PCLMiniStep_p local_step; in PCLMiniProtDeleteStep() local
216 if(local_step) in PCLMiniProtDeleteStep()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/H5MD/
H A Ddump_h5md.cpp486 int local_step; in write_frame() local
489 local_step = update->ntimestep; in write_frame()
490 local_time = local_step * update->dt; in write_frame()
495 if (local_step % (every_position*every_dump) == 0) { in write_frame()
497 h5md_append(particles_data.box_edges, edges, local_step, local_time); in write_frame()
504 if (every_velocity>0 && local_step % (every_velocity*every_dump) == 0) { in write_frame()
507 if (every_force>0 && local_step % (every_force*every_dump) == 0) { in write_frame()
508 h5md_append(particles_data.force, dump_force, local_step, local_time); in write_frame()
510 if (every_species>0 && local_step % (every_species*every_dump) == 0) { in write_frame()
513 if (every_charge>0 && local_step % (every_charge*every_dump) == 0) { in write_frame()
[all …]
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dsetting.c85 double local_step = 3; variable
89 global_step = local_step = POPn; in set_global_step()
95 local_step = POPn; in set_local_step()
96 if (local_step <= 0) runtime_error(_("invalid size")); in set_local_step()
251 global_step = local_step = 3; in restore_default_settings()
267 local_step = global_step; in restore_global_settings()
H A Dsetting.h58 extern double local_step;
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/include/
H A DFir_Resampler.h110 int const local_step = this->step; in read() local
148 in += local_step; in read()
182 int const local_step = this->step; in read_mono_hack() local
218 in += local_step; in read_mono_hack()
/dports/emulators/mednafen/mednafen/src/sound/
H A DFir_Resampler.h110 int const local_step = this->step; in read() local
148 in += local_step; in read()
182 int const local_step = this->step; in read_mono_hack() local
218 in += local_step; in read_mono_hack()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/res/
H A Dcs_clip_rectangle.glsl238 vec2 local_step = swgl_interpStep(vLocalPos).xy * w;
239 float step_scale = max(dot(local_step, local_step), 1.0e-6);
269 mix(clip_rect, clip_rect.zwxy, lessThan(local_step, vec2(0.0)).xyxy)
273 clip_dist * recip(local_step).xyxy,
274 notEqual(local_step, vec2(0.0)).xyxy);
424 local_pos += float(num_aa / swgl_StepSize) * local_step;
439 local_pos += local_step;
447 local_pos += local_step;
454 local_pos += float(num_opaque / swgl_StepSize) * local_step;
470 local_pos += local_step;
[all …]
H A Dcs_clip_box_shadow.glsl175 vec2 local_step = swgl_interpStep(vLocalPos).xy * w;
185 mix(vTransformBounds, vTransformBounds.zwxy, lessThan(local_step, vec2(0.0)).xyxy)
189 clip_dist * recip(local_step).xyxy,
190 notEqual(local_step, vec2(0.0)).xyxy);
230 local_pos += steps_before * local_step;
257 local_pos += local_step;
314 local_pos += steps_inside * local_step;
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/res/
H A Dcs_clip_rectangle.glsl239 vec2 local_step = swgl_interpStep(vLocalPos).xy * w;
240 float step_scale = max(dot(local_step, local_step), 1.0e-6);
270 mix(clip_rect, clip_rect.zwxy, lessThan(local_step, vec2(0.0)).xyxy)
274 clip_dist * recip(local_step).xyxy,
275 notEqual(local_step, vec2(0.0)).xyxy);
426 local_pos += float(num_aa / swgl_StepSize) * local_step;
441 local_pos += local_step;
449 local_pos += local_step;
456 local_pos += float(num_opaque / swgl_StepSize) * local_step;
472 local_pos += local_step;
[all …]
H A Dcs_clip_box_shadow.glsl169 vec2 local_step = swgl_interpStep(vLocalPos).xy * w;
179 mix(vTransformBounds, vTransformBounds.zwxy, lessThan(local_step, vec2(0.0)).xyxy)
183 clip_dist * recip(local_step).xyxy,
184 notEqual(local_step, vec2(0.0)).xyxy);
224 local_pos += steps_before * local_step;
251 local_pos += local_step;
308 local_pos += steps_inside * local_step;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/res/
H A Dcs_clip_rectangle.glsl238 vec2 local_step = swgl_interpStep(vLocalPos).xy * w;
239 float step_scale = max(dot(local_step, local_step), 1.0e-6);
269 mix(clip_rect, clip_rect.zwxy, lessThan(local_step, vec2(0.0)).xyxy)
273 clip_dist * recip(local_step).xyxy,
274 notEqual(local_step, vec2(0.0)).xyxy);
424 local_pos += float(num_aa / swgl_StepSize) * local_step;
439 local_pos += local_step;
447 local_pos += local_step;
454 local_pos += float(num_opaque / swgl_StepSize) * local_step;
470 local_pos += local_step;
[all …]
H A Dcs_clip_box_shadow.glsl175 vec2 local_step = swgl_interpStep(vLocalPos).xy * w;
185 mix(vTransformBounds, vTransformBounds.zwxy, lessThan(local_step, vec2(0.0)).xyxy)
189 clip_dist * recip(local_step).xyxy,
190 notEqual(local_step, vec2(0.0)).xyxy);
230 local_pos += steps_before * local_step;
257 local_pos += local_step;
314 local_pos += steps_inside * local_step;
/dports/science/fastjet/fastjet-3.3.4/src/
H A DClusterSequence.cc1483 int local_step = _history.size()-1; in _add_step_to_history() local
1499 _history[parent1].child = local_step; in _add_step_to_history()
1504 _history[parent2].child = local_step; in _add_step_to_history()
1511 _jets[jetp_index].set_cluster_hist_index(local_step); in _add_step_to_history()
1516 cout << local_step << ": " in _add_step_to_history()
/dports/math/eukleides/eukleides-1.5.4/src/euktopst/
H A Ddraw.c318 for (t = f, n = 0; t <= g; t += local_step, n++) { in draw_parabolic_arc()
335 for (t = f, n = 0; t <= g; t += local_step, n++) { in draw_elliptic_arc()
354 for (t = i, n = 0; t <= j; t += local_step, n++) { in draw_branch()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Dopenems_fdtd_mpi.cpp335 int local_step=step; in GetNextStep() local
338 MPI_Reduce(&local_step, &step, 1, MPI_INT, MPI_MIN, 0, MPI_COMM_WORLD); in GetNextStep()
/dports/math/eukleides/eukleides-1.5.4/src/eukleides/
H A Ddraw.c396 for (t = f, n = 1; t <= g; t += local_step, n++) { in draw_parabolic_arc()
411 for (t = f, n = 1; t <= g; t += local_step, n++) { in draw_elliptic_arc()
428 for (t = i, n = 1; t <= j; t += local_step, n++) { in draw_branch()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DATC_Method.h318 int local_step() const {return localStep_;}; in local_step() function
H A DExtrinsicModelElectrostatic.cpp386 if ( maxSolves_ == 0 || (atc_->local_step() < maxSolves_) ) { in post_force()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DATC_Method.h316 int local_step() const {return localStep_;}; in local_step() function
H A DExtrinsicModelElectrostatic.cpp389 if ( maxSolves_ == 0 || (atc_->local_step() < maxSolves_) ) { in post_force()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/exodus/
H A DIoex_BaseDatabaseIO.C1965 int local_step = global_step - 1; in get_database_step() local
1966 local_step /= (overlayCount + 1); in get_database_step()
1968 local_step %= cycleCount; in get_database_step()
1970 return local_step + 1; in get_database_step()