Searched refs:binEncBase (Results 1 – 3 of 3) sorted by relevance
378 r.binEncBase = 8 # change binEncBase only for this instance of Real385 …binEncBase, encoder.typeMap[univ.Real.typeId].binEncBase = encoder.typeMap[univ.Real.typeId].binEn…389 encoder.typeMap[univ.Real.typeId].binEncBase = binEncBase393 …binEncBase, encoder.typeMap[univ.Real.typeId].binEncBase = encoder.typeMap[univ.Real.typeId].binEn…397 encoder.typeMap[univ.Real.typeId].binEncBase = binEncBase
357 binEncBase = 2 # set to None to choose encoding base automatically variable in RealEncoder390 if value.binEncBase in encBase:391 return self._dropFloatingPoint(m, value.binEncBase, e)393 elif self.binEncBase in encBase:394 return self._dropFloatingPoint(m, self.binEncBase, e)
1305 binEncBase = None # binEncBase = 16 is recommended for large numbers variable in Real