Home
last modified time | relevance | path

Searched refs:rows (Results 1 - 25 of 382) sorted by relevance

12345678910>>...16

/third_party/cups-filters/cupsfilters/
H A Dimage-sgi.c45 unsigned short *rows[4], /* Row pointers for image data */ in _cupsImageReadSGI() local
105 if ((rows[0] = calloc(img->xsize * sgip->zsize, in _cupsImageReadSGI()
116 rows[i] = rows[0] + i * img->xsize; in _cupsImageReadSGI()
125 sgiGetRow(sgip, rows[i], img->ysize - 1 - y, i); in _cupsImageReadSGI()
131 for (i = img->xsize - 1, gray = rows[0], inptr = in; in _cupsImageReadSGI()
138 for (i = img->xsize - 1, gray = rows[0], inptr = in; in _cupsImageReadSGI()
147 for (i = img->xsize - 1, gray = rows[0], alpha = rows[1], inptr = in; in _cupsImageReadSGI()
154 for (i = img->xsize - 1, gray = rows[ in _cupsImageReadSGI()
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvParserTest.java100 List<List<String>> rows = parse(CsvParser.commaSeparated().allowMultiline(), in testMultiline()
103 assertThat(rows).hasSize(1); in testMultiline()
104 assertThat(rows.get(0)).containsExactly("foo", "Hello,\nWorld!").inOrder(); in testMultiline()
109 List<List<String>> rows = parse( in testMultilineWithTrimming()
113 assertThat(rows).hasSize(1); in testMultilineWithTrimming()
114 assertThat(rows.get(0)).containsExactly("foo", " Hello,\nWorld! ").inOrder(); in testMultilineWithTrimming()
129 List<ImmutableMap<String, String>> rows = parseMap( in testRowMapping()
138 assertThat(rows).hasSize(5); in testRowMapping()
139 assertThat(rows.get(0)).containsExactly("FOO", "foo", "BAR", "bar").inOrder(); in testRowMapping()
140 assertThat(rows in testRowMapping()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bottlenecks.h55 uint32 rows,
65 uint32 rows,
75 uint32 rows,
87 uint32 rows,
100 uint32 rows,
113 uint32 rows,
126 uint32 rows,
139 uint32 rows,
152 uint32 rows,
165 uint32 rows,
667 DoSetArea8(uint8 *dPtr, uint8 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) DoSetArea8() argument
688 DoSetArea16(uint16 *dPtr, uint16 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) DoSetArea16() argument
709 DoSetArea32(uint32 *dPtr, uint32 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) DoSetArea32() argument
732 DoCopyArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea8() argument
759 DoCopyArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea16() argument
786 DoCopyArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea32() argument
813 DoCopyArea8_16(const uint8 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea8_16() argument
840 DoCopyArea8_S16(const uint8 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea8_S16() argument
867 DoCopyArea8_32(const uint8 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea8_32() argument
894 DoCopyArea16_S16(const uint16 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea16_S16() argument
921 DoCopyArea16_32(const uint16 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoCopyArea16_32() argument
948 DoCopyArea8_R32(const uint8 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) DoCopyArea8_R32() argument
977 DoCopyArea16_R32(const uint16 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) DoCopyArea16_R32() argument
1006 DoCopyAreaS16_R32(const int16 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) DoCopyAreaS16_R32() argument
1035 DoCopyAreaR32_8(const real32 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) DoCopyAreaR32_8() argument
1064 DoCopyAreaR32_16(const real32 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) DoCopyAreaR32_16() argument
1093 DoCopyAreaR32_S16(const real32 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) DoCopyAreaR32_S16() argument
1124 DoRepeatArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) DoRepeatArea8() argument
1153 DoRepeatArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) DoRepeatArea16() argument
1182 DoRepeatArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) DoRepeatArea32() argument
1213 DoShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) DoShiftRight16() argument
1530 DoEqualArea8(const uint8 *sPtr, const uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoEqualArea8() argument
1557 DoEqualArea16(const uint16 *sPtr, const uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoEqualArea16() argument
1584 DoEqualArea32(const uint32 *sPtr, const uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) DoEqualArea32() argument
1613 DoVignetteMask16(uint16 *mPtr, uint32 rows, uint32 cols, int32 rowStep, int64 offsetH, int64 offsetV, int64 stepH, int64 stepV, uint32 tBits, const uint16 *table) DoVignetteMask16() argument
1640 DoVignette16(int16 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) DoVignette16() argument
1665 DoVignette32(real32 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) DoVignette32() argument
[all...]
H A Ddng_reference.h44 uint32 rows,
53 uint32 rows,
62 uint32 rows,
73 uint32 rows,
85 uint32 rows,
97 uint32 rows,
109 uint32 rows,
121 uint32 rows,
133 uint32 rows,
145 uint32 rows,
[all...]
H A Ddng_pixel_buffer.cpp548 uint32 rows = area.H (); in SetConstant() local
561 rows, in SetConstant()
574 if (rows == 1 && cols == 1 && dPlaneStep == 1 && value == 0) in SetConstant()
586 rows, in SetConstant()
602 if (rows == 1 && cols == 1 && dPlaneStep == 1 && value == 0) in SetConstant()
614 rows, in SetConstant()
630 if (rows == 1 && cols == 1 && dPlaneStep == 1 && value == 0) in SetConstant()
642 rows, in SetConstant()
717 uint32 rows = area.H (); in CopyArea() local
740 rows, in CopyArea()
1294 uint32 rows = dstArea.H (); RepeatArea() local
1432 uint32 rows = fArea.H (); ShiftRight() local
1517 uint32 rows = area.H (); EqualArea() local
1632 MaxDiff(const T *src1, int32 s1RowStep, int32 s1PlaneStep, const T *src2, int32 s2RowStep, int32 s2PlaneStep, uint32 rows, uint32 cols, uint32 planes) MaxDiff() argument
1678 MaxDiff(const T *src1, int32 s1ColStep, int32 s1RowStep, int32 s1PlaneStep, const T *src2, int32 s2ColStep, int32 s2RowStep, int32 s2PlaneStep, uint32 rows, uint32 cols, uint32 planes) MaxDiff() argument
1745 uint32 rows = area.H (); MaximumDifference() local
[all...]
/third_party/node/lib/internal/repl/
H A Dutils.js170 return cursorPos.rows === displayPos.rows &&
177 const rows = displayPos.rows - cursorPos.rows + 1;
178 moveCursor(repl.output, 0, rows);
180 moveCursor(repl.output, 0, -rows);
186 let pos, rows;
190 rows = pos.displayPos.rows
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dtranspose.c53 std_trans(mpd_uint_t dest[], mpd_uint_t src[], mpd_size_t rows, mpd_size_t cols) in std_trans() argument
58 for (r = 0; r < rows; r++) { in std_trans()
64 idest += rows; in std_trans()
70 * Swap half-rows of 2^n * (2*2^n) matrix.
75 swap_halfrows_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols, int dir) in swap_halfrows_pow2() argument
88 assert(cols == mul_size_t(2, rows)); in swap_halfrows_pow2()
91 r = rows; in swap_halfrows_pow2()
101 hmax = rows; /* cycles start at odd halfrows */ in swap_halfrows_pow2()
247 transpose_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols) in transpose_pow2() argument
249 mpd_size_t size = mul_size_t(rows, col in transpose_pow2()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp44 string getColType (deUint32 rows) in getColType() argument
46 return string("%v") + de::toString(rows) + "f32"; in getColType()
49 string getMatrixType (deUint32 cols, deUint32 rows) in getMatrixType() argument
51 return string("%mat") + de::toString(cols) + "v" + de::toString(rows) + "f"; in getMatrixType()
54 string getMatrixDeclarations (deUint32 cols, deUint32 rows, bool skipColDecl = false) in getMatrixDeclarations() argument
56 string colType = getColType(rows); in getMatrixDeclarations()
57 string colDecl = skipColDecl ? "" : string(" ") + colType + " = OpTypeVector %f32 " + de::toString(rows) + "\n"; in getMatrixDeclarations()
58 string matType = getMatrixType(cols, rows); in getMatrixDeclarations()
65 string getIdentityVectors (deUint32 cols, deUint32 rows) in getIdentityVectors() argument
71 string identity = " %identity" + de::toString(c) + " = OpConstantComposite " + getColType(rows) in getIdentityVectors()
100 getMatrixCompositeInserts(deUint32 cols, deUint32 rows, bool useUndef) getMatrixCompositeInserts() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp44 string getColType (deUint32 rows) in getColType() argument
46 return string("%v") + de::toString(rows) + "f32"; in getColType()
49 string getMatrixType (deUint32 cols, deUint32 rows) in getMatrixType() argument
51 return string("%mat") + de::toString(cols) + "v" + de::toString(rows) + "f"; in getMatrixType()
54 string getMatrixDeclarations (deUint32 cols, deUint32 rows, bool skipColDecl = false) in getMatrixDeclarations() argument
56 string colType = getColType(rows); in getMatrixDeclarations()
57 string colDecl = skipColDecl ? "" : string(" ") + colType + " = OpTypeVector %f32 " + de::toString(rows) + "\n"; in getMatrixDeclarations()
58 string matType = getMatrixType(cols, rows); in getMatrixDeclarations()
65 string getIdentityVectors (deUint32 cols, deUint32 rows) in getIdentityVectors() argument
71 string identity = " %identity" + de::toString(c) + " = OpConstantComposite " + getColType(rows) in getIdentityVectors()
100 getMatrixCompositeInserts(deUint32 cols, deUint32 rows, bool useUndef) getMatrixCompositeInserts() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils.h8 // Supports matrices with minimum 2 and maximum 4 number of rows/columns.
33 ASSERT(rows() >= 1 && rows() <= 4); in Matrix()
40 ASSERT(rows() >= 1 && rows() <= 4); in Matrix()
46 ASSERT(rows() >= 1 && rows() <= 4); in Matrix()
75 ASSERT(columns() == m.rows());
77 unsigned int resultRows = rows();
96 ASSERT(columns() == m.rows());
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorMatrixResize.cpp24 if (type.rows() == arg->type().rows() && type.columns() == arg->type().columns()) { in Make()
32 int rows = this->type().rows(); in getConstantValue() local
33 int row = n % rows; in getConstantValue()
34 int col = n / rows; in getConstantValue()
39 SkASSERT(row < this->type().rows()); in getConstantValue()
48 if (col < this->argument()->type().columns() && row < this->argument()->type().rows()) { in getConstantValue()
50 n = row + (col * this->argument()->type().rows()); in getConstantValue()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbitmap.c102 size = (FT_ULong)pitch * source->rows; in FT_EXPORT_DEF()
112 target_size = (FT_ULong)target_pitch * target->rows; in FT_EXPORT_DEF()
139 t += (FT_ULong)pitch * ( target->rows - 1 ); in FT_EXPORT_DEF()
141 for ( i = target->rows; i > 0; i-- ) in FT_EXPORT_DEF()
173 height = bitmap->rows; in ft_bitmap_assure_buffer()
236 if ( FT_QALLOC_MULT( buffer, bitmap->rows + ypixels, new_pitch ) ) in ft_bitmap_assure_buffer()
239 /* new rows get added at the top of the bitmap, */ in ft_bitmap_assure_buffer()
248 unsigned char* limit = bitmap->buffer + pitch * bitmap->rows; in ft_bitmap_assure_buffer()
274 unsigned char* limit = bitmap->buffer + pitch * bitmap->rows; in ft_bitmap_assure_buffer()
386 p = bitmap->buffer + (FT_UInt)pitch * ( bitmap->rows in FT_EXPORT_DEF()
[all...]
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py42 rows = []
56 rows.append((f"{label:>12}", f"{family_stats[key]:>12}", f"{100*family_stats[key]/total:0.1f}%"))
57 emit_table(("Kind", "Count", "Ratio"), rows)
62 rows = []
67 rows.append((label, val, f"{100*val/total_attempts:0.1f}%"))
68 emit_table(("", "Count:", "Ratio:"), rows)
79 rows = []
83 rows.append((kind_to_text(index, defines, name), value, f"{100*value/total_failures:0.1f}%"))
84 emit_table(("Failure kind", "Count:", "Ratio:"), rows)
187 def emit_table(header, rows)
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddynamic_hdr10_plus.c86 int rows, cols; in ff_parse_itu_t_t35_to_dynamic_hdr10_plus() local
89 rows = get_bits(gb, 5); in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
91 if (((rows < 2) || (rows > 25)) || ((cols < 2) || (cols > 25))) { in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
94 s->num_rows_targeted_system_display_actual_peak_luminance = rows; in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
97 if (get_bits_left(gb) < (rows * cols * 4)) in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
100 for (int i = 0; i < rows; i++) { in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
139 int rows, cols; in ff_parse_itu_t_t35_to_dynamic_hdr10_plus() local
142 rows = get_bits(gb, 5); in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
144 if (((rows < in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
[all...]
H A Dinterplayacm.c48 int rows; member
92 s->rows = AV_RL16(avctx->extradata + 12) >> 4; in decode_init()
95 s->block_len = s->rows * s->cols; in decode_init()
122 for (i = 0; i < s->rows; i++) in zero()
138 for (i = 0; i < s->rows; i++) { in linear()
150 for (i = 0; i < s->rows; i++) { in k13()
154 if (i >= s->rows) in k13()
175 for (i = 0; i < s->rows; i++) { in k12()
193 for (i = 0; i < s->rows; i++) { in k24()
197 if (i >= s->rows) brea in k24()
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dtype_trait.hpp48 static length_t const rows = 0; member
109 rows = 2 enumerator
123 rows = 3 enumerator
137 rows = 4 enumerator
151 rows = 2 enumerator
165 rows = 3 enumerator
179 rows = 4 enumerator
193 rows = 2 enumerator
207 rows = 3 enumerator
221 rows enumerator
[all...]
/third_party/icu/icu4c/source/common/
H A Dpropsvec.cpp34 int32_t rows; member
70 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP); in upvec_open()
72 /* set the all-Unicode row and the special-value rows */ in upvec_open()
74 uprv_memset(row, 0, pv->rows*columns*4); in upvec_open()
100 limit=pv->rows; in _findRow()
186 /* find the rows whose ranges overlap with the input range */ in upvec_setValue()
188 /* find the first and last rows, always successful */ in upvec_setValue()
194 * input range (only possible for the first and last rows) in upvec_setValue()
200 /* split first/last rows if necessary */ in upvec_setValue()
202 int32_t count, rows; in upvec_setValue() local
338 int32_t i, columns, valueColumns, rows, count; upvec_compact() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dpropsvec.cpp34 int32_t rows; member
70 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP); in upvec_open()
72 /* set the all-Unicode row and the special-value rows */ in upvec_open()
74 uprv_memset(row, 0, pv->rows*columns*4); in upvec_open()
100 limit=pv->rows; in _findRow()
186 /* find the rows whose ranges overlap with the input range */ in upvec_setValue()
188 /* find the first and last rows, always successful */ in upvec_setValue()
194 * input range (only possible for the first and last rows) in upvec_setValue()
200 /* split first/last rows if necessary */ in upvec_setValue()
202 int32_t count, rows; in upvec_setValue() local
338 int32_t i, columns, valueColumns, rows, count; upvec_compact() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dpropsvec.cpp34 int32_t rows; member
70 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP); in upvec_open()
72 /* set the all-Unicode row and the special-value rows */ in upvec_open()
74 uprv_memset(row, 0, pv->rows*columns*4); in upvec_open()
100 limit=pv->rows; in _findRow()
186 /* find the rows whose ranges overlap with the input range */ in upvec_setValue()
188 /* find the first and last rows, always successful */ in upvec_setValue()
194 * input range (only possible for the first and last rows) in upvec_setValue()
200 /* split first/last rows if necessary */ in upvec_setValue()
202 int32_t count, rows; in upvec_setValue() local
338 int32_t i, columns, valueColumns, rows, count; upvec_compact() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPropsVectors.java36 * self-contained rows allow to later sort them by contents.
43 private int rows; field in PropsVectors
106 int limit = rows; in findRow()
152 rows = 2 + (MAX_CP - FIRST_SPECIAL_CP); in PropsVectors()
166 * In rows for code points [start..end], select the column, reset the mask
192 // find the rows whose ranges overlap with the input range in setValue()
199 * (only possible for the first and last rows) and if their value in setValue()
205 // split first/last rows if necessary in setValue()
215 if ((rows + rowsToExpand) > maxRows) { in setValue()
226 System.arraycopy(v, 0, temp, 0, rows * column in setValue()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPropsVectors.java37 * self-contained rows allow to later sort them by contents.
45 private int rows; field in PropsVectors
108 int limit = rows; in findRow()
154 rows = 2 + (MAX_CP - FIRST_SPECIAL_CP); in PropsVectors()
168 * In rows for code points [start..end], select the column, reset the mask
194 // find the rows whose ranges overlap with the input range in setValue()
201 * (only possible for the first and last rows) and if their value in setValue()
207 // split first/last rows if necessary in setValue()
217 if ((rows + rowsToExpand) > maxRows) { in setValue()
228 System.arraycopy(v, 0, temp, 0, rows * column in setValue()
[all...]
/third_party/astc-encoder/Test/
H A Dastc_test_result_report.py207 rows = [
214 rows.append("")
215 rows.extend(self.get_delta_header("PSNR"))
217 rows.append("")
218 rows.extend(self.get_delta_header("Speed"))
220 return ",".join(rows)
229 rows = [
236 rows.append("")
238 rows.extend(data)
240 rows
[all...]
/third_party/python/Tools/c-analyzer/
H A Dtable-file.py72 for section, rows in collect_sections(lines).items():
86 secrows.extend(rows)
87 totalrows.extend(rows)
101 subroot, rows, totalrows = data
102 sectotal = f'({len(totalrows)})' if totalrows != rows else ''
103 count = len(rows) if rows else ''
108 total += len(rows)
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvectorize_scalar_matrix_constructors_test.cc32 uint32_t rows = GetParam().second; in TEST_P() local
34 "mat" + std::to_string(cols) + "x" + std::to_string(rows) + "<f32>"; in TEST_P()
35 std::string vec_type = "vec" + std::to_string(rows) + "<f32>"; in TEST_P()
44 for (uint32_t r = 0; r < rows; r++) { in TEST_P()
49 auto value = std::to_string(c * rows + r) + ".0"; in TEST_P()
73 uint32_t rows = GetParam().second; in TEST_P() local
75 "mat" + std::to_string(cols) + "x" + std::to_string(rows) + "<f32>"; in TEST_P()
76 std::string vec_type = "vec" + std::to_string(rows) + "<f32>"; in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp310 string rows, cols; in initPrograms() member
316 dims[0].rows = "M"; in initPrograms()
318 dims[1].rows = "K"; in initPrograms()
320 dims[2].rows = "M"; in initPrograms()
322 dims[3].rows = "M"; in initPrograms()
327 dims[0].rows = "M"; in initPrograms()
329 dims[1].rows = "M"; in initPrograms()
331 dims[2].rows = "M"; in initPrograms()
333 dims[3].rows = "M"; in initPrograms()
363 css << "shared " << typeStrA << " sharedA[" << dims[0].rows << " * " << dim in initPrograms()
754 deUint32 rows, cols; iterate() member
[all...]

Completed in 14 milliseconds

12345678910>>...16