Home
last modified time | relevance | path

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

/external/gemmlowp/fixedpoint/
Dfixedpoint.h403 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType);
406 ((1 << (ScalarIntegerTypeBits - 1 - Exponent)) - 1);
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h466 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType); in SaturatingRoundingMultiplyByPOTParam() local
469 ((1 << (ScalarIntegerTypeBits - 1 - exponent)) - 1); in SaturatingRoundingMultiplyByPOTParam()