Home
last modified time | relevance | path

Searched refs:fraction (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/sound/core/seq/
Dseq_timer.h30 unsigned long fraction; /* current time per tick in nsec */ member
72 tick->fraction += resolution; in snd_seq_timer_update_tick()
73 tick->cur_tick += (unsigned int)(tick->fraction / tick->resolution); in snd_seq_timer_update_tick()
74 tick->fraction %= tick->resolution; in snd_seq_timer_update_tick()
Dseq_timer.c121 tmr->tick.fraction = 0; in seq_timer_reset()
229 tmr->tick.fraction = 0; in snd_seq_timer_set_position_tick()
/linux-4.1.27/arch/m68k/fpsp040/
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
Dsint.S203 | ;there are no fraction bits
208 | ;shift off fraction bits
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
Dbindec.S95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
Dsetox.S69 | bits are the 16 most significant fraction (including the
/linux-4.1.27/drivers/net/wireless/ath/
Ddfs_pri_detector.c42 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument
48 if (fraction == 0) in pde_get_multiple()
51 delta = (val < fraction) ? (fraction - val) : (val - fraction); in pde_get_multiple()
57 factor = val / fraction; in pde_get_multiple()
58 remainder = val % fraction; in pde_get_multiple()
61 if ((fraction - remainder) <= tolerance) in pde_get_multiple()
/linux-4.1.27/drivers/media/tuners/
Dmax2165.c164 static int fixpt_div32(u32 dividend, u32 divisor, u32 *quotient, u32 *fraction) in fixpt_div32() argument
186 *fraction = f; in fixpt_div32()
196 u32 quotient, fraction; in max2165_set_rf() local
201 &quotient, &fraction); in max2165_set_rf()
206 fraction >>= 12; in max2165_set_rf()
209 max2165_mask_write_reg(priv, REG_NDIV_FRAC2, 0x0F, fraction >> 16); in max2165_set_rf()
210 max2165_write_reg(priv, REG_NDIV_FRAC1, fraction >> 8); in max2165_set_rf()
211 max2165_write_reg(priv, REG_NDIV_FRAC0, fraction); in max2165_set_rf()
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt22 - st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of
41 st,fraction-z = <7>;
/linux-4.1.27/tools/perf/ui/gtk/
Dprogress.c12 double fraction = p->total ? 1.0 * p->curr / p->total : 0.0; in gtk_ui_progress__update() local
34 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), fraction); in gtk_ui_progress__update()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-firmware-gsmi51 ASCII) representing the fraction of the log to
55 submitted fraction.
/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_blit.c46 uint32_t msb, exponent, fraction; in int2float() local
59 fraction = ror32(x, (msb - I2F_FRAC_BITS) & 0x1f) & I2F_MASK; in int2float()
62 return fraction + exponent; in int2float()
/linux-4.1.27/drivers/hwmon/
Demc2103.c65 u8 fraction; /* 0-7 multiples of 0.125 */ member
110 temp->fraction = (fractional & 0xe0) >> 5; in read_temp_from_i2c()
193 + data->temp[nr].fraction * 125; in show_temp()
/linux-4.1.27/arch/arm/boot/dts/
Dimx53-m53.dtsi75 st,fraction-z = <7>;
Dspear320-hmi.dts268 ts,fraction-z = <7>;
Dspear1310-evb.dts383 ts,fraction-z = <7>;
Dspear1340-evb.dts494 ts,fraction-z = <7>;
Dtegra30-apalis.dtsi553 st,fraction-z = <7>;
/linux-4.1.27/arch/ia64/include/asm/uv/
Duv_mmrs.h726 unsigned long fraction : 20; /* RW */ member
/linux-4.1.27/drivers/atm/
Diphase.h251 u_short fraction; member
793 u_short fraction; /* fraction */ member
Diphase.c259 tempFract = abr_vc->fraction; in clear_lockup()
/linux-4.1.27/mm/
Dvmscan.c1921 u64 fraction[2]; in get_scan_count() local
2061 fraction[0] = ap; in get_scan_count()
2062 fraction[1] = fp; in get_scan_count()
2089 scan = div64_u64(scan * fraction[file], in get_scan_count()
Dslub.c2834 int fraction; in calculate_order() local
2852 fraction = 16; in calculate_order()
2853 while (fraction >= 4) { in calculate_order()
2855 slub_max_order, fraction, reserved); in calculate_order()
2858 fraction /= 2; in calculate_order()
/linux-4.1.27/Documentation/vm/
Dnuma62 nodes. Each emulated node will manage a fraction of the underlying cells'
Dunevictable-lru.txt61 fraction of these pages are not evictable for any reason [see below], vmscan
62 will spend a lot of time scanning the LRU lists looking for the small fraction
Dfrontswap.txt132 to be I/O bound and using a small fraction of a percent of a CPU
/linux-4.1.27/Documentation/RCU/
Dtorture.txt247 to be non-zero, but it is bad for it to be a large fraction of
/linux-4.1.27/Documentation/
Dbcache.txt384 Average fraction of btree in use.
Dmd.txt564 value, a fraction of the process that is complete.
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt142 the fraction of CPU time needed to execute the task.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt705 This is the fraction of pages at most (high mark pcp->high) in each zone that
/linux-4.1.27/Documentation/networking/
Dbonding.txt2236 Note that the fraction of packets that will be delivered out of
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S6733 mov.l (%a0),%d1 # pack exp w/ upper 16 fraction
Dfplsp.S6723 # lower 16 bits are the 16 most significant fraction #