Home
last modified time | relevance | path

Searched refs:raw_max (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.h44 uint64_t raw_max; member
Dbrw_performance_query.c456 GLuint64 *raw_max) in brw_get_perf_counter_info() argument
470 *raw_max = counter->raw_max; in brw_get_perf_counter_info()
/external/gemmlowp/test/
Dtest.cc1328 std::int32_t raw_max = std::numeric_limits<std::int32_t>::min(); in TestOutputStages() local
1332 raw_max = std::max(raw_max, result_raw_int32(r, c)); in TestOutputStages()
1336 clamp_stage.min = static_cast<std::int32_t>(raw_min * 0.7 + raw_max * 0.3); in TestOutputStages()
1337 clamp_stage.max = static_cast<std::int32_t>(raw_min * 0.3 + raw_max * 0.7); in TestOutputStages()
1339 clamp_stage.max <= raw_max); in TestOutputStages()
1356 const std::int32_t real_zero_as_int32 = (raw_max + raw_min) / 2; in TestOutputStages()
1357 const std::int32_t real_amplitude_as_int32 = (raw_max - raw_min) / 16; in TestOutputStages()
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py2340 raw_max = reduce_max(
2346 gen_math_ops.is_finite(raw_max), raw_max,
2347 array_ops.zeros_like(raw_max)))
/external/mesa3d/src/mesa/main/
Ddd.h774 GLuint64 *raw_max);