Searched refs:MinInput (Results 1 - 1 of 1) sorted by relevance

/external/gemmlowp/test/
H A Dtest_fixedpoint.cc81 std::int32_t MinInput() const { function in class:gemmlowp::__anon7350::UnaryOpBase
137 std::int32_t MinInput() const { return -(1 << 29); } function in class:gemmlowp::__anon7350::final
179 std::int32_t MinInput() const { return 0; } function in class:gemmlowp::__anon7350::final
218 std::int32_t MinInput() const { return 0; } function in class:gemmlowp::__anon7350::final
260 // First, clamp input int32 values accoding to the MinInput() and MaxInput()
266 std::max(unary_op.MinInput(), raw_input));

Completed in 557 milliseconds