Home
last modified time | relevance | path

Searched refs:timefix (Results 1 – 7 of 7) sorted by relevance

/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Dmake.c999 timefix(tevent); in make()
1113 timefix(tevent); in make()
H A Dmake.h110 #define timefix(t) t-=(t<state.tolerance)?t:state.tolerance macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Dmake.c999 timefix(tevent); in make()
1113 timefix(tevent); in make()
H A Dmake.h110 #define timefix(t) t-=(t<state.tolerance)?t:state.tolerance macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Dmake.c999 timefix(tevent); in make()
1113 timefix(tevent); in make()
H A Dmake.h110 #define timefix(t) t-=(t<state.tolerance)?t:state.tolerance macro
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dparticle_system.c1614 float timefix = 25.f * dtime; in sph_springs_modify() local
1630 d = yield_ratio * timefix * Lij; in sph_springs_modify()
1633 spring->rest_length += plasticity * (rij - Lij - d) * timefix; in sph_springs_modify()
1636 spring->rest_length -= plasticity * (Lij - d - rij) * timefix; in sph_springs_modify()