Searched defs:shift_left (Results 1 – 8 of 8) sorted by relevance
51 static PLATFORM_INLINE UWORD32 ixheaacd_extu(UWORD32 a, WORD32 shift_left, in ixheaacd_extu()
93 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function97 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function
177 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function181 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function
198 shift_left = _broadcasting_binary_op(bitwise_ops.left_shift) variable
4143 int32_t shift_left = 0; in WriteFramesLessThan() local
786 const bool shift_left = (output_shift > 0); in LegacyFullyConnectedAsGEMVWorkerImpl() local1808 const bool shift_left = (output_shift > 0); in LegacyInt8FullyConnectedAsGEMVWorkerImpl() local
1711 int shift_left = 32 - (pos + size); in Ext() local