HomeSort by relevance Sort by last modified time
    Searched refs:_precision (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 164 _precision = 0 variable in class:Numbers
165 _near0 = 1.0 # These will change when _precision is changed.
181 cls._precision = precision
220 pc = round(pc, self._precision)
221 return "%.*f" % (self._precision, pc)
227 if cls._precision > 0:
228 width += 1 + cls._precision
  /external/eigen/Eigen/src/Core/
IO.h 53 IOFormat(int _precision = StreamPrecision, int _flags = 0,
58 coeffSeparator(_coeffSeparator), precision(_precision), flags(_flags)

Completed in 209 milliseconds