/openbmc/linux/drivers/media/usb/gspca/ |
H A D | touptek.c | 277 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 …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H 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
|
/openbmc/linux/arch/m68k/fpsp040/ |
H 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
|
H 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
|
H A D | get_op.S | 18 | 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
|
H A D | scale.S | 297 | 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
|
H A D | x_unfl.S | 9 | by taking the intermediate result (which is always normalized) and 229 | ;normalized bias 230 | ; normalized denormalized
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | round_Xsig.S | 42 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,
|
H A D | reg_norm.S | 36 js L_done /* Already normalized */ 114 js L_exit_nuo_valid /* Already normalized */
|
/openbmc/linux/tools/power/cpupower/utils/ |
H 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()
|
/openbmc/qemu/scripts/qapi/ |
H A D | expr.py | 327 :return: None, ``members`` is normalized in-place as needed. 364 The latter is normalized in place. 416 Any ``str`` element will be normalized to ``{'name': element}``. 426 :return: None, ``features`` is normalized in-place as needed. 451 :return: None, ``expr`` is normalized in-place as needed. 490 :return: None, ``expr`` is normalized in-place as needed. 506 :return: None, ``expr`` is normalized in-place as needed. 534 :return: None, ``expr`` is normalized in-place as needed. 560 :return: None, ``expr`` is normalized in-place as needed. 582 :return: None, ``expr`` is normalized in-place as needed.
|
/openbmc/linux/fs/unicode/ |
H A D | utf8n.h | 19 * Determine the length of the normalized from of the string, 59 * Returns -1 if the string being normalized is not valid UTF-8.
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | fcnvuf.c | 64 * 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()
|
H A D | fcnvxf.c | 72 * 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()
|
H A D | dfsub.c | 213 * 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()
|
H A D | sfadd.c | 209 * 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()
|
H A D | dfadd.c | 210 * 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()
|
H A D | sfsub.c | 211 * 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()
|
/openbmc/linux/fs/isofs/ |
H A D | isofs.h | 179 * 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()
|
H A D | export.c | 64 * 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()
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpi-div.c | 74 * 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_color.c | 38 * - Input gamma LUT (de-normalized) 39 * - Input CSC (normalized) 40 * - Surface degamma LUT (normalized) 41 * - Surface CSC (normalized) 42 * - Surface regamma LUT (normalized) 43 * - Output CSC (normalized)
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_blend.c | 351 * &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
|
/openbmc/linux/Documentation/devicetree/bindings/cpu/ |
H 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).
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64/ |
H A D | 0001-Do-not-override-const-qualifier.patch | 63 /* First normalized length for each code (0 = MIN_MATCH) */ 67 /* length code for each normalized match length (0 == MIN_MATCH) */
|