Home
last modified time | relevance | path

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

/external/python/pyasn1/tests/codec/ber/
Dtest_encoder.py378 r.binEncBase = 8 # change binEncBase only for this instance of Real
385binEncBase, encoder.typeMap[univ.Real.typeId].binEncBase = encoder.typeMap[univ.Real.typeId].binEn…
389 encoder.typeMap[univ.Real.typeId].binEncBase = binEncBase
393binEncBase, encoder.typeMap[univ.Real.typeId].binEncBase = encoder.typeMap[univ.Real.typeId].binEn…
397 encoder.typeMap[univ.Real.typeId].binEncBase = binEncBase
/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py300 binEncBase = 2 # set to None to choose encoding base automatically variable in RealEncoder
328 if value.binEncBase in encBase:
329 return self._dropFloatingPoint(m, value.binEncBase, e)
330 elif self.binEncBase in encBase:
331 return self._dropFloatingPoint(m, self.binEncBase, e)
/external/python/pyasn1/pyasn1/type/
Duniv.py1256 binEncBase = None # binEncBase = 16 is recommended for large numbers variable in Real