Home
last modified time | relevance | path

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

123456

/linux-6.8/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 …]
/linux-6.8/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
/linux-6.8/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
Dscale.S297 | by first shifting the bits in the mantissa until it is normalized,
306 tstl %d2 |test for normalized result
315 | Destination became normalized. Simply add the remaining
319 addw %d0,%d1 |dst is normalized; add src
Dx_unfl.S9 | by taking the intermediate result (which is always normalized) and
229 | ;normalized bias
230 | ; normalized denormalized
Dsint.S233 | ;be normalized
234 | ;Output: a0 points to normalized
/linux-6.8/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,
Dreg_norm.S36 js L_done /* Already normalized */
114 js L_exit_nuo_valid /* Already normalized */
/linux-6.8/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()
/linux-6.8/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()
Ddfadd.c210 * and is simply calculated. A sum could become normalized and a in dbl_fadd()
323 * was normalized, so extent (guard, round) was zero */ in dbl_fadd()
336 * operand was normalized, so extent (guard, round) was zero */ in dbl_fadd()
363 /* Select case were first bit is set (already normalized) in dbl_fadd()
367 /* Already normalized */ in dbl_fadd()
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()
Ddfsub.c213 * and is simply calculated. A sum could become normalized and a in dbl_fsub()
326 * was normalized, so extent (guard, round) was zero */ in dbl_fsub()
339 * operand was normalized, so extent (guard, round) was zero */ in dbl_fsub()
366 /* Select case were first bit is set (already normalized) in dbl_fsub()
370 /* Already normalized */ in dbl_fsub()
/linux-6.8/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.
/linux-6.8/fs/isofs/
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()
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()
/linux-6.8/lib/crypto/mpi/
Dmpi-div.c74 * If den has temporary storage, it can be normalized while being copied,
99 * up-shifted (normalized) below. in mpi_tdiv_qr()
189 /* The denominator is already normalized, as required. Copy it to in mpi_tdiv_qr()
/linux-6.8/drivers/gpu/drm/
Ddrm_blend.c351 * &drm_mode_config_funcs.atomic_check(), which will update the normalized zpos
453 drm_dbg_atomic(dev, "[CRTC:%d:%s] calculating normalized zpos values\n", in drm_atomic_helper_crtc_normalize_zpos()
482 drm_dbg_atomic(dev, "[PLANE:%d:%s] normalized zpos value %d\n", in drm_atomic_helper_crtc_normalize_zpos()
493 * drm_atomic_normalize_zpos - calculate normalized zpos values for all crtcs
497 * This function calculates normalized zpos value for all modified planes in
501 * it and calculates normalized zpos value for these planes. Planes are compared
/linux-6.8/Documentation/devicetree/bindings/cpu/
Dcpu-capacity.txt39 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.8/drivers/powercap/
Darm_scmi_powercap.c118 "Normalized %s:CAP - requested:%llu - normalized:%llu\n", in scmi_powercap_normalize_cap()
167 "Normalized %s:PAI - requested:%llu - normalized:%u\n", in scmi_powercap_normalize_time()
/linux-6.8/lib/zstd/common/
Dfse.h112 3. save normalized counters to memory buffer using writeNCount()
113 4. build encoding table 'CTable' from normalized counters
117 1. read normalized counters with readNCount()
118 2. build decoding table 'DTable' from normalized counters
123 or to save and provide normalized distribution using external method.
149 …Provides the maximum possible size of an FSE normalized table, given 'maxSymbolValue' and 'tableLo…
266 The first step is to obtain the normalized frequencies of symbols.
555 …* Fractional get rounded up (i.e : a symbol with a normalized frequency of 3 gives the same result…

123456