Searched refs:_fmultwanmant (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg72x_tables.c4128 unsigned char _fmultwanmant[4096] = { variable
H A Dg721.c111 * by the lookup table _fmultwanmant[].
132 (_fmultwanmant[(srn & 077) + anmant] << wanexp)
134 _fmultwanmant[(srn & 077) + anmant] >> -wanexp);
138 -((_fmultwanmant[(srn & 077) + anmant] << wanexp)
140 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp));
150 -((_fmultwanmant[(srn & 077) + anmant] << wanexp)
152 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp));
156 (_fmultwanmant[(srn & 077) + anmant] << wanexp)
158 _fmultwanmant[(srn & 077) + anmant] >> -wanexp);
H A Dg723.c116 * by the lookup table _fmultwanmant[].
137 (_fmultwanmant[(srn & 077) + anmant] << wanexp)
139 _fmultwanmant[(srn & 077) + anmant] >> -wanexp);
143 -((_fmultwanmant[(srn & 077) + anmant] << wanexp)
145 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp));
155 -((_fmultwanmant[(srn & 077) + anmant] << wanexp)
157 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp));
161 (_fmultwanmant[(srn & 077) + anmant] << wanexp)
163 _fmultwanmant[(srn & 077) + anmant] >> -wanexp);
/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_encode.h147 extern unsigned char _fmultwanmant[];

Completed in 671 milliseconds