Home
last modified time | relevance | path

Searched refs:_precision (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/benchmarks/
Dewma.h28 #define DECLARE_EWMA(T, name, _precision, _weight_rcp) \ argument
34 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
40 BUILD_BUG_ON((_precision) > 30); \
47 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
49 BUILD_BUG_ON((_precision) > 30); \
51 return e->internal >> (_precision); \
57 const T precision = _precision; \
60 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
62 BUILD_BUG_ON((_precision) > 30); \
/external/eigen/Eigen/src/Core/
DIO.h53 IOFormat(int _precision = StreamPrecision, int _flags = 0,
58 rowSpacer(""), coeffSeparator(_coeffSeparator), precision(_precision), flags(_flags) in matPrefix()
/external/mesa3d/src/compiler/
Dglsl_types.h1460 int _precision, in glsl_struct_field()
1465 precision = _precision; in glsl_struct_field()
/external/fmtlib/include/fmt/
Dchrono.h1027 void on_precision(unsigned _precision) { f.precision = _precision; }