Home
last modified time | relevance | path

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

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