/third_party/skia/gm/ |
H A D | labyrinth.cpp | 81 canvas->scale(40, 40); in draw_labyrinth()
|
H A D | largeclippedpath.cpp | 41 canvas->scale(kSize/3.f, kSize/3.f); in draw_clipped_flower()
|
/third_party/skia/bench/ |
H A D | GrMipmapBench.cpp | 60 canvas->scale(0.1f, 0.1f);
|
/third_party/skia/docs/examples/ |
H A D | Color_Type_RGBA_F16.cpp | 24 canvas->scale(16, 16); in REG_FIDDLE()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mxl301rf.c | 79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength() 103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | clk.h | 155 * @scale: scaling factor to be applied to represent the ratio as an integer 157 * Returns the duty cycle ratio multiplied by the scale provided, otherwise 160 int clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale); 244 unsigned int scale) in clk_get_scaled_duty_cycle() 243 clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale) clk_get_scaled_duty_cycle() argument
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mxl301rf.c | 79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength() 103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | clk.h | 166 * @scale: scaling factor to be applied to represent the ratio as an integer 168 * Returns the duty cycle ratio multiplied by the scale provided, otherwise 171 int clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale); 262 unsigned int scale) in clk_get_scaled_duty_cycle() 261 clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale) clk_get_scaled_duty_cycle() argument
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | mt6370-backlight.c | 212 props->scale = BACKLIGHT_SCALE_NON_LINEAR; in mt6370_init_backlight_properties() 214 props->scale = BACKLIGHT_SCALE_LINEAR; in mt6370_init_backlight_properties()
|
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
H A D | event.h | 254 double scale; member 263 struct perf_record_event_update_scale scale; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | lpc.c | 127 /* since negative shift values are unsupported in decoder, scale down in quantize_lpc_coefs() 130 double scale = ((double)qmax) / cmax; in quantize_lpc_coefs() local 132 lpc_in[i] *= scale; in quantize_lpc_coefs()
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_afirsrc.c | 182 float overlap, scale = 1.f, compensation; in config_output() local 226 ret = av_tx_init(&s->tx_ctx, &s->tx_fn, AV_TX_FLOAT_FFT, 1, fft_size, &scale, 0); in config_output()
|
H A D | vf_amplify.c | 125 avg = sum * scale; \ 155 const float scale = 1.f / nb_inputs; in amplify_frame() local
|
/third_party/ffmpeg/libavutil/ |
H A D | tx_priv.h | 202 const void *scale); 249 int len, int inv, const void *scale);
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_integer_sequence.cpp | 377 * @brief The sequence scale, round, and divisors needed to compute sizing. 380 * (scale * <sequence_len> + round) / divisor 385 uint8_t scale:6; member 392 * @brief The table of scale, round, and divisors needed for quant sizing. 432 return (entry.scale * character_count + divisor - 1) / divisor; in get_ise_sequence_bitcount()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_skeletons.h | 345 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status); 367 bool scale = false; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_wpos_ytransform.c | 286 nir_ssa_def *scale = nir_channel(b, get_transform(state), 0); in lower_load_sample_pos() local 288 /* Either y or 1-y for scale equal to 1 or -1 respectively. */ in lower_load_sample_pos() 291 nir_fmul(b, nir_channel(b, pos, 1), scale)); in lower_load_sample_pos()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_blorp_exec.c | 284 const unsigned scale = params->fast_clear_op ? UINT_MAX : 1; in blorp_exec_on_render() local 286 params->y1 - params->y0, scale); in blorp_exec_on_render()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_skeletons.h | 345 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status); 367 bool scale = false; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_shader.h | 113 * 28-30: scale (0 = 1x, 1 = 2x, 2 = 4x, 3 = 8x, 4 = ???, 5, = 1/2, 6 = 1/4, 7 = 1/8) 434 char scale; member 454 .scale = 0, in nvfx_insn()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | sampling-heap-profiler.cc | 46 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in ScaleSample() local 48 return {size, static_cast<unsigned int>(count * scale + 0.5)}; in ScaleSample()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_const.c | 215 double scale = lp_const_scale(type); in lp_const_eps() local 216 return 1.0/scale; in lp_const_eps()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_init.c | 325 p->viewport.scale[0] = p->viewport.translate[0] = (float) w / 2.0f; in pp_init_fbos() 326 p->viewport.scale[1] = p->viewport.translate[1] = (float) h / 2.0f; in pp_init_fbos()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | BufferSubData.cpp | 270 GLfloat scale = 2.0f; in initializeBenchmark() local 272 glUniform1f(glGetUniformLocation(mProgram, "uScale"), scale); in initializeBenchmark() local
|
H A D | InstancingPerf.cpp | 289 float scale = AnimationSignal(tx) * 0.01f + 0.01f; in drawBenchmark() local 290 mSizeData[pointIndex] = scale; in drawBenchmark()
|