Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_fixedpoint.cc127 static constexpr int kScalarTypeBits = 8 * sizeof(ScalarType); member in gemmlowp::__anon6f94b9cb0111::TestFixedPoint
206 ScalarType MinInput() const { return -(1 << (kScalarTypeBits - 3)); } in MinInput()
208 ScalarType Tolerance() const { return kScalarTypeBits == 32 ? 500 : 1; } in Tolerance()
229 ScalarType Tolerance() const { return kScalarTypeBits == 32 ? 500 : 2; } in Tolerance()
249 ScalarType Tolerance() const { return kScalarTypeBits == 32 ? 12 : 11; } in Tolerance()
268 ScalarType Tolerance() const { return kScalarTypeBits == 32 ? 310 : 12; } in Tolerance()
288 ScalarType Tolerance() const { return kScalarTypeBits == 32 ? 6 : 5; } in Tolerance()
307 ScalarType Tolerance() const { return kScalarTypeBits == 32 ? 155 : 6; } in Tolerance()
441 for (int i = 0; i < kScalarTypeBits - 1; i++) { in MakeTestVals()
481 for (int s = 0; s < kScalarTypeBits; s++) { in RunTests()
[all …]