/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
SpvBuilder.h | 105 Id makeMatrixType(Id component, int cols, int rows);
|
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
SpvBuilder.cpp | 281 Id Builder::makeMatrixType(Id component, int cols, int rows) 283 assert(cols <= maxMatrixSize && rows <= maxMatrixSize); 292 type->getImmediateOperand(1) == (unsigned)cols) 299 type->addImmediateOperand(cols); [all...] |
SpvBuilder.h | 105 Id makeMatrixType(Id component, int cols, int rows);
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | [all...] |
/external/mesa3d/src/glsl/ |
ast_function.cpp | 1096 const unsigned cols = type->matrix_columns; local [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 3581 int rows, cols, elem_type; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.c | 503 const int cols = cpi->common.mi_cols; local 506 for (i = 0; i < rows * cols; ++i) 583 int cols) { 584 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) { 594 new_map_16x16[(r >> 1) * cols + (c >> 1)] 610 int cols) { 611 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols && 616 memset(new_map_16x16, !cpi->active_map.enabled, rows * cols); 623 new_map_16x16[(r >> 1) * cols + (c >> 1)] |= [all...] |
vp9_ratectrl.c | 1347 const int rows = cm->mi_rows, cols = cm->mi_cols; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
pydoc.py | 478 def multicolumn(self, list, format, cols=4):
481 rows = (len(list)+cols-1)//cols
482 for col in range(cols):
483 result = result + '<td width="%d%%" valign=top>' % (100//cols)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
pydoc.py | 524 def multicolumn(self, list, format, cols=4):
527 rows = (len(list)+cols-1)//cols
528 for col in range(cols):
529 result = result + '<td width="%d%%" valign=top>' % (100//cols)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pydoc.py | 478 def multicolumn(self, list, format, cols=4):
481 rows = (len(list)+cols-1)//cols
482 for col in range(cols):
483 result = result + '<td width="%d%%" valign=top>' % (100//cols)
[all...] |
/external/dhcpcd-6.8.2/ |
dhcp.c | 130 int cols; local 140 cols = printf("%03d %s", opt->option, opt->var); 141 dhcp_print_option_encoding(opt, cols); 145 cols = printf("%03d %s", opt->option, opt->var); 146 dhcp_print_option_encoding(opt, cols); [all...] |
dhcp6.c | 137 int cols; local 146 cols = printf("%05d %s", opt->option, opt->var); 147 dhcp_print_option_encoding(opt, cols); 151 cols = printf("%05d %s", opt->option, opt->var); 152 dhcp_print_option_encoding(opt, cols); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pydoc.py | 478 def multicolumn(self, list, format, cols=4): 481 rows = (len(list)+cols-1)//cols 482 for col in range(cols): 483 result = result + '<td width="%d%%" valign=top>' % (100//cols) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pydoc.py | 478 def multicolumn(self, list, format, cols=4): 481 rows = (len(list)+cols-1)//cols 482 for col in range(cols): 483 result = result + '<td width="%d%%" valign=top>' % (100//cols) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 478 def multicolumn(self, list, format, cols=4): 481 rows = (len(list)+cols-1)//cols 482 for col in range(cols): 483 result = result + '<td width="%d%%" valign=top>' % (100//cols) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 478 def multicolumn(self, list, format, cols=4): 481 rows = (len(list)+cols-1)//cols 482 for col in range(cols): 483 result = result + '<td width="%d%%" valign=top>' % (100//cols) [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramUniformTests.cpp | 561 const int cols = glu::getDataTypeMatrixNumColumns(original.type); local 566 for (int j = 0; j < cols; j++) 567 result.val.floatV[i*cols + j] = original.val.floatV[j*rows + i]; [all...] |
/external/opencv/cv/src/ |
cvhistogram.cpp | 314 int imin = minPt.y*mat.cols + minPt.x; 315 int imax = maxPt.y*mat.cols + maxPt.x; [all...] |
/external/libmpeg2/common/arm/ |
impeg2_idct.s | 420 sub r10, r10, #8 @ - 4 cols * sizeof(WORD16) 421 sub r5, r6, #8 @ src_strd - 4 cols * sizeof(WORD16) [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | [all...] |
/external/syslinux/gpxe/src/drivers/net/ |
via-rhine.c | 457 unsigned long cols:1; member in struct:rhine_tx_desc::VTC_tx_status_tag::__anon33094 [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 1719 String [] cols; local [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |
/external/guice/extensions/persist/lib/ |
hibernate3.jar | |