/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/representation/ |
H A D | rewrite.py | 46 x_scale, argument 81 x_scale, argument 247 x_scale, argument 298 x_scale, argument 394 x_scale, argument 420 x_scale, argument 457 x_scale, argument 482 x_scale, argument 536 x_scale, argument 564 x_scale, argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | RowwiseScaledMM.cu | 141 at::Tensor x_scale, in f8f8bf16_rowwise_impl() 309 at::Tensor x_scale, in dispatch_fp8_rowwise_kernel_on_tile_size() 346 at::Tensor x_scale, in handle_transposition() 373 at::Tensor x_scale, in dispatch_fp8_rowwise_kernel_on_cluster_size_and_transpose() 458 at::Tensor x_scale, in dispatch_fp8_rowwise_kernel_on_fast_accum() 478 at::Tensor x_scale, in dispatch_fp8_rowwise_kernel_on_input_dtypes() 499 at::Tensor x_scale, in dispatch_fp8_rowwise_kernel_on_bias_dtype() 572 at::Tensor x_scale, // FP32 in f8f8bf16_rowwise()
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/ |
H A D | color_gamma.c | 200 static void precompute_de_pq(struct fixed31_32 x_scale, struct fixed31_32 y_scale) in precompute_de_pq() 340 struct fixed31_32 x_scale, struct fixed31_32 y_scale, struct pwl_float_data_ex *rgb_regamma) in build_pq() 382 struct fixed31_32 x_scale, struct fixed31_32 y_scale, in build_de_pq() 397 enum color_transfer_func type, struct fixed31_32 x_scale, struct fixed31_32 y_scale, in build_degamma() 429 const struct hw_x_point *coordinate_x, enum color_transfer_func type, struct fixed31_32 x_scale, in build_regamma() 511 struct fixed31_32 x_scale, struct fixed31_32 y_scale, in calculate_curve() 556 bool vpe_color_calculate_degamma_params(struct vpe_priv *vpe_priv, struct fixed31_32 x_scale, in vpe_color_calculate_degamma_params() 599 bool vpe_color_calculate_regamma_params(struct vpe_priv *vpe_priv, struct fixed31_32 x_scale, in vpe_color_calculate_regamma_params()
|
H A D | color.c | 154 enum color_transfer_func output_transfer_function, struct fixed31_32 x_scale, in color_update_regamma_tf() 191 enum color_transfer_func color_input_tf, struct fixed31_32 x_scale, in color_update_degamma_tf() 385 struct fixed31_32 x_scale = vpe_fixpt_one; in vpe_update_blnd_gamma() local
|
/aosp_15_r20/external/executorch/exir/passes/ |
H A D | _quant_patterns_and_replacements.py | 490 x_scale, argument 520 x_scale, argument 556 x_scale, argument 579 x_scale, argument 607 x_scale, argument 630 x_scale, argument 658 x_scale, argument 689 x_scale, argument 776 x_scale, argument 800 x_scale, argument [all …]
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_meta_draw_rects.c | 157 float *x_scale, float *y_scale) in setup_viewport_scissor() 220 float x_scale, float y_scale, in create_vertex_buffer() 278 float x_scale, y_scale; in vk_meta_draw_volume() local 313 float x_scale, y_scale; in vk_meta_draw_rects() local
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/ |
D | rect.h | 275 float x_scale, in ScaleToEnclosingRect() 307 float x_scale, in ScaleToEnclosingRectSafe() 323 float x_scale, in ScaleToEnclosedRect() 354 inline Rect ScaleToRoundedRect(const Rect& rect, float x_scale, float y_scale) { in ScaleToRoundedRect()
|
D | rect_f.h | 177 void Scale(float x_scale, float y_scale) { in Scale() 221 inline RectF ScaleRect(const RectF& r, float x_scale, float y_scale) { in ScaleRect()
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | rect.h | 272 float x_scale, in ScaleToEnclosingRect() 304 float x_scale, in ScaleToEnclosingRectSafe() 320 float x_scale, in ScaleToEnclosedRect() 351 inline Rect ScaleToRoundedRect(const Rect& rect, float x_scale, float y_scale) { in ScaleToRoundedRect()
|
H A D | point.cc | 69 Point ScaleToCeiledPoint(const Point& point, float x_scale, float y_scale) { in ScaleToCeiledPoint() 81 Point ScaleToFlooredPoint(const Point& point, float x_scale, float y_scale) { in ScaleToFlooredPoint() 93 Point ScaleToRoundedPoint(const Point& point, float x_scale, float y_scale) { in ScaleToRoundedPoint()
|
H A D | size.cc | 79 Size ScaleToCeiledSize(const Size& size, float x_scale, float y_scale) { in ScaleToCeiledSize() 91 Size ScaleToFlooredSize(const Size& size, float x_scale, float y_scale) { in ScaleToFlooredSize() 103 Size ScaleToRoundedSize(const Size& size, float x_scale, float y_scale) { in ScaleToRoundedSize()
|
H A D | vector2d_f.cc | 39 void Vector2dF::Scale(float x_scale, float y_scale) { in Scale() 54 Vector2dF ScaleVector2d(const Vector2dF& v, float x_scale, float y_scale) { in ScaleVector2d()
|
H A D | vector3d_f.cc | 47 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale() 79 float x_scale, in ScaleVector3d()
|
H A D | point3_f.h | 30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() 107 float x_scale, in ScalePoint()
|
H A D | box_f.h | 42 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() 120 float x_scale, in ScaleBox()
|
H A D | rect_f.h | 174 void Scale(float x_scale, float y_scale) { in Scale() 218 inline RectF ScaleRect(const RectF& r, float x_scale, float y_scale) { in ScaleRect()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/ |
D | rect.h | 275 float x_scale, in ScaleToEnclosingRect() 307 float x_scale, in ScaleToEnclosingRectSafe() 323 float x_scale, in ScaleToEnclosedRect() 354 inline Rect ScaleToRoundedRect(const Rect& rect, float x_scale, float y_scale) { in ScaleToRoundedRect()
|
D | rect_f.h | 177 void Scale(float x_scale, float y_scale) { in Scale() 221 inline RectF ScaleRect(const RectF& r, float x_scale, float y_scale) { in ScaleRect()
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | mkldnn_lowerings.py | 367 x_scale, argument 411 x_scale, argument 474 x_scale, argument 730 x_scale, argument
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-cairo.cc | 181 hb_position_t x_scale, y_scale; in hb_cairo_paint_color_glyph() local 535 hb_position_t x_scale, y_scale; in hb_cairo_init_scaled_font() local 598 hb_position_t x_scale, y_scale; in hb_cairo_render_glyph() local 629 hb_position_t x_scale, y_scale; in hb_cairo_render_color_glyph() local 966 double x_scale = x_scale_factor ? 1. / x_scale_factor : 0.; in hb_cairo_glyphs_from_buffer() local
|
/aosp_15_r20/external/freetype/src/truetype/ |
H A D | ttgload.c | 935 FT_Fixed x_scale = 0; /* pacify compiler */ in TT_Process_Simple_Glyph() local 1151 FT_Fixed x_scale = loader->size->metrics->x_scale; in TT_Process_Composite_Component() local 1434 FT_Fixed x_scale, y_scale; in load_truetype_glyph() local 2441 FT_Fixed x_scale = size->root.metrics.x_scale; in TT_Load_Glyph() local 2590 FT_Fixed x_scale = size->root.metrics.x_scale; in TT_Load_Glyph() local
|
/aosp_15_r20/external/libkmsxx/py/tests/ |
H A D | rottest.py | 46 def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale): argument 96 x_scale = 1 variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/plotters_backend/ |
D | regression.rs | 34 let x_scale = 10f64.powi(-exponent); in regression_figure() localVariable 127 let x_scale = 10f64.powi(-exponent); in regression_comparison_figure() localVariable
|
/aosp_15_r20/external/freetype/src/cff/ |
H A D | cffgload.c | 383 FT_Fixed x_scale = size->root.metrics.x_scale; in cff_slot_load() local 716 FT_Fixed x_scale = glyph->x_scale; in cff_slot_load() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/gnuplot_backend/ |
D | regression.rs | 36 let x_scale = 10f64.powi(-exponent); in regression_figure() localVariable 143 let x_scale = 10f64.powi(-exponent); in regression_comparison_figure() localVariable
|