Searched refs:wanexp (Results 1 – 2 of 2) sorted by relevance
118 short wanexp; in _g721_fmult() local128 wanexp = anexp + (srn >> 6) - 7; in _g721_fmult()129 return ((wanexp >= 0) ? in _g721_fmult()130 (_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g721_fmult()132 _fmultwanmant[(srn & 077) + anmant] >> -wanexp); in _g721_fmult()134 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g721_fmult()135 return ((wanexp >= 0) ? in _g721_fmult()136 -((_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g721_fmult()138 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp)); in _g721_fmult()146 wanexp = anexp + (srn >> 6) - 7; in _g721_fmult()[all …]
123 short wanexp; in _g723_fmult() local133 wanexp = anexp + (srn >> 6) - 7; in _g723_fmult()134 return ((wanexp >= 0) ? in _g723_fmult()135 (_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g723_fmult()137 _fmultwanmant[(srn & 077) + anmant] >> -wanexp); in _g723_fmult()139 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g723_fmult()140 return ((wanexp >= 0) ? in _g723_fmult()141 -((_fmultwanmant[(srn & 077) + anmant] << wanexp) in _g723_fmult()143 -(_fmultwanmant[(srn & 077) + anmant] >> -wanexp)); in _g723_fmult()151 wanexp = anexp + (srn >> 6) - 7; in _g723_fmult()[all …]