Home
last modified time | relevance | path

Searched full:decimal (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/kernel/linux/linux-4.19/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c567 #define IPIPE_U8Q5(decimal, integer) \ argument
568 (((decimal & 0x1f) | ((integer & 0x7) << 5)))
600 val = IPIPE_U8Q5(gic->nf2_thr_gain.decimal, in ipipe_set_gic_regs()
606 #define IPIPE_U13Q9(decimal, integer) \ argument
607 (((decimal & 0x1ff) | ((integer & 0xf) << 9)))
621 val = IPIPE_U13Q9(wb->gain_r.decimal, wb->gain_r.integer); in ipipe_set_wb_regs()
624 val = IPIPE_U13Q9(wb->gain_gr.decimal, wb->gain_gr.integer); in ipipe_set_wb_regs()
627 val = IPIPE_U13Q9(wb->gain_gb.decimal, wb->gain_gb.integer); in ipipe_set_wb_regs()
630 val = IPIPE_U13Q9(wb->gain_b.decimal, wb->gain_b.integer); in ipipe_set_wb_regs()
691 val = (rgb->coef_rr.decimal & 0xff) | in ipipe_set_rgb2rgb_regs()
[all …]
Ddm365_ipipe.c293 gic->nf2_thr_gain.decimal > GIC_NFGAN_DECI_MASK) in ipipe_validate_gic_params()
339 wbal->gain_r.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params()
341 wbal->gain_gr.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params()
343 wbal->gain_gb.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params()
345 wbal->gain_b.decimal > WB_GAIN_DECI_MASK) in ipipe_validate_wb_params()
449 if (rgb2rgb->coef_rr.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
453 if (rgb2rgb->coef_gr.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
457 if (rgb2rgb->coef_br.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
461 if (rgb2rgb->coef_rg.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
465 if (rgb2rgb->coef_gg.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
[all …]
/kernel/liteos_a/shell/full/src/cmds/
Ddate_shellcmd.c95 PRINTK(" %%d The day of the month as a decimal number (range 01 to 31).\n"); in OsCmdUsageDate()
96 PRINTK(" %%e Like %%d, the day of the month as a decimal number, \n"); in OsCmdUsageDate()
99 PRINTK(" %%H The hour as a decimal number using a 24-hour clock (range 00 to 23).\n"); in OsCmdUsageDate()
100 PRINTK(" %%I The hour as a decimal number using a 12-hour clock (range 01 to 12).\n"); in OsCmdUsageDate()
101 PRINTK(" %%j The day of the year as a decimal number (range 001 to 366).\n"); in OsCmdUsageDate()
102 PRINTK(" %%k The hour (24-hour clock) as a decimal number (range 0 to 23); \n"); in OsCmdUsageDate()
104 PRINTK(" %%l The hour (12-hour clock) as a decimal number (range 1 to 12); \n"); in OsCmdUsageDate()
106 PRINTK(" %%m The month as a decimal number (range 01 to 12).\n"); in OsCmdUsageDate()
107 PRINTK(" %%M The minute as a decimal number (range 00 to 59).\n"); in OsCmdUsageDate()
116 PRINTK(" %%S The second as a decimal number (range 00 to 60).\n"); in OsCmdUsageDate()
[all …]
/kernel/linux/linux-4.19/Documentation/usb/
Dmisc_usbsevseg.txt38 5. Set the decimal places.
39 The device has either 6 or 8 decimal points.
40 to set the nth decimal place calculate 10 ** n
43 For example, to set the 0th and 3rd decimal place
/kernel/linux/linux-5.10/Documentation/usb/
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
/kernel/linux/linux-4.19/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py36 from decimal import *
467 start_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000)
475 duration_ms = Decimal(duration_us) / Decimal(1000)
478 … elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time
479 load = Decimal(int(mperf)*100)/ Decimal(tsc)
480 freq_ghz = Decimal(freq)/Decimal(1000000)
483 tsc_ghz = Decimal(0)
484 if duration_ms != Decimal(0) :
485 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000)
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py37 from decimal import *
465 start_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000)
473 duration_ms = Decimal(duration_us) / Decimal(1000)
476 … elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time
477 load = Decimal(int(mperf)*100)/ Decimal(tsc)
478 freq_ghz = Decimal(freq)/Decimal(1000000)
481 tsc_ghz = Decimal(0)
482 if duration_ms != Decimal(0) :
483 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000)
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dima_policy36 uid:= decimal value
37 euid:= decimal value
38 fowner:= decimal value
41 pcr:= decimal value
Dsysfs-class-cxl24 Decimal value of maximum number of interrupts that can be
35 Decimal value of the minimum number of interrupts that
45 Decimal value of the size of the MMIO space that may be mmaped
94 Decimal value of the current version of the kernel/user API.
101 Decimal value of the the lowest version of the userspace API
153 Decimal value of the size of the MMIO space that may be mmaped
161 Decimal value of the Per Process MMIO space length.
168 Decimal value of the Per Process MMIO space offset.
Dsysfs-bus-usb-devices-usbsevseg38 Description: Controls the decimal places on the device.
39 To set the nth decimal place, give this field
41 the value k and has 1 or more decimal places set,
Dsysfs-class-net145 decimal number. This attribute is used for mapping an interface
156 the interface is linked to. Format is decimal. This attribute is
165 Indicates the interface link mode, as a decimal number. This
177 bytes, and in decimal format. Specific values depends on the
186 Indicates the interface network device group, as a decimal
244 Indicates the interface protocol type as a decimal value. See
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Dutstrtoul64.c68 * integer width. Supports Decimal, Hex, and Octal strings.
84 u32 base = 10; /* Default is decimal */ in acpi_ut_strtoul64()
170 * Base is always 16, either with or without the 0x prefix. Decimal and
247 * main restriction is that only hex and decimal are supported.
255 * to_integer ("1000") Decimal
260 * 1) The input string is either a decimal or hexadecimal numeric string.
261 * A hex value must be prefixed by "0x" or it is interpreted as decimal.
290 u32 base = 10; /* Default is decimal */ in acpi_ut_explicit_strtoul64()
299 * Only Hex and Decimal are supported, as per the ACPI specification. in acpi_ut_explicit_strtoul64()
300 * A "0x" prefix indicates hex; otherwise decimal is assumed. in acpi_ut_explicit_strtoul64()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutstrtoul64.c68 * integer width. Supports Decimal, Hex, and Octal strings.
84 u32 base = 10; /* Default is decimal */ in acpi_ut_strtoul64()
170 * Base is always 16, either with or without the 0x prefix. Decimal and
247 * main restriction is that only hex and decimal are supported.
255 * to_integer ("1000") Decimal
260 * 1) The input string is either a decimal or hexadecimal numeric string.
261 * A hex value must be prefixed by "0x" or it is interpreted as decimal.
290 u32 base = 10; /* Default is decimal */ in acpi_ut_explicit_strtoul64()
299 * Only Hex and Decimal are supported, as per the ACPI specification. in acpi_ut_explicit_strtoul64()
300 * A "0x" prefix indicates hex; otherwise decimal is assumed. in acpi_ut_explicit_strtoul64()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-cxl24 Decimal value of maximum number of interrupts that can be
35 Decimal value of the minimum number of interrupts that
45 Decimal value of the size of the MMIO space that may be mmaped
99 Decimal value of the current version of the kernel/user API.
106 Decimal value of the the lowest version of the userspace API
158 Decimal value of the size of the MMIO space that may be mmaped
166 Decimal value of the Per Process MMIO space length.
173 Decimal value of the Per Process MMIO space offset.
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,
Dima_policy40 uid:= decimal value
41 euid:= decimal value
42 fowner:= decimal value
54 pcr:= decimal value
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
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dgentrap.h17 #define GEN_DECOVF -8 /* decimal overflow (for COBOL??) */
18 #define GEN_DECDIV -9 /* decimal division by zero */
19 #define GEN_DECINV -10 /* invalid decimal operand */
/kernel/linux/linux-4.19/arch/alpha/include/uapi/asm/
Dgentrap.h17 #define GEN_DECOVF -8 /* decimal overflow (for COBOL??) */
18 #define GEN_DECDIV -9 /* decimal division by zero */
19 #define GEN_DECINV -10 /* invalid decimal operand */
/kernel/liteos_m/testsuites/unittest/posix/src/ctype/
Disdigit_test.c69 * @tc.name : Checks whether a parameter is a decimal digit (0-9)
87 * @tc.name : Checks whether a parameter is a decimal digit (0-9)
105 * @tc.name : Checks whether a parameter is a decimal digit (0-9)
123 * @tc.name : Checks whether a parameter is a decimal digit (0-9)
141 * @tc.name : Checks whether a parameter is a decimal digit (0-9)
/kernel/linux/linux-4.19/drivers/scsi/
Dscsi_proc.c230 * @host: user-supplied decimal integer
231 * @channel: user-supplied decimal integer
232 * @id: user-supplied decimal integer
233 * @lun: user-supplied decimal integer
263 * @host: user-supplied decimal integer
264 * @channel: user-supplied decimal integer
265 * @id: user-supplied decimal integer
266 * @lun: user-supplied decimal integer
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_proc.c230 * @host: user-supplied decimal integer
231 * @channel: user-supplied decimal integer
232 * @id: user-supplied decimal integer
233 * @lun: user-supplied decimal integer
263 * @host: user-supplied decimal integer
264 * @channel: user-supplied decimal integer
265 * @id: user-supplied decimal integer
266 * @lun: user-supplied decimal integer
/kernel/linux/linux-5.10/include/media/davinci/
Ddm355_ccdc.h120 unsigned int decimal; member
128 * S8Q5. Use 2 decimal precision, user values range from -3.00 to 3.99.
129 * example - to use 1.03, set integer part as 1, and decimal part as 3
130 * to use -1.03, set integer part as -1 and decimal part as 3
/kernel/linux/linux-4.19/fs/cifs/
Dcifsacl.h53 * The fields are unsigned values in decimal. So:
55 * u8: max 3 bytes in decimal
56 * u32: max 10 bytes in decimal
/kernel/linux/linux-5.10/tools/lib/api/
Dio.h90 /* Read a positive decimal value with out argument dec. If the first character
91 * isn't a decimal returns -2, io->eof returns -1, otherwise returns the
92 * character after the decimal value which may be -1 for eof. If the read value

12345678910>>...24