Searched defs:precision (Results 1 - 5 of 5) sorted by relevance

/drivers/acpi/acpica/
H A Dutprint.c66 u8 base, s32 width, s32 precision, u8 type);
231 * precision - Precision of the integer
236 * DESCRIPTION: Print an integer into a string with any base and any precision.
243 u8 base, s32 width, s32 precision, u8 type)
298 if (i > precision) {
299 precision = i;
302 width -= precision;
327 while (i <= --precision) {
363 s32 precision = -1; local
417 /* Process precision */
240 acpi_ut_format_number(char *string, char *end, u64 number, u8 base, s32 width, s32 precision, u8 type) argument
[all...]
/drivers/gpu/drm/tegra/
H A Dsor.c315 /* precision factor */
316 u64 precision; member in struct:tegra_sor_params
331 const u64 f = params->precision;
417 params.precision = f;
/drivers/iio/gyro/
H A Dadis16136.c61 unsigned int precision; member in struct:adis16136_chip_info
306 *val = adis16136->chip_info->precision;
480 .precision = IIO_DEGREE_TO_RAD(1200),
484 .precision = IIO_DEGREE_TO_RAD(300),
488 .precision = IIO_DEGREE_TO_RAD(450),
/drivers/net/wireless/b43/
H A Dphy_lp.c1072 static u32 lpphy_qdiv_roundup(u32 dividend, u32 divisor, u8 precision) argument
1082 while (precision > 0) {
1088 precision--;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1016 wlc_lcnphy_qdiv_roundup(u32 dividend, u32 divisor, u8 precision) argument
1025 while (precision--) {

Completed in 236 milliseconds