Home
last modified time | relevance | path

Searched refs:t_current (Results 1 – 25 of 58) sorted by relevance

123

/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Ds_tile.c61 TILE *t_current; in s_tile_init() local
95 printf("left %d top %d\n", t_current->left, t_current->top); in s_tile_init()
114 TILE *t_current; in s_tile_add_line_object() local
171 t_current->objects = g_list_append(t_current->objects, in s_tile_add_line_object()
187 t_current->objects = g_list_append(t_current->objects, in s_tile_add_line_object()
204 t_current->objects = g_list_append(t_current->objects, in s_tile_add_line_object()
291 t_current->objects = g_list_append(t_current->objects, in s_tile_add_line_object()
355 t_current->objects = g_list_remove(t_current->objects, object); in s_tile_remove_object()
387 TILE *t_current; in s_tile_get_objectlists() local
434 TILE *t_current; in s_tile_print() local
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dmultimap.h256 while (t_current) { in MultiMapPtrList()
271 t_current = t_current->next; in MultiMapPtrList()
277 while (t_current) { in ~MultiMapPtrList()
287 while (t_current) { in append()
292 t_current = t_current->next; in append()
317 while (t_current) { in remove()
319 if (t_current->remove(e) && t_current->isEmpty()) { in remove()
336 while (t_current) { in contains()
340 t_current = t_current->next; in contains()
354 t_current = t_current->next; in isEmpty()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dfilter_form_api.php403 $t_this_string = $t_current;
771 $t_current = stripslashes( $t_current );
779 $t_this_string = $t_current;
829 $t_current = stripslashes( $t_current );
837 $t_this_string = $t_current;
889 $t_current = stripslashes( $t_current );
897 $t_this_string = $t_current;
948 $t_current = stripslashes( $t_current );
956 $t_this_string = $t_current;
2336 $t_current = stripslashes( $t_current );
[all …]
H A Dplugin_api.php138 $t_current = plugin_get_current();
140 $t_current = $p_basename;
144 error_parameters( $t_current );
148 return $g_plugin_cache[$t_current];
162 $t_current = $p_base_name;
181 $t_current = $p_base_name;
184 return '/plugins/' . $t_current;
212 $t_current = $p_base_name;
233 $t_current = $p_basename;
275 $t_current = $p_basename;
[all …]
H A Ddate_api.php194 $t_current = date( 'Y' );
200 $t_start_year = $t_current - $t_backward_years;
209 $t_end_year = $t_current + $t_forward_years;
H A Dcurrent_user_api.php290 $t_current = helper_get_current_project();
300 if( $t_project_id != $t_current ) {
/dports/science/lammps/lammps-stable_29Sep2021/src/EFF/
H A Dfix_temp_rescale_eff.cpp105 double t_current = temperature->compute_scalar(); in end_of_step() local
106 if (t_current == 0.0) in end_of_step()
118 if (fabs(t_current-t_target) > t_window) { in end_of_step()
119 t_target = t_current - fraction*(t_current-t_target); in end_of_step()
120 double factor = sqrt(t_target/t_current); in end_of_step()
130 energy += (t_current-t_target) * efactor; in end_of_step()
141 energy += (t_current-t_target) * efactor; in end_of_step()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_temp_rescale.cpp127 double t_current = temperature->compute_scalar(); in end_of_step() local
135 if (t_current == 0.0) in end_of_step()
160 if (fabs(t_current-t_target) > t_window) { in end_of_step()
161 t_target = t_current - fraction*(t_current-t_target); in end_of_step()
162 double factor = sqrt(t_target/t_current); in end_of_step()
169 energy += (t_current-t_target) * efactor; in end_of_step()
H A Dfix_temp_berendsen.cpp134 double t_current = temperature->compute_scalar(); in end_of_step() local
141 if (t_current == 0.0) in end_of_step()
167 double lamda = sqrt(1.0 + update->dt/t_period*(t_target/t_current - 1.0)); in end_of_step()
169 energy += t_current * (1.0-lamda*lamda) * efactor; in end_of_step()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dtimer_tree.f9093 real(dp) :: t_current variable
126 call current_time( t_current )
127 pd%startTime = t_current
157 call current_time( t_current )
158 pd%startTime = t_current
192 call current_time( t_current )
193 deltaTime = t_current - pd%startTime
/dports/cad/openroad/OpenROAD-2.0/src/psm/src/
H A Dnode.cpp155 void Node::SetCurrent(double t_current) in SetCurrent() argument
157 m_current_src = t_current; in SetCurrent()
170 void Node::AddCurrentSrc(double t_current) in AddCurrentSrc() argument
173 SetCurrent(node_cur + t_current); in AddCurrentSrc()
H A Dnode.h96 void SetCurrent(double t_current);
100 void AddCurrentSrc(double t_current);
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A Dtrace.pyx432 cdef double t_current
443 t_current = t_max
451 print("t: ", t_current)
508 t_current = 0.0
535 if t_min != t_current:
537 t_current = t_min
540 t_current = t_max
547 if t_min != t_current:
548 t_current = t_min
551 t_current = t_max
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/MANIFOLD/
H A Dfix_nvt_manifold_rattle.cpp89 t_start = t_stop = t_period = t_current = t_target = ke_target = 0.0; in FixNVTManifoldRattle()
207 t_current = temperature->compute_scalar(); in setup()
226 t_current = temperature->compute_scalar(); in compute_temp_target()
246 double expfac, kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
283 t_current *= factor_eta*factor_eta; in nhc_temp_integrate()
284 kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dx_grid.c354 TILE *t_current; in x_draw_tiles() local
367 t_current = &toplevel->page_current->world_tiles[i][j]; in x_draw_tiles()
368 WORLDtoSCREEN (w_current, t_current->left, t_current->top, &x1, &y1); in x_draw_tiles()
369 WORLDtoSCREEN (w_current, t_current->right, t_current->bottom, &x2, &y2); in x_draw_tiles()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_temp_csld.cpp179 double t_current = temperature->compute_scalar(); in end_of_step() local
180 double ekin_old = t_current * 0.5 * temperature->dof * force->boltz; in end_of_step()
248 t_current = temperature->compute_scalar(); in end_of_step()
249 energy += ekin_old - t_current * 0.5 * temperature->dof * force->boltz; in end_of_step()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c154 while (T->t_current->v_next && T->t_current->v_next->v_time <= LTime) { in GTrace_adjust()
155 T->t_current = T->t_current->v_next; in GTrace_adjust()
157 while (T->t_current->v_prev && T->t_current->v_time > LTime) { in GTrace_adjust()
158 T->t_current = T->t_current->v_prev; in GTrace_adjust()
440 for (V = T->t_current;V;V = V->v_next) { in GTrace_update()
606 if (T->t_current && !T->t_current->v_next) in GTrace_draw()
607 GTrace_drawTransValue(T,T->t_current,S,y,S->s_leftTime,1); in GTrace_draw()
1344 T->t_first = T->t_last = T->t_current = new_Value(0,VC_UNRECORDED,0,NULL); in new_GTrace()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dgui_main.c524 Uint32 t_current, t_last_unit_anim, t_last_map_scrolling; in gui_event_loop() local
563 t_current = SDL_GetTicks(); in gui_event_loop()
565 if (t_current > real_timer_next_call) { in gui_event_loop()
566 real_timer_next_call = t_current + (real_timer_callback() * 1000); in gui_event_loop()
569 if ((t_current - t_last_unit_anim) > UNITS_TIMER_INTERVAL) { in gui_event_loop()
581 if ((t_current - t_last_map_scrolling) > MAP_SCROLL_TIMER_INTERVAL) { in gui_event_loop()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dgui_main.c591 Uint32 t_current, t_last_unit_anim, t_last_map_scrolling; in gui_event_loop() local
629 t_current = SDL_GetTicks(); in gui_event_loop()
631 if (t_current > real_timer_next_call) { in gui_event_loop()
632 real_timer_next_call = t_current + (real_timer_callback() * 1000); in gui_event_loop()
635 if ((t_current - t_last_unit_anim) > UNITS_TIMER_INTERVAL) { in gui_event_loop()
647 if ((t_current - t_last_map_scrolling) > MAP_SCROLL_TIMER_INTERVAL) { in gui_event_loop()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dgui_main.c591 Uint32 t_current, t_last_unit_anim, t_last_map_scrolling; in gui_event_loop() local
629 t_current = SDL_GetTicks(); in gui_event_loop()
631 if (t_current > real_timer_next_call) { in gui_event_loop()
632 real_timer_next_call = t_current + (real_timer_callback() * 1000); in gui_event_loop()
635 if ((t_current - t_last_unit_anim) > UNITS_TIMER_INTERVAL) { in gui_event_loop()
647 if ((t_current - t_last_map_scrolling) > MAP_SCROLL_TIMER_INTERVAL) { in gui_event_loop()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dgui_main.c524 Uint32 t_current, t_last_unit_anim, t_last_map_scrolling; in gui_event_loop() local
563 t_current = SDL_GetTicks(); in gui_event_loop()
565 if (t_current > real_timer_next_call) { in gui_event_loop()
566 real_timer_next_call = t_current + (real_timer_callback() * 1000); in gui_event_loop()
569 if ((t_current - t_last_unit_anim) > UNITS_TIMER_INTERVAL) { in gui_event_loop()
581 if ((t_current - t_last_map_scrolling) > MAP_SCROLL_TIMER_INTERVAL) { in gui_event_loop()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist.h273 ftime(&t_current); in stopfTimer()
278 … t_diff = (int) (1000.0 * (t_current.time - t_start.time) + (t_current.millitm - t_start.millitm)); in getTotalfRunTime()
329 struct timeb t_start, t_current; variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist.h273 ftime(&t_current); in stopfTimer()
278 … t_diff = (int) (1000.0 * (t_current.time - t_start.time) + (t_current.millitm - t_start.millitm)); in getTotalfRunTime()
329 struct timeb t_start, t_current; variable
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/wrapper/
H A Dtdriver.cpp2673 struct timeb t_start, t_current; in testCreateFileMultipleBF() local
2701 ftime(&t_current); in testCreateFileMultipleBF()
2703 (t_current.millitm - t_start.millitm)); in testCreateFileMultipleBF()
2721 struct timeb t_start, t_current; in testCreateFilelargerBF() local
2751 ftime(&t_current); in testCreateFilelargerBF()
2772 struct timeb t_start, t_current; in testCreateFileMultipleIONBF() local
2800 ftime(&t_current); in testCreateFileMultipleIONBF()
2819 struct timeb t_start, t_current; in testCreateFile64MBIONBF() local
2842 ftime(&t_current); in testCreateFile64MBIONBF()
2887 struct timeb t_start, t_current; in testSoloman() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/wrapper/
H A Dtdriver.cpp2673 struct timeb t_start, t_current; in testCreateFileMultipleBF() local
2701 ftime(&t_current); in testCreateFileMultipleBF()
2703 (t_current.millitm - t_start.millitm)); in testCreateFileMultipleBF()
2721 struct timeb t_start, t_current; in testCreateFilelargerBF() local
2751 ftime(&t_current); in testCreateFilelargerBF()
2772 struct timeb t_start, t_current; in testCreateFileMultipleIONBF() local
2800 ftime(&t_current); in testCreateFileMultipleIONBF()
2819 struct timeb t_start, t_current; in testCreateFile64MBIONBF() local
2842 ftime(&t_current); in testCreateFile64MBIONBF()
2887 struct timeb t_start, t_current; in testSoloman() local
[all …]

123