Searched refs:wanexp (Results 1 – 2 of 2) sorted by relevance
120 short wanexp; in _g721_fmult() local130 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 …]
125 short wanexp; in _g723_fmult() local135 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 …]