Home
last modified time | relevance | path

Searched refs:t_fraction (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/jogamp-jogl/gluegen/jcpp/src/main/java/com/jogamp/gluegen/jcpp/
H A DNumericValue.java100 String t_fraction = getFractionalPart(); in toBigDecimal() local
101 if (t_fraction != null) { in toBigDecimal()
104 scale += t_fraction.length(); in toBigDecimal()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dttype.def161 DEF_TPROP_I("zz-fr", t_fraction,
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_injection.c1640 cs_real_t t_fraction = (cs_glob_lagr_time_step->dtp + res_time); in cs_lagr_injection() local
1643 p_coords[j] = p_coords_prev[j] + t_fraction * p_vel[j]; in cs_lagr_injection()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-19962583 * ai.c (ai_init_shared): Remove computation for t_fraction.