Searched defs:quantR (Results 1 – 4 of 4) sorted by relevance
225 let quantR = Int(max(0, min(18, floor(signPow(value.0 / maximumValue, 0.5) * 9 + 9.5)))) variable251 let quantR = value / (19 * 19) in decodeAC() variable
35 const quantR = Math.floor(value / (19 * 19)); constant