Searched refs:wanexp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c120 short wanexp; local
130 wanexp = anexp + (srn >> 6) - 7;
131 return ((wanexp >= 0) ?
132 (_fmultwanmant[(srn & 077) + anmant] << wanexp)
134 _fmultwanmant[(srn & 077) + anmant] >> -wanexp);
136 wanexp = anexp + (srn >> 6) - 0xFFF7;
137 return ((wanexp >= 0) ?
138 -((_fmultwanmant[(srn & 077) + anmant] << wanexp)
140 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp));
148 wanexp
[all...]
H A Dg723.c125 short wanexp; local
135 wanexp = anexp + (srn >> 6) - 7;
136 return ((wanexp >= 0) ?
137 (_fmultwanmant[(srn & 077) + anmant] << wanexp)
139 _fmultwanmant[(srn & 077) + anmant] >> -wanexp);
141 wanexp = anexp + (srn >> 6) - 0xFFF7;
142 return ((wanexp >= 0) ?
143 -((_fmultwanmant[(srn & 077) + anmant] << wanexp)
145 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp));
153 wanexp
[all...]

Completed in 57 milliseconds