OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_precision
(Results
1 - 3
of
3
) 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/chromium_org/gpu/command_buffer/service/
shader_translator.h
38
VariableInfo(int _type, int _size, int
_precision
,
42
precision(
_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 252 milliseconds