/aosp_15_r20/external/ruy/ruy/ |
H A D | matrix.h | 35 void set_rows(int val) { rows_ = val; } in set_rows() 37 void set_cols(int val) { cols_ = val; } in set_cols() 39 void set_stride(int val) { stride_ = val; } in set_stride() 41 void set_order(Order val) { order_ = val; } in set_order() 107 void set_mutable(bool val) { is_mutable_ = val; } in set_mutable() 178 for (int row = 0; row < mat.layout().rows(); row++) { variable 188 inline int Offset(const Layout& layout, int row, int col) { in Offset() 202 const Scalar* ElementPtr(const Matrix<Scalar>& mat, int row, int col) { in ElementPtr() 207 Scalar* ElementPtr(Matrix<Scalar>* mat, int row, int col) { in ElementPtr() 212 Scalar Element(const Matrix<Scalar>& mat, int row, int col) { in Element()
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | PackedObjectVector.java | 46 getValue(int row, int column) in getValue() 57 setValue(int row, int column, E value) in setValue() 66 insertAt(int row, E[] values) in insertAt() 85 deleteAt(int row, int count) in deleteAt() 143 Object val = mValues[i * mColumns + j]; in moveRowGapTo() local 159 Object val = mValues[i * mColumns + j]; in moveRowGapTo() local 176 Object val = mValues[i * mColumns + j]; in dump() local
|
H A D | PackedIntVector.java | 71 public int getValue(int row, int column) { in getValue() 102 public void setValue(int row, int column, int value) { in setValue() 127 private void setValueInternal(int row, int column, int value) { in setValueInternal() 180 public void insertAt(int row, int[] values) { in insertAt() 220 public void deleteAt(int row, int count) { in deleteAt() 332 int val = values[i * columns+ j]; in moveRowGapTo() local 356 int val = values[i * columns+ j]; in moveRowGapTo() local
|
/aosp_15_r20/external/libpng/mips/ |
H A D | filter_msa_intrinsics.c | 60 #define SH(val, pdst) \ argument 73 #define SW(val, pdst) \ argument 87 #define SD(val, pdst) \ argument 100 #define SD(val, pdst) \ argument 131 #define SH(val, pdst) \ argument 144 #define SW(val, pdst) \ argument 158 #define SD(val, pdst) \ argument 171 #define SD(val, pdst) \ argument 199 #define SH(val, pdst) \ argument 212 #define SW(val, pdst) \ argument [all …]
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_quant_iquant_ssd.c | 141 WORD32 val; in ihevc_quant_iquant_ssd() local 195 WORD32 row, col; in ihevc_quant_iquant_ssd() local 374 WORD32 row, col; in ihevc_quant_iquant() local 510 WORD32 val; in ihevc_quant_iquant_ssd_rdoq() local 572 WORD32 row, col; in ihevc_quant_iquant_ssd_rdoq() local 705 WORD32 row, col; in ihevc_quant_iquant_rdoq() local 840 WORD32 val; in ihevc_quant_iquant_ssd_flat_scale_mat() local 905 WORD32 row, col; in ihevc_quant_iquant_ssd_flat_scale_mat() local 1039 WORD32 row, col; in ihevc_quant_iquant_flat_scale_mat() local 1176 WORD32 val; in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq() local [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | FlashAttentionKernel.cpp | 31 T1& val) { in _scale_attn_mask_fusion_kernel() 59 T1& val) { in _exp_reduce_sum_fusion_kernel() 133 inline void fill_stub(scalar_t* data, scalar_t val, int64_t size) { in fill_stub() 313 for (const auto row : c10::irange(qBlockSize)) { in cpu_flash_attention() local 325 for (int64_t row = 0; row < qBlockSize; ++row) { in cpu_flash_attention() local 337 for (int64_t row = 0; row < qBlockSize; ++row) { in cpu_flash_attention() local 398 for (int64_t row = 0; row < qBlockSize; ++row) { in cpu_flash_attention() local 408 for (const auto row : c10::irange(qBlockSize)) { in cpu_flash_attention() local 553 for (const auto row : c10::irange(qBlockSize)) { in cpu_flash_attention_backward() local 584 for (const auto row : c10::irange(qBlockSize)) { in cpu_flash_attention_backward() local [all …]
|
H A D | int4mm_kernel.cpp | 127 constexpr int row = i / COLS; in tinygemm_kernel() local 181 constexpr int row = i / COLS; in tinygemm_kernel() local 268 constexpr int row = i / COLS; in tinygemm_kernel() local 331 constexpr int row = i / COLS; in tinygemm_kernel() local 353 inline void store_float32x4(Half* ptr, float32x4_t val) { in store_float32x4() 365 inline void store_float32x4(BFloat16* ptr, float32x4_t val) { in store_float32x4() 375 inline void store_float32x4(float* ptr, float32x4_t val) { in store_float32x4() 484 auto val = b[nb * BLOCK_N / 2 + n]; in convert_int4_to_float() local 487 auto val = b[nb * BLOCK_N / 2 + (n - 32)]; in convert_int4_to_float() local 506 auto val = b[n/2]; in convert_int4_to_float() local
|
H A D | SpmmReduceKernel.cpp | 27 inline void _update(at::opmath_type<scalar_t>* out_ptr, int64_t e, int64_t c, const scalar_t val, c… in _update() 132 scalar_t val = val_data[e]; in spmm_reduce_kernel_impl() local 153 inline void update_with_index(scalar_t *val, scalar_t new_val, index_t *arg, index_t new_arg) { in update_with_index() 223 opmath_t val = opmath_t(val_data[e]); in spmm_reduce_arg_kernel_impl() local 271 index_t row = row_data[i], col = col_data[i]; in spmm_reduce_backward_input_kernel_impl() local 273 scalar_t val = vec::map2_reduce_all<scalar_t>( in spmm_reduce_backward_input_kernel_impl() local 366 index_t row = row_data[i]; in spmm_reduce_normalize_values_kernel_impl() local 524 auto row = row_indices.index_select(0, csr2csc); in spmm_reduce_backward_other_kernel() local 526 Tensor val; in spmm_reduce_backward_other_kernel() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 134 uint64_t val; in find_device() local 344 redraw_group_header(WINDOW *win, int row, const char *name) in redraw_group_header() 356 redraw_counter_label(WINDOW *win, int row, const char *name, bool selected) in redraw_counter_label() 372 redraw_counter_value_cycles(WINDOW *win, float val) in redraw_counter_value_cycles() 405 redraw_counter_value(WINDOW *win, int row, struct counter_group *group, int ctr) in redraw_counter_value() 438 redraw_counter(WINDOW *win, int row, struct counter_group *group, int ctr, in redraw_counter() 446 redraw_gpufreq_counter(WINDOW *win, int row) in redraw_gpufreq_counter() 464 int max, row = 0; in redraw() local 733 float val = (float) group->value_delta[j] * 1000000.0 / in dump_counters() local
|
/aosp_15_r20/external/blktrace/iowatcher/ |
H A D | plot.c | 194 double row; in set_gdd_bit() local 726 u64 val = *max; in scale_line_graph_bytes() local 746 u64 val = *max; in scale_line_graph_time() local 788 double val; in svg_line_graph() local 870 static void svg_add_io(int fd, double row, double col, double width, double height, char *color) in svg_add_io() 967 static int add_plot_history(struct pid_plot_history *pph, double val) in add_plot_history() 984 int row = 0; in svg_io_graph_movie() local 986 unsigned char val; in svg_io_graph_movie() local 1023 int row = 0; in svg_io_graph() local 1025 unsigned char val; in svg_io_graph() local
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | cursor.c | 326 PyObject* row; in _pysqlite_fetch_one_row() local 339 row = PyTuple_New(numcols); in _pysqlite_fetch_one_row() local 699 PyObject *exc, *val, *tb; in bind_parameters() local 759 PyObject *exc, *val, *tb; in bind_parameters() local 1121 PyObject *row = _pysqlite_fetch_one_row(self); in pysqlite_cursor_iternext() local 1162 PyObject* row; in pysqlite_cursor_fetchone_impl() local 1185 PyObject* row; in pysqlite_cursor_fetchmany_impl() local 1224 PyObject* row; in pysqlite_cursor_fetchall_impl() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | lower_mat_op_to_vec.cpp | 104 ir_mat_op_to_vec_visitor::get_element(ir_dereference *val, int col, int row) in get_element() 112 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) in get_column() 279 ir_rvalue *const val = new(this->mem_ctx) ir_dereference_variable(tmp_bvec); in do_equal_mat_mat() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | highbd_intrapred_sse2.c | 107 const __m128i *row) { in h_store_16_unpacklo() 108 const __m128i val = _mm_unpacklo_epi64(*row, *row); in h_store_16_unpacklo() local 115 const __m128i *row) { in h_store_16_unpackhi() 116 const __m128i val = _mm_unpackhi_epi64(*row, *row); in h_store_16_unpackhi() local 178 const __m128i *row) { in h_store_32_unpacklo() 179 const __m128i val = _mm_unpacklo_epi64(*row, *row); in h_store_32_unpacklo() local 188 const __m128i *row) { in h_store_32_unpackhi() 189 const __m128i val = _mm_unpackhi_epi64(*row, *row); in h_store_32_unpackhi() local 828 const __m128i row = _mm_set1_epi16((int16_t)sum32); in aom_highbd_dc_predictor_4x8_sse2() local 849 const __m128i row = _mm_set1_epi16((int16_t)sum32); in aom_highbd_dc_predictor_8x4_sse2() local [all …]
|
H A D | sum_squares_avx2.c | 28 for (int row = 0; row < width; row += 16) { in aom_sum_squares_2d_i16_nxn_avx2() local 93 for (int row = 0; row < width; row += 16) { in aom_sum_sse_2d_i16_nxn_avx2() local 251 uint8_t val = srcp[m]; in aom_var_2d_u8_avx2() local 321 uint16_t val = srcp[m]; in aom_var_2d_u16_avx2() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacyCursorWindow.java | 36 protected static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob() 57 protected static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString() 58 Value val = WINDOW_DATA.get(windowPtr).value(row, column); in nativeGetString() local 68 protected static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong() 73 protected static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble() 78 protected static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType() 93 protected static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob() 102 protected static boolean nativePutString(long windowPtr, String value, int row, int column) { in nativePutString() 111 protected static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong() 118 protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble() [all …]
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jquant1.c | 282 int i, j, k, nci, blksize, blkdist, ptr, val; in create_colormap() local 341 int i, j, k, nci, blksize, val, pad; in create_colorindex() local 471 int row; in color_quantize() local 501 int row; in color_quantize3() local 531 int row; in quantize_ord_dither() local 584 int row; in quantize3_ord_dither() local 631 int row; in quantize_fs_dither() local
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_structtree_embeddertest.cpp | 153 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 218 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 262 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 310 FPDF_STRUCTELEMENT row = FPDF_StructElement_GetChildAtIndex(table, 0); in TEST_F() local 695 FPDF_BOOL val; in TEST_F() local 712 float val; in TEST_F() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/ |
H A D | deblock_vsx.c | 72 int row, col; in vpx_post_proc_down_and_across_mb_row_vsx() local 168 static INLINE int16x8_t filter_s16(int16x8_t b, int16x8_t sum, int16x8_t val) { in filter_s16() 192 int row, col; in vpx_mbpost_proc_across_ip_vsx() local 226 const uint8x16_t val = vec_vsx_ld(0, src + col); in vpx_mbpost_proc_across_ip_vsx() local 285 int col, row, i; in vpx_mbpost_proc_down_vsx() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_intrapred_intrin_sse2.c | 70 const __m128i *row) { in h_store_16_unpacklo() 71 const __m128i val = _mm_unpacklo_epi64(*row, *row); in h_store_16_unpacklo() local 78 const __m128i *row) { in h_store_16_unpackhi() 79 const __m128i val = _mm_unpackhi_epi64(*row, *row); in h_store_16_unpackhi() local 114 const __m128i *row) { in h_store_32_unpacklo() 115 const __m128i val = _mm_unpacklo_epi64(*row, *row); in h_store_32_unpacklo() local 124 const __m128i *row) { in h_store_32_unpackhi() 125 const __m128i val = _mm_unpackhi_epi64(*row, *row); in h_store_32_unpackhi() local
|
/aosp_15_r20/external/eigen/Eigen/src/Core/ |
H A D | MapBase.h | 260 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef() 273 inline void writePacket(Index row, Index col, const PacketScalar& val) in writePacket() 280 inline void writePacket(Index index, const PacketScalar& val) in writePacket()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/video/ |
H A D | vga.c | 88 static void vga_clear_line(u8 row, u8 ch, u8 attr) in vga_clear_line() 111 u8 row; in vga_fill() local 121 static void vga_putc(u8 row, u8 col, unsigned int c) in vga_putc() 129 u8 val; in vga_init_cursor() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/ |
H A D | MarketIO.h | 50 inline void GetVectorElt (const std::string& line, RealScalar& val) in GetVectorElt() 57 inline void GetVectorElt (const std::string& line, std::complex<RealScalar>& val) in GetVectorElt() 85 inline void PutMatrixElt(Scalar value, StorageIndex row, StorageIndex col, std::ofstream& out) in PutMatrixElt() 90 …inline void PutMatrixElt(std::complex<Scalar> value, StorageIndex row, StorageIndex col, std::ofst… in PutMatrixElt()
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/ |
H A D | column_storage.h | 64 void Append(T val) { vector_.emplace_back(val); } in Append() 68 void AppendMultiple(T val, uint32_t count) { in AppendMultiple() 71 void Set(uint32_t idx, T val) { vector_[idx] = val; } in Set() 119 void Append(T val) { in Append() 123 void Append(std::optional<T> val) { in Append() 136 void AppendMultiple(T val, uint32_t count) { in AppendMultiple() 144 void Set(uint32_t idx, T val) { in Set() 151 uint32_t row = valid_.CountSetBits(idx); in Set() local
|
/aosp_15_r20/external/executorch/extension/llm/custom_ops/ |
H A D | op_sdpa.cpp | 90 _exp_reduce_sum_fusion_kernel(T1* a, const int& size, T2* out, T1& val) { in _exp_reduce_sum_fusion_kernel() 168 inline void fill_stub(scalar_t* data, scalar_t val, int64_t size) { in fill_stub() 490 for (int32_t row = 0; row < qBlockSize; ++row) { in cpu_flash_attention() local 503 for (int64_t row = 0; row < qBlockSize; ++row) { in cpu_flash_attention() local 517 for (int64_t row = 0; row < qBlockSize; ++row) { in cpu_flash_attention() local 575 for (int64_t row = 0; row < qBlockSize; ++row) { in cpu_flash_attention() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | intrapred_msa.c | 31 uint32_t row; in intra_predict_vert_8x8_msa() local 46 uint32_t row; in intra_predict_vert_16x16_msa() local 59 uint32_t row; in intra_predict_vert_32x32_msa() local 103 uint32_t row; in intra_predict_horiz_16x16_msa() local 126 uint32_t row; in intra_predict_horiz_32x32_msa() local 319 uint32_t row; in intra_predict_dc_32x32_msa() local 348 uint32_t row; in intra_predict_dc_tl_32x32_msa() local 373 uint32_t row; in intra_predict_128dc_32x32_msa() local 387 uint32_t val; in intra_predict_tm_4x4_msa() local 415 uint64_t val; in intra_predict_tm_8x8_msa() local
|