Searched refs:tempNs (Results 1 – 1 of 1) sorted by relevance
209 let tempNs = 0; variable227 tempNs += this.scale - rangeYu;229 this.range.xsTxt.push(ns2UnitS(tempNs + this.range.startNS, this.scale));231 while (tempNs < this.range.endNS - this.range.startNS) {233 tempNs += this.scale;235 this.range.xsTxt.push(ns2UnitS(tempNs + this.range.startNS, this.scale));