Searched refs:LowerBoundTimeTarget (Results 1 – 2 of 2) sorted by relevance
134 this.LowerBoundTimeTarget = this.LowerBoundTime;301 this.LowerBoundTimeTarget = mid - (mid - this.LowerBoundTime) * (1 - dz);327 this.LowerBoundTimeTarget = lt;351 if (Math.abs(this.LowerBoundTime - this.LowerBoundTimeTarget) < EPS &&353 this.LowerBoundTime = this.LowerBoundTimeTarget;360 this.LowerBoundTime * t + this.LowerBoundTimeTarget * (1 - t);
212 let LowerBoundTimeTarget = LowerBoundTime; variable