/linux-6.3-rc2/drivers/media/usb/gspca/ |
A D | touptek.c | 277 u16 normalized; in setggain() local 291 u16 normalized; in setbgain() local 293 normalized = global_gain + in setbgain() 297 GAIN_MAX, normalized); in setbgain() 298 normalized = GAIN_MAX; in setbgain() 300 normalized = gainify(normalized); in setbgain() 310 u16 normalized; in setrgain() local 312 normalized = global_gain + in setrgain() 316 GAIN_MAX, normalized); in setrgain() 317 normalized = GAIN_MAX; in setrgain() [all …]
|
/linux-6.3-rc2/tools/power/cpupower/utils/ |
A D | cpufreq-set.c | 64 char normalized[NORM_FREQ_LEN]; in string_to_frequency() local 121 normalized[i] = *str; in string_to_frequency() 125 normalized[i] = '0'; in string_to_frequency() 128 match_count = (normalized[i-1] >= '5'); in string_to_frequency() 130 normalized[i-1] = 0; /* cp > 0 && pad >= 0 ==> i > 0 */ in string_to_frequency() 134 freq = strtoul(normalized, &end, 10); in string_to_frequency()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-colorimetry.rst | 64 - Specifies the normalized x chromaticity coordinate of the color 72 - Specifies the normalized y chromaticity coordinate of the color 80 - Specifies the normalized x chromaticity coordinate of the white 84 - Specifies the normalized y chromaticity coordinate of the white
|
A D | colorspaces.rst | 49 the CIE XYZ colorspace is transformed to the normalized CIE xyY
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | srem_mod.S | 133 subl %d6,%d3 | ...(D3,D4,D5) is normalized 147 orl %d7,%d4 | ...(D3,D4,D5) normalized 152 addil #0x00003FFE,%d3 | ...(D3,D4,D5) normalized 178 subl %d6,%d0 | ...(D0,D1,D2) is normalized 192 orl %d7,%d1 | ...(D0,D1,D2) normalized 197 addil #0x00003FFE,%d0 | ...(D0,D1,D2) normalized 277 subl %d6,%d0 | ...(D0,D1,D2) is normalized 284 bmis Get_Mod | ...already normalized 292 orl %d7,%d1 | ...(D0,D1,D2) normalized
|
A D | slog2.S | 38 | Notes: Even if X is denormalized, log(X) is always normalized. 67 | Notes: Even if X is denormalized, log(X) is always normalized. 129 |--entry point for Log10(X), X is normalized 156 |--entry point for Log2(X), X is normalized
|
A D | get_op.S | 39 | routine. The number is normalized, put back on the stack and 42 | a normalized number in the source and the instruction is 46 | normalized number it becomes a denormalized number. The
|
A D | bindec.S | 13 | to 32-bits. The input may be either normalized, 24 | BINDEC_FLG for separating normalized/denormalized 170 | separating normalized/denormalized input. If the input 187 andiw #0x7fff,%d0 |strip sign of normalized exp 197 | Test if the normalized input is denormalized 203 andiw #0x7fff,%d0 |strip sign of normalized exp
|
A D | sint.S | 233 | ;be normalized 234 | ;Output: a0 points to normalized
|
A D | sgetem.S | 73 | For normalized numbers, leave the mantissa alone, simply load
|
A D | x_unfl.S | 9 | by taking the intermediate result (which is always normalized) and
|
A D | decbin.S | 4 | Description: Converts normalized packed bcd value pointed to by
|
A D | res_func.S | 77 bfclr DTAG(%a6){#0:#4} |set tag to normalized, FPTE15 = 0 110 | cu_norm handles fmove in instructions with normalized inputs. 1887 | dest_sgl or dest_dbl expects a normalized number's bias.
|
A D | round.S | 282 | normalized.
|
A D | setox.S | 180 | the FMOVEM may not seem relevant since X is normalized,
|
/linux-6.3-rc2/Documentation/devicetree/bindings/cpu/ |
A D | cpu-capacity.txt | 39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest 47 representing CPU capacity expressed in normalized DMIPS/MHz. At boot time, the 55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
|
/linux-6.3-rc2/Documentation/devicetree/bindings/hwmon/ |
A D | amd,sbrmi.yaml | 16 interface that reports AMD SoC's Power (normalized Power) using,
|
A D | amd,sbtsi.yaml | 17 interface that reports AMD SoC's Ttcl (normalized temperature),
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
A D | fplsp.S | 8737 #--entry point for Log10(X), X is normalized 8765 #--entry point for Log2(X), X is normalized 9456 sub.l %d6,%d3 # (D3,D4,D5) is normalized 9470 or.l %d7,%d4 # (D3,D4,D5) normalized 9475 add.l &0x00003FFE,%d3 # (D3,D4,D5) normalized 9501 sub.l %d6,%d0 # (D0,D1,D2) is normalized 9515 or.l %d7,%d1 # (D0,D1,D2) normalized 9520 add.l &0x00003FFE,%d0 # (D0,D1,D2) normalized 9600 sub.l %d6,%d0 # (D0,D1,D2) is normalized 9607 bmi.b Get_Mod # already normalized [all …]
|
A D | fpsp.S | 8511 add.l %d6,%d2 # (D3,D4,D5) is normalized 8533 or.l %d7,%d4 # (D3,D4,D5) normalized 9633 mov.l &0x80000000,%d1 # load normalized mantissa 13154 # input is not normalized; what is it? 13354 # input is not normalized; what is it? 13589 bra.w fabs_sd_normal # no; ho handle normalized op 13712 # input is not normalized; what is it? 14864 # rounded "up" or a normalized number rounded "down". 15797 # input is not normalized; what is it? 15995 cmpi.b STAG(%a6),&DENORM # is operand normalized? [all …]
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | Kconfig | 151 normalized by the server weight. 280 normalized by the server weight.
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-design-CFS.rst | 26 is its actual runtime normalized to the total number of running tasks.
|
A D | sched-capacity.rst | 16 CPU capacity is a measure of the performance a CPU can reach, normalized against
|
/linux-6.3-rc2/Documentation/process/ |
A D | botching-up-ioctls.rst | 147 * Check that input time values are normalized and reject them if not. Note
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | pmbus-core.rst | 114 for converting register values into normalized data. This data is usually
|