Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 106) sorted by relevance

12345

/linux-6.15/Documentation/usb/
H A Dmisc_usbsevseg.rst45 5. Set the decimal places.
46 The device has either 6 or 8 decimal points.
47 to set the nth decimal place calculate 10 ** n
50 For example, to set the 0th and 3rd decimal place
/linux-6.15/arch/s390/boot/
H A Dprintk.c88 int _pad, bool zero_pad, bool decimal) in strpad() argument
97 if (decimal && zero_pad && *src == '-') { in strpad()
227 bool zero_pad, decimal; in boot_printk() local
257 decimal = false; in boot_printk()
274 decimal = true; in boot_printk()
285 len = strpad(p, end - p, strval, pad, zero_pad, decimal); in boot_printk()
/linux-6.15/drivers/hwmon/
H A Dsbtsi_temp.c54 static inline int sbtsi_reg_to_mc(s32 integer, s32 decimal) in sbtsi_reg_to_mc() argument
56 return ((integer << 3) + (decimal >> 5)) * 125; in sbtsi_reg_to_mc()
65 static inline void sbtsi_mc_to_reg(s32 temp, u8 *integer, u8 *decimal) in sbtsi_mc_to_reg() argument
69 *decimal = (temp & 0x7) << 5; in sbtsi_mc_to_reg()
/linux-6.15/Documentation/ABI/testing/
H A Dima_policy43 uid:= decimal value
44 euid:= decimal value
45 gid:= decimal value
46 egid:= decimal value
47 fowner:= decimal value
48 fgroup:= decimal value
71 pcr:= decimal value
H A Dsysfs-bus-usb-devices-usbsevseg41 Description: Controls the decimal places on the device.
42 To set the nth decimal place, give this field
44 the value k and has 1 or more decimal places set,
H A Dsysfs-devices-mmc10 Unit Byte. Format decimal.
21 Unit KByte. Format decimal.
H A Dsysfs-secvar68 Description: Config version as reported by the hypervisor in ASCII decimal
77 represented in ASCII decimal format.
89 Description: Total size of the PLPKS in bytes, represented in ASCII decimal
98 in ASCII decimal format.
H A Dsysfs-class-net112 as a decimal value. Some NICs have multiple independent ports
194 decimal number. This attribute is used for mapping an interface
205 the interface is linked to. Format is decimal. This attribute is
214 Indicates the interface link mode, as a decimal number. This
229 bytes, and in decimal format. Specific values depends on the
238 Indicates the interface network device group, as a decimal
298 Indicates the interface protocol type as a decimal value. See
H A Dsysfs-driver-hid-lenovo41 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
49 Values are decimal integers from 1 (slowest) to 255 (fastest).
H A Dsysfs-bus-event_source-devices8 decimal or hexadecimal number. For example, cpu is a
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu66 Values: decimal list.
77 Values: decimal list.
86 Values: decimal list.
95 Values: decimal list.
106 Values: decimal list.
117 Values: decimal list.
H A Dprocfs-audit_loginuid9 decimal unsigned int (%u, u32). If it is unset,
24 audit login session ID of process $pid as a decimal
/linux-6.15/tools/perf/scripts/python/
H A Dtask-analyzer.py17 import decimal
554 return self._time_out * decimal.Decimal(factor)
559 return self._time_in * decimal.Decimal(factor)
563 return (self._time_out - self._time_in) * decimal.Decimal(factor)
774 return decimal.Decimal(time_ns) / decimal.Decimal(1e9)
872 if time >= decimal.Decimal(lower_time_limit):
876 if time <= decimal.Decimal(upper_time_limit):
882 if (time >= decimal.Decimal(lower_time_limit) and
883 time <= decimal.Decimal(upper_time_limit)):
886 elif time > decimal.Decimal(upper_time_limit):
/linux-6.15/drivers/iio/accel/
H A Dadxl355_core.c97 .decimal = 38245,
110 .decimal = 250000,
122 .decimal = 191229,
135 .decimal = 250000,
526 *val2 = data->chip_info->accel_scale.decimal; in adxl355_read_raw()
533 *val2 = data->chip_info->temp_offset.decimal; in adxl355_read_raw()
H A Dadxl355.h20 int decimal; member
/linux-6.15/tools/perf/tests/shell/attr/
H A Dtest-record-spe-physical-address8 # 622727 is the decimal of IP|TID|TIME|CPU|IDENTIFIER|DATA_SRC|PHYS_ADDR
/linux-6.15/drivers/iio/light/
H A Dopt3001.c252 int decimal = opt->chip_info->factor_decimal; in opt3001_to_iio_ret() local
256 *val2 = (ret - (*val * integer)) * decimal; in opt3001_to_iio_ret()
571 int decimal; in opt3001_write_event_value() local
592 decimal = opt->chip_info->factor_decimal; in opt3001_write_event_value()
594 mantissa = (((val * integer) + (val2 / decimal)) / whole) >> exponent; in opt3001_write_event_value()
/linux-6.15/arch/m68k/fpsp040/
H A Dbinstr.S10 | lword of the packed decimal memory string.)
15 | The 64-bit binary is assumed to have a decimal point before
18 | msb form a decimal digit. This process is iterated until
/linux-6.15/Documentation/input/devices/
H A Diforce-protocol.rst186 06+07 Dead band (Val 01F4 = 5000 (decimal))
187 08 Positive saturation (Val 0a = 1000 (decimal) Val 64 = 10000 (decimal))
191 maximum value is 64 (100 decimal), the min is 9c.
/linux-6.15/Documentation/w1/slaves/
H A Dw1_ds2438.rst68 registers and provided as an ASCII decimal value.
85 After the voltage conversion the value is returned as decimal ASCII.
/linux-6.15/Documentation/devicetree/bindings/auxdisplay/
H A Dgpio-7-segment.yaml20 also have a decimal point which can be specified as an optional eighth
/linux-6.15/tools/tracing/rtla/src/
H A Dosnoise_top.c191 int decimal; in osnoise_top_print() local
201 decimal = percentage % 100000; in osnoise_top_print()
206 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
/linux-6.15/drivers/iio/adc/
H A Dad7779.c267 unsigned int decimal; in ad7779_set_sampling_frequency() local
303 decimal = ((mult_frac(div, KILO, freq_khz) - dec * KILO) << 16) in ad7779_set_sampling_frequency()
306 FIELD_GET(AD7779_FREQ_MSB_MSK, decimal)); in ad7779_set_sampling_frequency()
310 FIELD_GET(AD7779_FREQ_LSB_MSK, decimal)); in ad7779_set_sampling_frequency()
/linux-6.15/Documentation/fb/
H A Dsisfb.rst81 - or simply use the VESA mode number in hexadecimal or decimal.
89 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please
146 represents the VESA mode number (can be given in decimal or
/linux-6.15/Documentation/hwmon/
H A Dds620.rst26 returned via sysfs displays post decimal positions.

12345