Home
last modified time | relevance | path

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

/sof-2.7.6/src/arch/xtensa/include/xtensa/
Dc6x-compat.h477 short int s1_h = src1>>16; in _dotpn2() local
481 return s1_h * s2_h - s1_l * s2_l; in _dotpn2()
486 short int s1_h = src1>>16; in _dotp2() local
490 return s1_h * s2_h + s1_l * s2_l; in _dotp2()