Home
last modified time | relevance | path

Searched refs:t_transit (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/sjitter/sjitter/
H A Dsjitters.c32 double begin=0, end=0, t_send, t_receive, t_transit, t_transitlast, t_transitdelta; in main() local
177 t_transit = t_receive-t_send; in main()
179 t_transitdelta = t_transit - t_transitlast; in main()
184 onewaydelaylast = t_transit; in main()
220 onewaydelaymin = onewaydelaymax = t_transit; in main()
245 t_transitlast = t_transit; in main()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/model/
H A Dmodelread.cpp548 subsystemp->stepped_rotation->t_transit = (float)atof(buf); in set_subsystem_info()
550 subsystemp->stepped_rotation->t_transit = 2.0f; in set_subsystem_info()
563 float t_trans = subsystemp->stepped_rotation->t_transit; in set_subsystem_info()
3392 float step_time = psub->stepped_rotation->t_transit + psub->stepped_rotation->t_pause; in submodel_stepped_rotate()
3414 float coast_start_time = psub->stepped_rotation->fraction * psub->stepped_rotation->t_transit; in submodel_stepped_rotate()
3415 …float decel_start_time = psub->stepped_rotation->t_transit * (1.0f - psub->stepped_rotation->fract… in submodel_stepped_rotate()
3416 float pause_start_time = psub->stepped_rotation->t_transit; in submodel_stepped_rotate()
3432 float time_to_pause = psub->stepped_rotation->t_transit - step_offset_time; in submodel_stepped_rotate()
H A Dmodel.h153 float t_transit; // time spent moving from one step to next member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodelread.cpp793 subsystemp->stepped_rotation->t_transit = (float)atof(buf); in set_subsystem_info()
795 subsystemp->stepped_rotation->t_transit = 2.0f; in set_subsystem_info()
808 float t_trans = subsystemp->stepped_rotation->t_transit; in set_subsystem_info()
3676 float step_time = psub->stepped_rotation->t_transit + psub->stepped_rotation->t_pause; in submodel_stepped_rotate()
3698 float coast_start_time = psub->stepped_rotation->fraction * psub->stepped_rotation->t_transit; in submodel_stepped_rotate()
3699 …float decel_start_time = psub->stepped_rotation->t_transit * (1.0f - psub->stepped_rotation->fract… in submodel_stepped_rotate()
3700 float pause_start_time = psub->stepped_rotation->t_transit; in submodel_stepped_rotate()
3716 float time_to_pause = psub->stepped_rotation->t_transit - step_offset_time; in submodel_stepped_rotate()
H A Dmodel.h133 float t_transit; // time spent moving from one step to next member