/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.h | 64 double scale; member 167 bool scale, s8 *pscaled); 283 int __evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread, bool scale);
|
H A D | stat.c | 350 perf_counts_values__scale(count, config->scale, NULL); in process_counter_values() 432 perf_counts_values__scale(aggr, config->scale, &counter->counts->scaled); in perf_stat_process_counter() 505 ret += fprintf(fp, "... scale %d\n", sc.scale); in perf_event__fprintf_stat_config()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | backlight.c | 313 if (WARN_ON(bd->props.scale > BACKLIGHT_SCALE_NON_LINEAR)) in scale_show() 316 return sprintf(buf, "%s\n", backlight_scale_types[bd->props.scale]); in scale_show() 318 static DEVICE_ATTR_RO(scale);
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-hw.c | 356 const struct v4l2_area *scale, in mxc_isi_channel_config() 370 mxc_isi_channel_set_scaling(pipe, in_encoding, in_size, scale, in mxc_isi_channel_config() 372 mxc_isi_channel_set_crop(pipe, scale, crop); in mxc_isi_channel_config() 353 mxc_isi_channel_config(struct mxc_isi_pipe *pipe, enum mxc_isi_input_id input, const struct v4l2_area *in_size, const struct v4l2_area *scale, const struct v4l2_rect *crop, enum mxc_isi_encoding in_encoding, enum mxc_isi_encoding out_encoding) mxc_isi_channel_config() argument
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | mxc4005.c | 77 int scale; member 183 return mxc4005_scale_table[i].scale; in mxc4005_read_scale() 193 if (mxc4005_scale_table[i].scale == val) { in mxc4005_set_scale()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | sun4i-gpadc-iio.c | 417 int val, scale, offset; in sun4i_gpadc_get_temp() local 422 sun4i_gpadc_temp_scale(info->indio_dev, &scale); in sun4i_gpadc_get_temp() 425 *temp = (val + offset) * scale; in sun4i_gpadc_get_temp()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_pm81.c | 20 * scaling factors (scale/offsets) expressed as 4.12 fixed point values 21 * signed offset, unsigned scale) 41 * linear-factors : offset = 0xff38 scale = 0x0ccd 42 * offset = 0x0208 scale = 0x07ae 53 * linear-factors : offset = 0xff38 scale = 0x0ccd 54 * offset = 0x0000 scale = 0x0000 65 * linear-factors : offset = 0x0000 scale = 0x1000 66 * offset = 0x0091 scale = 0x0bae 69 * has an additional pair of scaling factor. This is used to scale the 77 * linear-factors : offset = 0xfb50 scale 251 s32 scale; global() member [all...] |
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | atmel-pdmic.c | 221 /* Mic Gain = dgain * 2^(-scale) */ 224 unsigned int scale; member 295 (mic_gain_table[i].scale == scale_val)) in pdmic_get_mic_volsw() 323 mic_gain_table[val].scale << PDMIC_DSPR0_SCALE_SHIFT); in pdmic_put_mic_volsw()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2_hevc.c | 409 int scale = ctx_pic->pp.dwCodingParamToolFlags & 1; in dxva2_hevc_end_frame() local 417 scale ? &ctx_pic->qm : NULL, scale ? sizeof(ctx_pic->qm) : 0, in dxva2_hevc_end_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_dialoguenhance.c | 88 float scale = 1.f, iscale, overlap; in config_input() local 112 ret = av_tx_init(&s->tx_ctx[0], &s->tx_fn, AV_TX_FLOAT_RDFT, 0, s->fft_size, &scale, 0); in config_input() 116 ret = av_tx_init(&s->tx_ctx[1], &s->tx_fn, AV_TX_FLOAT_RDFT, 0, s->fft_size, &scale, 0); in config_input()
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | dct.c | 183 int it, i, scale; in dct_error() local 210 scale = 8 * (1 << (AANSCALE_BITS + 11)) / ff_aanscales[i]; in dct_error() 211 block[i] = (block[i] * scale) >> AANSCALE_BITS; in dct_error()
|
/third_party/ffmpeg/tests/fate/ |
H A D | lavf-container.mak | 55 fate-lavf-mxf_d10: CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale=720:576,pad=720:608:0:32 -c:v mpeg2video -g 0 -flags +ildct+low_delay -dc 10 -non_linear_quant 1 -intra_vlc 1 -qscale 1 -ps 1 -qmin 1 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -pix_fmt yuv422p -minrate 30000k -maxrate 30000k -b 30000k -bufsize 1200000 -top 1 -rc_init_occupancy 1200000 -qmax 12 -f mxf_d10" 56 fate-lavf-mxf_dv25: CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale=720:576,setdar=4/3 -c:v dvvideo -pix_fmt yuv420p -b 25000k -top 0 -f mxf" 57 fate-lavf-mxf_dvcpro50: CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale=720:576,setdar=16/9 -c:v dvvideo -pix_fmt yuv422p -b 50000k -top 0 -f mxf"
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.cc | 242 "Do not scale, center, crop if needed" : in processPDFTOPDF() 245 // In Crop mode we do not scale the original document, it should keep the in processPDFTOPDF() 359 page->add_border_rect(rect,param.border,1.0/pgedit.scale); in processPDFTOPDF() 386 curpage->add_subpage(page,pgedit.xpos+xpos,pgedit.ypos+ypos,pgedit.scale); in processPDFTOPDF() 390 pgedit.scale); in processPDFTOPDF()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | Precision.java | 288 * scale on the rounding increment BigDecimal. For example, to round to the nearest 0.5 and always 297 * For more information on the scale of Java BigDecimal, see {@link java.math.BigDecimal#scale()}. 473 int minFrac = increment.scale(); in constructIncrement() 474 int maxFrac = reduced.scale(); in constructIncrement() 792 setResolvedMinFraction(value, Math.max(0, increment.scale())); in apply()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | Precision.java | 275 * scale on the rounding increment BigDecimal. For example, to round to the nearest 0.5 and always 284 * For more information on the scale of Java BigDecimal, see {@link java.math.BigDecimal#scale()}. 425 int minFrac = increment.scale(); in constructIncrement() 426 int maxFrac = reduced.scale(); in constructIncrement() 665 value.setMinFraction(increment.scale()); in apply()
|
H A D | NumberPropertyMapper.java | 310 macros.scale = RoundingUtils.scaleFromProperties(properties); in oldToNew() 340 minFrac_ = increment_.scale(); in oldToNew() 341 maxFrac_ = increment_.scale(); in oldToNew()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.c | 119 /* scale the input to increase precision */ in nir_normalize() 269 /* If the magnitude of the denominator exceeds some huge value, scale down in nir_atan2() 280 * scale <= 1 / fmin / fmax (for |t| >= huge) in nir_atan2() 282 * In addition scale should be a negative power of two in order to avoid in nir_atan2() 289 nir_ssa_def *scale = nir_bcsel(b, nir_fge(b, nir_fabs(b, t), huge), in nir_atan2() local 291 nir_ssa_def *rcp_scaled_t = nir_frcp(b, nir_fmul(b, t, scale)); in nir_atan2() 292 nir_ssa_def *s_over_t = nir_fmul(b, nir_fmul(b, s, scale), rcp_scaled_t); in nir_atan2()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_uniforms.c | 286 cl_aligned_f(&uniforms, v3d->viewport.scale[0] * 256.0f); in v3d_write_uniforms() 289 cl_aligned_f(&uniforms, v3d->viewport.scale[1] * 256.0f); in v3d_write_uniforms() 296 cl_aligned_f(&uniforms, v3d->viewport.scale[2]); in v3d_write_uniforms()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | fs-test.c | 143 vp.scale[0] = half_width; in set_viewport() 144 vp.scale[1] = half_height; in set_viewport() 145 vp.scale[2] = half_depth; in set_viewport()
|
H A D | gs-test.c | 201 vp.scale[0] = half_width; in set_viewport() 202 vp.scale[1] = half_height; in set_viewport() 203 vp.scale[2] = half_depth; in set_viewport()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1; in hexfloat() local 351 y += d*(scale/=16); in hexfloat() 353 y += 0.5*scale; in hexfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1;
in hexfloat() local 351 y += d*(scale/=16);
in hexfloat() 353 y += 0.5*scale;
in hexfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1;
in hexfloat() local 351 y += d*(scale/=16);
in hexfloat() 353 y += 0.5*scale;
in hexfloat()
|
/third_party/musl/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1; in hexfloat() local 351 y += d*(scale/=16); in hexfloat() 353 y += 0.5*scale; in hexfloat()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawtex.c | 328 vp.scale[0] = 0.5f * width; in st_DrawTex() 329 vp.scale[1] = height * (invert ? -0.5f : 0.5f); in st_DrawTex() 330 vp.scale[2] = 1.0f; in st_DrawTex()
|