Home
last modified time | relevance | path

Searched full:normalized (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/drivers/media/usb/gspca/
Dtouptek.c277 u16 normalized; in setggain() local
279 normalized = gainify(global_gain); in setggain()
282 normalized, global_gain); in setggain()
284 reg_w(gspca_dev, normalized, REG_GREEN1_GAIN); in setggain()
285 reg_w(gspca_dev, normalized, REG_GREEN2_GAIN); in setggain()
291 u16 normalized; in setbgain() local
293 normalized = global_gain + in setbgain()
295 if (normalized > GAIN_MAX) { in setbgain()
297 GAIN_MAX, normalized); in setbgain()
298 normalized = GAIN_MAX; in setbgain()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
Dtouptek.c277 u16 normalized; in setggain() local
279 normalized = gainify(global_gain); in setggain()
282 normalized, global_gain); in setggain()
284 reg_w(gspca_dev, normalized, REG_GREEN1_GAIN); in setggain()
285 reg_w(gspca_dev, normalized, REG_GREEN2_GAIN); in setggain()
291 u16 normalized; in setbgain() local
293 normalized = global_gain + in setbgain()
295 if (normalized > GAIN_MAX) { in setbgain()
297 GAIN_MAX, normalized); in setbgain()
298 normalized = GAIN_MAX; in setbgain()
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-colorimetry.rst64 - 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
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dsrem_mod.S133 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
Dslog2.S38 | 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
Dget_op.S18 | number(s) is normalized and the operand type tag is updated.
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
209 | The following lines of are coded to optimize on normalized operands
238 | ;and puts the normalized num back
266 | ;and puts the normalized num back
332 tstb %d0 |check for normalized value
403 | a0 = points to operand to be normalized
407 | the normalized operand is placed back on the fsave stack
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Dsrem_mod.S133 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
Dslog2.S38 | 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
Dget_op.S18 | number(s) is normalized and the operand type tag is updated.
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
209 | The following lines of are coded to optimize on normalized operands
238 | ;and puts the normalized num back
266 | ;and puts the normalized num back
332 tstb %d0 |check for normalized value
403 | a0 = points to operand to be normalized
407 | the normalized operand is placed back on the fsave stack
/kernel/linux/linux-6.6/arch/x86/math-emu/
Dround_Xsig.S42 js L_round /* Already normalized */
102 js L_n_exit /* Already normalized */
111 js L_n_exit /* Normalized now */
118 jmp L_n_exit /* Might not be normalized,
/kernel/linux/linux-5.10/arch/x86/math-emu/
Dround_Xsig.S42 js L_round /* Already normalized */
102 js L_n_exit /* Already normalized */
111 js L_n_exit /* Normalized now */
118 jmp L_n_exit /* Might not be normalized,
/kernel/linux/linux-5.10/tools/power/cpupower/utils/
Dcpufreq-set.c64 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()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/
Dcpufreq-set.c64 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()
/kernel/linux/linux-5.10/arch/parisc/math-emu/
Dfcnvuf.c64 * Generate exponent and normalized mantissa in sgl_to_sgl_fcnvuf()
123 * Generate exponent and normalized mantissa in sgl_to_dbl_fcnvuf()
164 * Generate exponent and normalized mantissa in dbl_to_sgl_fcnvuf()
246 * Generate exponent and normalized mantissa in dbl_to_dbl_fcnvuf()
Dfcnvxf.c72 * Generate exponent and normalized mantissa in sgl_to_sgl_fcnvxf()
143 * Generate exponent and normalized mantissa in sgl_to_dbl_fcnvxf()
194 * Generate exponent and normalized mantissa in dbl_to_sgl_fcnvxf()
299 * Generate exponent and normalized mantissa in dbl_to_dbl_fcnvxf()
Dsfsub.c211 * and is simply calculated. A sum could become normalized and a in sgl_fsub()
321 * was normalized, so extent (guard, round) was zero */ in sgl_fsub()
334 * operand was normalized, so extent (guard, round) was zero */ in sgl_fsub()
361 /* Select case were first bit is set (already normalized) in sgl_fsub()
365 /* Already normalized */ in sgl_fsub()
/kernel/linux/linux-6.6/arch/parisc/math-emu/
Dfcnvuf.c64 * Generate exponent and normalized mantissa in sgl_to_sgl_fcnvuf()
123 * Generate exponent and normalized mantissa in sgl_to_dbl_fcnvuf()
164 * Generate exponent and normalized mantissa in dbl_to_sgl_fcnvuf()
246 * Generate exponent and normalized mantissa in dbl_to_dbl_fcnvuf()
Dfcnvxf.c72 * Generate exponent and normalized mantissa in sgl_to_sgl_fcnvxf()
143 * Generate exponent and normalized mantissa in sgl_to_dbl_fcnvxf()
194 * Generate exponent and normalized mantissa in dbl_to_sgl_fcnvxf()
299 * Generate exponent and normalized mantissa in dbl_to_dbl_fcnvxf()
Dsfadd.c209 * and is simply calculated. A sum could become normalized and a in sgl_fadd()
318 * was normalized, so extent (guard, round) was zero */ in sgl_fadd()
331 * operand was normalized, so extent (guard, round) was zero */ in sgl_fadd()
358 /* Select case were first bit is set (already normalized) in sgl_fadd()
362 /* Already normalized */ in sgl_fadd()
/kernel/linux/linux-6.6/fs/unicode/
Dutf8n.h19 * Determine the length of the normalized from of the string,
59 * Returns -1 if the string being normalized is not valid UTF-8.
/kernel/linux/linux-5.10/fs/isofs/
Dexport.c64 * normalized for some reason. */ in isofs_export_get_parent()
67 "child directory not normalized!\n"); in isofs_export_get_parent()
72 /* The child inode has been normalized such that its in isofs_export_get_parent()
Disofs.h179 * directories file, the normalized "offset" value is always 0.
182 * and "offset" will hold normalized values. Only directories are
190 /* Only directories are normalized. */ in isofs_normalize_block_and_offset()
/kernel/linux/linux-6.6/fs/isofs/
Dexport.c64 * normalized for some reason. */ in isofs_export_get_parent()
67 "child directory not normalized!\n"); in isofs_export_get_parent()
72 /* The child inode has been normalized such that its in isofs_export_get_parent()
Disofs.h179 * directories file, the normalized "offset" value is always 0.
182 * and "offset" will hold normalized values. Only directories are
190 /* Only directories are normalized. */ in isofs_normalize_block_and_offset()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c36 * - Input gamma LUT (de-normalized)
37 * - Input CSC (normalized)
38 * - Surface degamma LUT (normalized)
39 * - Surface CSC (normalized)
40 * - Surface regamma LUT (normalized)
41 * - Output CSC (normalized)

12345678910>>...12