Home
last modified time | relevance | path

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

1234

/linux/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
H A Dusbmon.rst130 - Timestamp in microseconds, a decimal number. The timestamp's resolution
148 Bus number, Device address, and Endpoint are decimal numbers, but they may
158 The status field is a decimal number, sometimes negative, which represents
178 total of 5. The word consists of 3 colon-separated decimal numbers for
/linux/Documentation/ABI/testing/
H A Dima_policy44 uid:= decimal value
45 euid:= decimal value
46 gid:= decimal value
47 egid:= decimal value
48 fowner:= decimal value
49 fgroup:= decimal value
72 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-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-usb327 The current interface alternate setting number, in decimal.
342 This value shows the current configuration, in decimal.
403 Maximum endpoint 0 packet size, in decimal.
415 decimal. The current configuration is controlled via:
429 Number of interfaces on this device, in decimal.
478 USB interface device number, in decimal.
/linux/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/Documentation/ABI/stable/
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
H A Dsysfs-driver-ib_srp25 * max_sect, a decimal number specifying the maximum number of
27 * max_cmd_per_lun, a decimal number specifying the maximum
71 * max_it_iu_size, a decimal number specifying the maximum
/linux/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/drivers/iio/accel/
H A Dadxl355.h20 int decimal; member
/linux/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
H A Dbindec.S47 | after the decimal point which are to be included as
54 | of decimal places needed to insure LEN integer digits
96 | such that the decimal point is to the left of bit 63.
280 | original decimal point which are to be included as
330 | of decimal places needed to insure LEN integer digits
/linux/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/tools/tracing/rtla/src/
H A Dosnoise_top.c196 int decimal; in osnoise_top_print() local
206 decimal = percentage % 100000; in osnoise_top_print()
211 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
/linux/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/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/Documentation/admin-guide/cgroup-v1/
H A Dnet_cls.rst19 Reading net_cls.classid yields a decimal result.
/linux/Documentation/hwmon/
H A Dds620.rst26 returned via sysfs displays post decimal positions.
/linux/tools/usb/usbip/
H A Dconfigure.ac5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number])
/linux/fs/pstore/
H A DKconfig116 3) /dev/<disk_name><decimal> represents the device name and number
118 4) /dev/<disk_name>p<decimal> - same as the above, this form is
/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments28 InsKeyPad-minus Say character hex and decimal value.
/linux/Documentation/driver-api/media/drivers/
H A Dcx88-devel.rst49 Datasheet incorrectly states to use 47 decimal. 188 is the length.

1234