Home | History | Annotate | Download | only in lib

Lines Matching refs:qexp

77     int qexp;
102 q=frexp(p+q,&qexp);
105 vorbis_invsq2explook(qexp+m)-
157 int qexp=0,shift;
169 qexp+=shift;
175 /* pi,qi normalized collectively, both tracked using qexp */
182 qexp+=shift;
190 qexp+=shift-14*((m+1)>>1);
194 qexp=qexp*2+m;
207 qexp+=shift-7*m;
211 qexp=qexp*2+m;
225 qi>>=1; qexp++;
228 qi<<=1; qexp--;
232 vorbis_invsqlook_i(qi,qexp)-