/linux-6.14.4/drivers/media/usb/gspca/ |
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 …]
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
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
|
/linux-6.14.4/arch/m68k/fpsp040/ |
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
|
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
|
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
|
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
|
D | x_unfl.S | 9 | by taking the intermediate result (which is always normalized) and 229 | ;normalized bias 230 | ; normalized denormalized
|
/linux-6.14.4/arch/x86/math-emu/ |
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,
|
D | reg_norm.S | 36 js L_done /* Already normalized */ 114 js L_exit_nuo_valid /* Already normalized */
|
/linux-6.14.4/tools/power/cpupower/utils/ |
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.14.4/Documentation/admin-guide/RAS/ |
D | address-translation.rst | 12 These devices may provide a "normalized", i.e. device physical, address 13 when reporting memory errors. Normalized addresses must be translated to
|
/linux-6.14.4/arch/parisc/math-emu/ |
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
/linux-6.14.4/fs/unicode/ |
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.
|
/linux-6.14.4/fs/isofs/ |
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()
|
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()
|
/linux-6.14.4/drivers/ras/amd/atl/ |
D | umc.c | 135 * get the values needed to reconstruct the normalized address. Apply additional 218 * be converted to the intermediate normalized address (NA) before translating to a 230 * reconstructing the normalized address. 267 /* Reconstruct the normalized address starting with NA[4:0] = 0 */ in convert_dram_to_norm_addr_mi300() 316 * to calculate the intermediate Normalized address, so all permutations should
|
D | denormalize.c | 982 * The normalized address must be calculated with the current SPA without in match_norm_addr() 987 atl_debug(ctx, "Checking calculated normalized address:\n"); in match_norm_addr() 988 atl_debug(ctx, " calculated normalized addr = 0x%016llx\n", addr); in match_norm_addr() 989 atl_debug(ctx, " expected normalized addr = 0x%016llx\n", ctx->ret_addr); in match_norm_addr() 1111 atl_debug(ctx, "Failed to find valid SPA for normalized address 0x%016llx\n", in check_permutations() 1221 * normalized address. The exact bits will differ between interleave modes, but 1222 * using NPS0_24CHAN_1K_HASH as an example, the normalized address consists of 1227 * and 12) from the normalized address. Additionally, when bits [63:13] are 1231 * addresses. If the normalized address matches the address we are trying to 1241 atl_debug(ctx, "Denormalizing DF 4.5 normalized address 0x%016llx", ctx->ret_addr); in denorm_addr_df4p5_np2()
|
D | internal.h | 107 * Represents the value that the high bits of the normalized address 117 * Represents the bits that can be directly pulled from the normalized 118 * address. In each case, pass through bits [7:0] of the normalized
|
/linux-6.14.4/lib/crypto/mpi/ |
D | mpi-div.c | 52 * If den has temporary storage, it can be normalized while being copied, 78 * up-shifted (normalized) below. in mpi_tdiv_qr() 177 /* The denominator is already normalized, as required. Copy it to in mpi_tdiv_qr()
|
/linux-6.14.4/drivers/gpu/drm/ |
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
|