Home
last modified time | relevance | path

Searched refs:exit_t (Results 1 – 20 of 20) sorted by relevance

/dports/security/hlfl/hlfl-0.60.1/src/
H A Dhlfl.h23 typedef void (*exit_t) (); typedef
42 exit_t exit_func;
/dports/net/yaz/yaz-5.31.1/src/
H A Dtiming.c57 FILETIME create_t, exit_t, sys_t, user_t; in get_process_time() local
60 GetProcessTimes(GetCurrentProcess(), &create_t, &exit_t, &sys_t, &user_t); in get_process_time()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dimage_samplers.pyx322 np.float64_t exit_t, argument
346 np.float64_t exit_t, argument
351 cdef np.float64_t dl = (exit_t - enter_t)
388 np.float64_t exit_t, argument
399 cdef np.float64_t dt = (exit_t - enter_t) / vri.n_samples
469 np.float64_t exit_t, argument
484 cdef np.float64_t dt = (exit_t - enter_t) / vri.n_samples
570 np.float64_t exit_t, argument
581 cdef np.float64_t dt = (exit_t - enter_t) / vri.n_samples
H A Dgrid_traversal.pyx59 cdef np.float64_t exit_t = -1.0, enter_t = -1.0
151 exit_t = fmin(tmax[i], max_t)
152 sample(vc, v_pos, v_dir, enter_t, exit_t, cur_ind, data)
158 if return_t != NULL: return_t[0] = exit_t
H A Dimage_samplers.pxd67 np.float64_t exit_t,
H A Dgrid_traversal.pxd23 np.float64_t exit_t,
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_play.h30 extern exit_t playstate;
H A Dwl_def.h366 } exit_t; typedef
H A Dwl_play.cpp50 exit_t playstate;
/dports/audio/wav2cdr/wav2cdr/
H A Dwav2cdr.h186 } exit_t; typedef
321 void exit_error (exit_t err, const char *errtext, const char *errtext2);
H A Dwav2cdr.c199 void exit_error (exit_t err, const char *errtext, const char *errtext2) in exit_error()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_game.h123 void LevelCompleted ( exit_t playstate );
H A Drt_def.h444 } exit_t; typedef
H A Drt_actor.h311 extern exit_t playstate;
H A Drt_game.c3193 exit_t playstate in LevelCompleted()
H A Drt_actor.c115 exit_t playstate;
/dports/math/py-yt/yt-4.0.1/yt/geometry/_selection_routines/
H A Dray_selector.pxi12 np.float64_t exit_t, argument
17 if am.child_mask[di] == 0 or enter_t == exit_t:
21 am.dt[di] = (exit_t - enter_t)
/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A D_cuda_caster.cu73 float enter_t, float exit_t, int ci[3], float rgba[4], in sample_values() argument
89 dt = (exit_t - enter_t) / (NUM_SAMPLES-1); in sample_values()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_play.cpp77 exit_t playstate;
H A D3d_def.h2580 enum exit_t { enum
3159 extern exit_t playstate;