Home
last modified time | relevance | path

Searched refs:cols (Results 1 - 25 of 160) sorted by relevance

1234567

/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
59 isrc = r * cols; in std_trans()
61 for (c = 0; c < cols; c++) { in std_trans()
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()
100 m = cols - 1; in swap_halfrows_pow2()
115 for (offset = 0; offset < cols/2; offset += b) { in swap_halfrows_pow2()
117 stride = (offset + b < cols/2) ? b : cols/2-offset; in swap_halfrows_pow2()
119 hp = matrix + hn*cols/ in swap_halfrows_pow2()
151 squaretrans(mpd_uint_t *buf, mpd_size_t cols) squaretrans() argument
247 transpose_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols) transpose_pow2() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bottlenecks.h56 uint32 cols,
66 uint32 cols,
76 uint32 cols,
88 uint32 cols,
101 uint32 cols,
114 uint32 cols,
127 uint32 cols,
140 uint32 cols,
153 uint32 cols,
166 uint32 cols,
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
1236 DoBilinearRow16(const uint16 *sPtr, uint16 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const uint16 * const * kernWeights, uint32 sShift) DoBilinearRow16() argument
1259 DoBilinearRow32(const real32 *sPtr, real32 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const real32 * const * kernWeights, uint32 sShift) DoBilinearRow32() 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.h45 uint32 cols,
54 uint32 cols,
63 uint32 cols,
74 uint32 cols,
86 uint32 cols,
98 uint32 cols,
110 uint32 cols,
122 uint32 cols,
134 uint32 cols,
146 uint32 cols,
[all...]
H A Ddng_pixel_buffer.cpp549 uint32 cols = area.W (); in SetConstant() local
562 cols, in SetConstant()
574 if (rows == 1 && cols == 1 && dPlaneStep == 1 && value == 0) in SetConstant()
587 cols, in SetConstant()
602 if (rows == 1 && cols == 1 && dPlaneStep == 1 && value == 0) in SetConstant()
615 cols, in SetConstant()
630 if (rows == 1 && cols == 1 && dPlaneStep == 1 && value == 0) in SetConstant()
643 cols, in SetConstant()
718 uint32 cols = area.W (); in CopyArea() local
741 cols, in CopyArea()
1295 uint32 cols = dstArea.W (); RepeatArea() local
1433 uint32 cols = fArea.W (); ShiftRight() local
1518 uint32 cols = area.W (); 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
1746 uint32 cols = area.W (); MaximumDifference() local
[all...]
H A Ddng_reference.cpp87 uint32 cols, in RefSetArea8()
99 for (uint32 col = 0; col < cols; col++) in RefSetArea8()
128 uint32 cols, in RefSetArea16()
140 for (uint32 col = 0; col < cols; col++) in RefSetArea16()
169 uint32 cols, in RefSetArea32()
181 for (uint32 col = 0; col < cols; col++) in RefSetArea32()
210 uint32 cols, in RefCopyArea8()
226 for (uint32 col = 0; col < cols; col++) in RefCopyArea8()
259 uint32 cols, in RefCopyArea16()
275 for (uint32 col = 0; col < cols; co in RefCopyArea16()
84 RefSetArea8(uint8 *dPtr, uint8 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) RefSetArea8() argument
125 RefSetArea16(uint16 *dPtr, uint16 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) RefSetArea16() argument
166 RefSetArea32(uint32 *dPtr, uint32 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) RefSetArea32() argument
207 RefCopyArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea8() argument
256 RefCopyArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea16() argument
305 RefCopyArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea32() argument
354 RefCopyArea8_16(const uint8 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea8_16() argument
403 RefCopyArea8_S16(const uint8 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea8_S16() argument
454 RefCopyArea8_32(const uint8 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea8_32() argument
503 RefCopyArea16_S16(const uint16 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea16_S16() argument
552 RefCopyArea16_32(const uint16 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefCopyArea16_32() argument
601 RefCopyArea8_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) RefCopyArea8_R32() argument
653 RefCopyArea16_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) RefCopyArea16_R32() argument
705 RefCopyAreaS16_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) RefCopyAreaS16_R32() argument
759 RefCopyAreaR32_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) RefCopyAreaR32_8() argument
811 RefCopyAreaR32_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) RefCopyAreaR32_16() argument
863 RefCopyAreaR32_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) RefCopyAreaR32_S16() argument
917 RefRepeatArea8(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) RefRepeatArea8() argument
993 RefRepeatArea16(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) RefRepeatArea16() argument
1069 RefRepeatArea32(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) RefRepeatArea32() argument
1145 RefShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) RefShiftRight16() argument
1186 RefBilinearRow16(const uint16 *sPtr, uint16 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const uint16 * const * kernWeights, uint32 sShift) RefBilinearRow16() argument
1234 RefBilinearRow32(const real32 *sPtr, real32 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const real32 * const * kernWeights, uint32 sShift) RefBilinearRow32() argument
2032 RefEqualArea8(const uint8 *sPtr, const uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefEqualArea8() argument
2084 RefEqualArea16(const uint16 *sPtr, const uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefEqualArea16() argument
2136 RefEqualArea32(const uint32 *sPtr, const uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) RefEqualArea32() argument
2188 RefVignetteMask16(uint16 *mPtr, uint32 rows, uint32 cols, int32 rowStep, int64 offsetH, int64 offsetV, int64 stepH, int64 stepV, uint32 tBits, const uint16 *table) RefVignetteMask16() argument
2238 RefVignette16(int16 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) RefVignette16() argument
2429 RefVignette32(real32 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) RefVignette32() argument
[all...]
/third_party/node/deps/npm/node_modules/cli-columns/
H A Dtest.js27 const cols = columns(['foo', ['bar', 'baz'], ['bar', 'qux']], {
38 t.equal(cols, expected);
43 const cols = columns(['foo', ['bar', 'baz'], ['bat', 'qux']], {
51 t.equal(cols, expected);
56 const cols = columns(
75 t.equal(stripAnsi(cols), expected);
80 const cols = columns(
100 t.equal(stripAnsi(cols), expected);
/third_party/ffmpeg/libavcodec/
H A Ddynamic_hdr10_plus.c86 int rows, cols; in ff_parse_itu_t_t35_to_dynamic_hdr10_plus() local
90 cols = 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()
95 s->num_cols_targeted_system_display_actual_peak_luminance = cols; 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()
101 for (int j = 0; j < cols; j++) { 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
143 cols = get_bits(gb, 5); in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
144 if (((rows < 2) || (rows > 25)) || ((cols < in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
[all...]
H A Dc93.c108 int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) in draw_n_color()
113 cols[0] = grps[3 * (y >> 1)]; in draw_n_color()
116 cols[1]= grps[(x >> 1) + 1]; in draw_n_color()
117 out[x + y*stride] = cols[col & ((1 << bpp) - 1)]; in draw_n_color()
160 uint8_t cols[4], grps[4]; in decode_frame() local
195 bytestream2_get_buffer(&gb, cols, 2); in decode_frame()
197 draw_n_color(out + i*stride, stride, 8, 1, 1, cols, in decode_frame()
209 bytestream2_get_buffer(&gb, cols, 2); in decode_frame()
211 1, cols, NULL, bytestream2_get_le16(&gb)); in decode_frame()
213 bytestream2_get_buffer(&gb, cols, in decode_frame()
107 draw_n_color(uint8_t *out, int stride, int width, int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) draw_n_color() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp49 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
58 string matType = getMatrixType(cols, rows); in getMatrixDeclarations()
59 string matDecl = string(" ") + matType + " = OpTypeMatrix " + colType + " " + de::toString(cols) + "\n"; in getMatrixDeclarations()
65 string getIdentityVectors (deUint32 cols, deUint32 rows) in getIdentityVectors() argument
69 for (deUint32 c = 0; c < cols; c++) in getIdentityVectors()
100 string getMatrixCompositeInserts (deUint32 cols, deUint32 rows, bool useUndef) in getMatrixCompositeInserts() argument
102 string matType = getMatrixType(cols, rows); in getMatrixCompositeInserts()
110 for (deUint32 c = 0; c < cols; in getMatrixCompositeInserts()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp49 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
58 string matType = getMatrixType(cols, rows); in getMatrixDeclarations()
59 string matDecl = string(" ") + matType + " = OpTypeMatrix " + colType + " " + de::toString(cols) + "\n"; in getMatrixDeclarations()
65 string getIdentityVectors (deUint32 cols, deUint32 rows) in getIdentityVectors() argument
69 for (deUint32 c = 0; c < cols; c++) in getIdentityVectors()
100 string getMatrixCompositeInserts (deUint32 cols, deUint32 rows, bool useUndef) in getMatrixCompositeInserts() argument
102 string matType = getMatrixType(cols, rows); in getMatrixCompositeInserts()
110 for (deUint32 c = 0; c < cols; in getMatrixCompositeInserts()
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dtype_trait.hpp47 static length_t const cols = 0; member
108 cols = 2, enumerator
122 cols = 2, enumerator
136 cols = 2, enumerator
150 cols = 3, enumerator
164 cols = 3, enumerator
178 cols = 3, enumerator
192 cols = 4, enumerator
206 cols = 4, enumerator
220 cols enumerator
[all...]
/third_party/libsnd/regtest/
H A Ddatabase.c287 int err, ekey = 0, rows, cols ; in get_ekey_from_filename() local
293 err = sqlite3_get_table (db->sql, db->cmdbuf, &result, &rows, &cols, &errmsg) ; in get_ekey_from_filename()
299 if (cols != 1 || rows != 1) in get_ekey_from_filename()
300 { printf ("Bad juju!! rows = %d cols = %d\n", rows, cols) ; in get_ekey_from_filename()
314 int err, rows, cols ; in get_filename_pathname_by_ekey() local
318 err = sqlite3_get_table (db->sql, db->cmdbuf, &result, &rows, &cols, &errmsg) ; in get_filename_pathname_by_ekey()
325 if (cols != 2 || rows != 1) in get_filename_pathname_by_ekey()
326 { printf ("\nError (%s %d) : rows = %d cols = %d\n", __func__, __LINE__, rows, cols) ; in get_filename_pathname_by_ekey()
343 int err, k, rows, cols, checksum ; check_file_by_ekey() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c133 static int read_shape_from_file(int *cols, int *rows, int **values, const char *filename, in read_shape_from_file() argument
153 *cols = FFMAX(*cols, w); in read_shape_from_file()
161 if (*rows > (SIZE_MAX / sizeof(int) / *cols)) { in read_shape_from_file()
163 *rows, *cols); in read_shape_from_file()
167 if (!(*values = av_calloc(sizeof(int) * *rows, *cols))) { in read_shape_from_file()
181 (*values)[*cols*i + j] = !!av_isgraph(*(p++)); in read_shape_from_file()
191 if (!(line = av_malloc(*cols + 1))) in read_shape_from_file()
194 for (j = 0; j < *cols; j++) in read_shape_from_file()
195 line[j] = (*values)[i * *cols in read_shape_from_file()
209 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; parse_iplconvkernel() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp310 string rows, cols; in initPrograms() member
317 dims[0].cols = "K"; in initPrograms()
319 dims[1].cols = "N"; in initPrograms()
321 dims[2].cols = "N"; in initPrograms()
323 dims[3].cols = "N"; in initPrograms()
328 dims[0].cols = "N"; in initPrograms()
330 dims[1].cols = "N"; in initPrograms()
332 dims[2].cols = "N"; in initPrograms()
334 dims[3].cols = "N"; in initPrograms()
363 css << "shared " << typeStrA << " sharedA[" << dims[0].rows << " * " << dims[0].cols << " * subgroupsPerW in initPrograms()
754 deUint32 rows, cols; iterate() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp502 string rows, cols; in initPrograms() member
508 dims[0].cols = "K"; in initPrograms()
510 dims[1].cols = "N"; in initPrograms()
512 dims[2].cols = "N"; in initPrograms()
514 dims[3].cols = "N"; in initPrograms()
519 dims[0].cols = "N"; in initPrograms()
521 dims[1].cols = "N"; in initPrograms()
523 dims[2].cols = "N"; in initPrograms()
525 dims[3].cols = "N"; in initPrograms()
554 css << "shared " << typeStrA << " sharedA[" << dims[0].rows << " * " << dims[0].cols << " * subgroupsPerW in initPrograms()
1077 deUint32 rows, cols; iterate() member
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvectorize_scalar_matrix_constructors_test.cc31 uint32_t cols = GetParam().first; in TEST_P() local
34 "mat" + std::to_string(cols) + "x" + std::to_string(rows) + "<f32>"; in TEST_P()
38 for (uint32_t c = 0; c < cols; c++) { in TEST_P()
72 uint32_t cols = GetParam().first; in TEST_P() local
75 "mat" + std::to_string(cols) + "x" + std::to_string(rows) + "<f32>"; in TEST_P()
78 for (uint32_t c = 0; c < cols; c++) { in TEST_P()
/third_party/skia/gm/
H A Dfontscalerdistortable.cpp48 inline static constexpr int cols = 5; member in skiagm::FontScalerDistortableGM
49 sk_sp<SkTypeface> typeface[rows][cols];
71 for (int col = 0; col < cols; ++col) {
73 SkScalar(row * cols + col) / (rows * cols));
106 for (int col = 0; col < cols; ++col) {
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE)
38 cols=$(echo $cols | sed 's/#//')
39 columns=$(echo $cols | awk '{print $2;}')
43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ddo-plot32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE)
38 cols=$(echo $cols | sed 's/#//')
39 columns=$(echo $cols | awk '{print $2;}')
43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ddo-plot32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE)
38 cols=$(echo $cols | sed 's/#//')
39 columns=$(echo $cols | awk '{print $2;}')
43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ddo-plot32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE)
38 cols=$(echo $cols | sed 's/#//')
39 columns=$(echo $cols | awk '{print $2;}')
43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ddo-plot32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE)
38 cols=$(echo $cols | sed 's/#//')
39 columns=$(echo $cols | awk '{print $2;}')
43 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
/third_party/skia/modules/particles/src/
H A DSkParticleDrawable.cpp115 int cols = 1, int rows = 1) in SkImageDrawable()
118 , fCols(cols) in SkImageDrawable()
125 int cols = std::max(fCols, 1), variable
127 SkRect baseRect = SkRect::MakeWH(static_cast<float>(fImage->width()) / cols,
132 int frameCount = cols * rows;
137 int row = frame / cols;
138 int col = frame % cols;
186 int cols, int rows) { in MakeImage()
187 return sk_sp<SkParticleDrawable>(new SkImageDrawable(imagePath, imageName, cols, rows)); in MakeImage()
184 MakeImage(const char* imagePath, const char* imageName, int cols, int rows) MakeImage() argument
/third_party/toybox/lib/
H A Dlinestack.c92 int (*escout)(FILE *out, int cols, int wc)) in crunch_str()
125 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape() argument
134 if (rc > cols) buf[rc = cols] = 0; in crunch_escape()
141 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape() argument
146 rc = crunch_escape(out, cols, wc); in crunch_rev_escape()
178 int (*escout)(FILE *out, int cols, int wc)) in draw_trim_esc()
91 crunch_str(char **str, int width, FILE *out, char *escmore, int (*escout)(FILE *out, int cols, int wc)) crunch_str() argument
177 draw_trim_esc(char *str, int padto, int width, char *escmore, int (*escout)(FILE *out, int cols, int wc)) draw_trim_esc() argument
/third_party/node/lib/internal/repl/
H A Dutils.js171 cursorPos.cols === displayPos.cols;
189 cursorTo(repl.output, pos.displayPos.cols);
203 cursorTo(repl.output, pos.cursorPos.cols);
274 cursorTo(repl.output, displayPos.cols);
278 cursorTo(repl.output, cursorPos.cols);
281 const rows = newPos.rows - cursorPos.rows - (newPos.cols === 0 ? 1 : 0);
452 cursorTo(repl.output, cursorPos.cols);
639 cursorTo(repl.output, promptPos.cols);
642 cursorTo(repl.output, promptPos.cols);
[all...]

Completed in 15 milliseconds

1234567