Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt31 - st,fraction-z : Length of the fractional part in z (recommended is 7)
32 (fraction-z ([0..7]) = Count of the fractional part)
98 st,fraction-z = <7>;
/f-stack/freebsd/mips/mips/
H A Dfp.S715 srl t2, t2, v1 # shift FSs fraction
719 srl ta2, ta2, v1 # shift FTs fraction
846 srl t3, t2, v1 # shift FSs fraction
852 srl t3, t3, v1 # shift FSs fraction
1493 sll t3, t3, v0 # shift FSs fraction
1500 srl t3, t3, v0 # shift FSs fraction
2541 and t2, t0, 0x7FFFFF # get fraction
2776 and t2, t0, 0xFFFFF # get fraction
2878 and t2, t0, 0x7FFFFF # get fraction
3072 and t2, t0, 0xFFFFF # get fraction
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsocfpga_cyclone5_mcvevk.dts69 ts,fraction-z = <7>;
H A Dimx53-m53.dtsi67 st,fraction-z = <7>;
H A Dspear320-hmi.dts262 ts,fraction-z = <7>;
H A Dimx6qdl-phytec-mira.dtsi171 st,fraction-z = <7>;
H A Dimx6ul-isiot.dtsi144 st,fraction-z = <7>;
H A Dimx6ul-phytec-segin.dtsi151 st,fraction-z = <7>;
H A Dspear1310-evb.dts377 ts,fraction-z = <7>;
H A Dr8a7745-iwg22d-sodimm.dts194 st,fraction-z = <7>;
H A Dstm32f429-disco.dts138 st,fraction-z = <7>;
H A Dspear1340-evb.dts488 ts,fraction-z = <7>;
H A Dam5729-beagleboneai.dts444 st,fraction-z = <7>;
H A Dimx6qdl-colibri.dtsi266 st,fraction-z = <7>;
H A Dimx6qdl-apalis.dtsi321 st,fraction-z = <7>;
H A Dimx6q-novena.dts290 st,fraction-z = <7>;
H A Dtegra30-colibri.dtsi864 st,fraction-z = <7>;
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c228 uint64_t integer, fraction; in CalcRates() local
244 …m->rateMode, p_NonPassthroughAlgParam->committedInfoRate, tsuInTenthNanos, 0, &integer, &fraction); in CalcRates()
246 …rateMode, p_NonPassthroughAlgParam->peakOrExcessInfoRate, tsuInTenthNanos, 0, &integer, &fraction); in CalcRates()
285 temp = (uint32_t)fraction; /* fraction will alyas be smaller than 2^16 */ in CalcRates()
309 …Mode, p_NonPassthroughAlgParam->committedInfoRate, tsuInTenthNanos, fppShift, &integer, &fraction); in CalcRates()
310 *cir = (uint32_t)(integer << 16 | (fraction & 0xFFFF)); in CalcRates()
311 …e, p_NonPassthroughAlgParam->peakOrExcessInfoRate, tsuInTenthNanos, fppShift, &integer, &fraction); in CalcRates()
312 *pir_eir = (uint32_t)(integer << 16 | (fraction & 0xFFFF)); in CalcRates()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dcdns,sdhci.yaml83 # Each delay property represents the fraction of the clock period.
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md198 [approx fraction] (@ref rte_approx.h),
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dqcom,spmi-vadc.yaml96 integers, denoting the numerator and denominator of the fraction by which
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5341.txt56 the fraction matters, using 3500 and 12 will deliver the exact same result.
/f-stack/freebsd/contrib/zlib/doc/
H A Dtxtvsbin.txt88 considerations. In such cases, a scheme that tolerates a small fraction
/f-stack/freebsd/netgraph/
H A Dng_ppp.c2044 int numFrags, fraction, remain; in ng_ppp_mp_xmit() local
2054 fraction = m->m_pkthdr.len / numFrags; in ng_ppp_mp_xmit()
2055 remain = m->m_pkthdr.len - (fraction * numFrags); in ng_ppp_mp_xmit()
2060 = fraction + (((remain--) > 0)?1:0); in ng_ppp_mp_xmit()
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in2211 my $fraction = abs($local_total ? (3 * ($n / $local_total)) : 0);
2212 if ($fraction > 1) { $fraction = 1; }
2213 my $w = $fraction * 2;

12