Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_STAT.cxx140 otph, // poids des etapes de la phase en cours (cycle en cours) member
182 TheStat.otph = (TheStat.n1 > 1 ? statact.Step (TheStat.n0) : 1.); in NextPhase()
199 TheStat.stw = (TheStat.n1 > 1 ? statact.Step(TheStat.n0 + 1) : TheStat.otph); in NextCycle()
227 TheStat.olditp * TheStat.otph + // cycles complets passes in Percent()
231 Standard_Real prophase = enphase / (TheStat.nbitp * TheStat.otph); in Percent()