Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dhard_swish.h40 std::int32_t b_32(b); in SaturatingDoublingHighMul()
41 std::int32_t ab_32 = a_32 * b_32; in SaturatingDoublingHighMul()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h357 std::int32_t b_32(b);
358 std::int32_t ab_32 = a_32 * b_32;
/external/libgav1/src/dsp/arm/
Dcommon_neon.h718 const uint32x2_t b_32 = vreinterpret_u32_u8(b); in Interleave32() local
719 const uint32x2x2_t c = vtrn_u32(a_32, b_32); in Interleave32()