Searched refs:mant (Results 26 - 41 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dg72x.cpp243 short mant; /* Fractional part of base 2 log */ local
255 mant = ((dqm << 7) >> exp) & 0x7F; /* Fractional portion. */
256 dl = (exp << 7) + mant;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000.h149 uint16_t mant[JPEG2000_MAX_DECLEVELS * 3]; // quantization mantissa member in struct:Jpeg2000QuantStyle
H A Dj2kenc.c309 bytestream_put_be16(&s->buf, (qntsty->expn[i] << 11) | qntsty->mant[i]);
433 int expn, mant; local
439 mant = (11 - log < 0 ? ss >> log - 11 : ss << 11 - log) & 0x7ff;
445 qntsty->mant[gbandno] = mant;
H A Dvorbisenc.c442 int exp, mant; local
444 mant = (int)ldexp(frexp(f, &exp), 20);
446 if (mant < 0) {
448 mant = -mant;
450 res |= mant | (exp << 21);
H A Djpeg2000.c298 band->f_stepsize = SHL(2048 + qntsty->mant[gbandno],
312 band->f_stepsize *= qntsty->mant[gbandno] / 2048.0 + 1.0;
H A Djpeg2000dec.c520 q->mant[0] = x & 0x7ff;
524 q->mant[i] = q->mant[0];
534 q->mant[i] = x & 0x7ff;
H A Dvorbisdec.c180 double mant = val & 0x1fffff; local
183 mant = -mant;
184 return ldexp(mant, exp - 20 - 768);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_operr.S116 bsr check_upper |check if exp and ms mant are special
163 bsr check_upper |check if exp and ms mant are special
190 bsr check_upper |check if exp and ms mant are special
H A Ddecbin.S127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
162 subl #16,%d1 |sub to compensate for shift of mant
228 | Check the sign of the mant and make the value in fp0 the same sign.
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmath-emu.h89 union fp_mant64 mant; member in struct:fp_ext
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_util.S141 move.l %d0,(%a0)+ | high lword of fp_ext.mant
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dmath-emu.h89 union fp_mant64 mant; member in struct:fp_ext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c437 int exp, mant; local
439 mant = (int)ldexp(frexp(f, &exp), 20);
441 if (mant < 0) {
443 mant = -mant;
445 res |= mant | (exp << 21);
H A Dvorbisdec.c178 double mant = val & 0x1fffff; local
181 mant = -mant;
182 return ldexp(mant, exp - 20 - 768);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib8000.c947 uint32_t ix = 0, tmp_val = 0, exp = 0, mant = 0; local
951 /* mode = 1 : ln_agcpower calc using mant-exp conversion and mantis look up table */
956 mant = (val * 1000 / (1<<exp));
957 ix = (uint8_t)((mant-1000)/100); /* index of the LUT */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.c6097 unsigned int raise, mant; local
6617 for(mant = 0; mant < j->sigdef.event; mant++){

Completed in 587 milliseconds

12