Home
last modified time | relevance | path

Searched refs:spread (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-13.1/lib/msun/src/
H A Ds_fma.c193 int spread; in fma() local
213 spread = ex + ey - ez; in fma()
220 if (spread < -DBL_MANT_DIG) { in fma()
244 if (spread <= DBL_MANT_DIG * 2) in fma()
245 zs = ldexp(zs, -spread); in fma()
264 spread = ex + ey; in fma()
273 return (xy.hi + vzs + ldexp(xy.lo, spread)); in fma()
285 return (ldexp(r.hi + adj, spread)); in fma()
289 if (spread + ilogb(r.hi) > -1023) in fma()
290 return (ldexp(r.hi + adj, spread)); in fma()
[all …]
H A Ds_fmal.c174 int spread; in fmal() local
194 spread = ex + ey - ez; in fmal()
201 if (spread < -LDBL_MANT_DIG) { in fmal()
225 if (spread <= LDBL_MANT_DIG * 2) in fmal()
226 zs = ldexpl(zs, -spread); in fmal()
245 spread = ex + ey; in fmal()
254 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal()
266 return (ldexpl(r.hi + adj, spread)); in fmal()
270 if (spread + ilogbl(r.hi) > -16383) in fmal()
271 return (ldexpl(r.hi + adj, spread)); in fmal()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.txt30 For all PLL1, PLL2, ... an optional child node can be used to specify spread
32 - spread-spectrum: SSC mode as defined in the data sheet.
33 - spread-spectrum-center: Use "centered" mode instead of "max" mode. When
50 spread-spectrum = <4>;
51 spread-spectrum-center;
H A Dmarvell,berlin.txt7 Clock related registers are spread among the chip control registers. Berlin
/freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Dnvidia,tegra-regulators-coupling.txt40 regulator-coupled-max-spread = <170000 550000>;
50 regulator-coupled-max-spread = <170000 550000>;
60 regulator-coupled-max-spread = <550000 550000>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp169 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest() local
170 if (std::abs(spread) > MaxReorderWindow) { in pickBest()
180 int spread = (int)left->getHeight() - (int)right->getHeight(); in pickBest() local
181 if (std::abs(spread) > MaxReorderWindow) in pickBest()
/freebsd-13.1/sys/contrib/device-tree/Bindings/ata/
H A Dimx-sata.txt24 - fsl,no-spread-spectrum : disable spread-spectrum clocking on the SATA
/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c76 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); in FSE_buildDTable_internal() local
122 MEM_write64(spread + pos, sv); in FSE_buildDTable_internal()
124 MEM_write64(spread + pos + i, sv); in FSE_buildDTable_internal()
144 tableDecode[uPosition].symbol = spread[s + u]; in FSE_buildDTable_internal()
/freebsd-13.1/contrib/netbsd-tests/ipf/regress/
H A Df28.pool1 pool ipf/dstlist (name spread; policy round-robin;)
H A Df29.pool1 pool ipf/dstlist (name spread; policy round-robin;)
H A Df28.ipf2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any
H A Df29.ipf2 pass in on nic0 to dstlist/spread from 4.4.0.0/16 to any keep state
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi56 regulator-coupled-max-spread = <300000>;
133 regulator-coupled-max-spread = <300000>;
H A Dtegra30-cardhu-a04.dts103 regulator-coupled-max-spread = <300000>;
113 regulator-coupled-max-spread = <300000>;
H A Dtegra30-asus-nexus7-grouper-maxim-pmic.dtsi70 regulator-coupled-max-spread = <300000>;
83 regulator-coupled-max-spread = <300000>;
H A Dimx6q-dms-ba16.dts113 fsl,no-spread-spectrum;
H A Dimx6q-cubox-i-som-v15.dts58 fsl,no-spread-spectrum;
H A Dimx6q-cubox-i-emmc-som-v15.dts59 fsl,no-spread-spectrum;
/freebsd-13.1/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c101 spread(int fd, void *buf, size_t count, off_t offset) in spread() function
317 spread(infd, drr, sizeof (*drr), stream_offset); in zfs_redup_stream()
326 spread(infd, buf, payload_size, in zfs_redup_stream()
/freebsd-13.1/contrib/netbsd-tests/ipf/expected/
H A Df2824 4 pass in on nic0 to dstlist/spread inet from 4.4.0.0/16 to any
H A Df2956 4 pass in on nic0 to dstlist/spread inet from 4.4.0.0/16 to any keep state
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dbrcm-sata-phy.txt28 - brcm,enable-ssc: use spread spectrum clocking (SSC) on this port
H A Drenesas,usb3-phy.yaml54 Enable/disable spread spectrum clock (ssc). 0 or the property doesn't
/freebsd-13.1/sys/contrib/device-tree/Bindings/pci/
H A Dbrcm,stb-pcie.yaml56 description: Indicates usage of spread-spectrum clocking.
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-zx.txt40 the pin spread in both controllers. This type of pins are called 'AON pins'.

123