Searched refs:fraction (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_timer.h30 unsigned long fraction; /* current time per tick in nsec */ member in struct:snd_seq_timer_tick
72 tick->fraction += resolution;
73 tick->cur_tick += (unsigned int)(tick->fraction / tick->resolution);
74 tick->fraction %= tick->resolution;
H A Dseq_timer.c132 tmr->tick.fraction = 0;
228 tmr->tick.fraction = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbinstr.S16 | bit 63. The fraction is multiplied by 10 using a mul by 2
26 | Copy the fraction in d2:d3 to d4:d5.
28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
51 | d2: upper 32-bits of fraction for mul by 8
52 | d3: lower 32-bits of fraction for mul by 8
53 | d4: upper 32-bits of fraction for mul by 2
54 | d5: lower 32-bits of fraction for mul by 2
84 movel %d2,%d4 |copy the fraction before muls
H A Dsint.S203 | ;there are no fraction bits
208 | ;shift off fraction bits
H A Ddecbin.S27 | digits, rather than 1 integer and 16 fraction digits.
44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction
144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
H A Dbindec.S95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
719 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
802 | d2: x/ms 32-bits of exp fraction/scratch
803 | d3: x/ls 32-bits of exp fraction
H A Dsetox.S69 | bits are the 16 most significant fraction (including the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtpdec.c181 uint32_t fraction; local
217 if (expected_interval==0 || lost_interval<=0) fraction= 0;
218 else fraction = (lost_interval<<8)/expected_interval;
220 fraction= (fraction<<24) | lost;
222 put_be32(pb, fraction); /* 8 bits of fraction, 24 bits of total packets lost */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.c602 unsigned int fraction; local
628 * For the MCF5272, also compute the baudrate fraction.
631 fraction = MCF_BUSCLK - (baudclk * 32 * mcfrs_baud_table[i]);
632 fraction *= 16;
633 fraction /= (32 * mcfrs_baud_table[i]);
698 uartp[MCFUART_UFPD] = (fraction & 0xf); /* set fraction */
1803 * For the MCF5272, also compute the baudrate fraction.
1805 int fraction = MCF_BUSCLK - (clk * 32 * mcfrs_console_baud); local
1806 fraction *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrionan.c409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
H A Dtriostr.c972 trio_long_double_t fraction = 0.0;
997 fraction += fracdiv * (isdigit((int)*source)
1043 fraction += (*source - '0') * fracdiv;
1068 value = integer + fraction;
H A Dxpath.c2710 LOWER_DOUBLE_EXP is max number of leading zeroes in fraction
9979 double fraction = 0; local
9987 fraction = fraction * 10 + v;
9991 fraction /= my_pow10[frac];
9992 ret = ret + fraction;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslub.c1709 int fraction; local
1721 fraction = 8;
1722 while (fraction >= 4) {
1724 slub_max_order, fraction);
1727 fraction /= 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Diphase.h251 u_short fraction; member in struct:main_vc
793 u_short fraction; /* fraction */ member in struct:__anon3965
H A Diphase.c266 tempFract = abr_vc->fraction;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.c1885 int fraction = (Hz - (integer * 1000000)) / 10000; local
1887 prefix, (int) msg[3] * 4, (int) msg[4], integer, fraction,
H A DNCR53C9x.c2818 int fraction = (hz - (integer * 1000000)) / 10000; local
2833 integer, fraction));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c9937 double fraction = 0; local
9945 fraction = fraction * 10 + v;
9949 fraction /= my_pow10[frac];
9950 ret = ret + fraction;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c9937 double fraction = 0; local
9945 fraction = fraction * 10 + v;
9949 fraction /= my_pow10[frac];
9950 ret = ret + fraction;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S6627 mov.l (%a0),%d1 # pack exp w/ upper 16 fraction
6723 # lower 16 bits are the 16 most significant fraction #
H A Dfpsp.S6733 mov.l (%a0),%d1 # pack exp w/ upper 16 fraction
6829 # lower 16 bits are the 16 most significant fraction #
23011 # digits, rather than 1 integer and 16 fraction digits. #
23028 # SM = 1 a non-zero digit in Mant0, lsd of the fraction #
23102 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part
23548 # to be a fraction; i.e. (mantissa)/10^LEN and adjusted #
24205 # to be a fraction; i.e. (mantissa)/10^LEN and adjusted
24288 # d2: x/ms 32-bits of exp fraction/scratch
24289 # d3: x/ls 32-bits of exp fraction
24468 # bit 63. The fraction i
[all...]

Completed in 536 milliseconds