Searched refs:vector (Results 1 - 5 of 5) sorted by relevance
| /httpd/docs/manual/style/scripts/ |
| H A D | prettify.js | 140 var C_TYPES = /^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float|char|void|const|static|struct)\d*(_t)?\b)|[a-z_]+_rec|cmd_parms\b/;
|
| H A D | prettify.min.js | 3 PYTHON_KEYWORDS,RUBY_KEYWORDS,SH_KEYWORDS,CONFIG_KEYWORDS,PHP_KEYWORDS];var C_TYPES=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float|char|void|const|static|struct)\d*(_t)?\b)|[a-z_]+_rec|cmd_parms\b/;var PR_STRING='str';var PR_KEYWORD='kwd';var PR_COMMENT='com';var PR_TYPE='typ';var PR_LITERAL='lit';var PR_PUNCTUATION='pun';var PR_PLAIN='pln';var PR_TAG='tag';var PR_DECLARATION='dec';var PR_SOURCE='src';var PR_ATTRIB_NAME='atn';var PR_ATTRIB_VALUE='atv';var PR_NOCODE='nocode';var REGEXP_PRECEDER_PATTERN='(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*';function combinePrefixPatterns(regexs){var capturedGroupIndex=0;var needToFoldCase=false;var ignoreCase=false;for(var i=0,n=regexs.length;i<n;++i){var regex=regexs[i];if(regex.ignoreCase){ignoreCase=true;}else if(/[a-z]/i.test(regex.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,''))){needToFoldCase=true;ignoreCase=false;break;}}
|
| /httpd/test/ |
| H A D | test-writev.c | 53 struct iovec vector[3]; local 91 vector[0].iov_base = buf; 92 vector[0].iov_len = sizeof(buf); 93 vector[1].iov_base = buf; 94 vector[1].iov_len = sizeof(buf); 95 vector[2].iov_base = buf; 96 vector[2].iov_len = sizeof(buf); 98 i = writev( s, &vector[0], 3 );
|
| /yui3/build/matrix/ |
| H A D | matrix-debug.js | 96 * @param {Array} matrix An nxn matrix represented an array of vector (column) arrays. Each vector array has index for each row. 147 //vector representing 2x2 matrix 206 * @param matrix An nxn matrix represented by an array of vector arrays. 273 * Multiplies a vector and a matrix 276 * @param {Array} vector Array representing a column vector 280 vectorMatrixProduct: function(vector, matrix) 284 len = vector.length, 292 rowProduct += vector[ [all...] |
| /yui3/src/matrix/js/ |
| H A D | MatrixUtil.js | 94 * @param {Array} matrix An nxn matrix represented an array of vector (column) arrays. Each vector array has index for each row. 145 //vector representing 2x2 matrix 204 * @param matrix An nxn matrix represented by an array of vector arrays. 271 * Multiplies a vector and a matrix 274 * @param {Array} vector Array representing a column vector 278 vectorMatrixProduct: function(vector, matrix) 282 len = vector.length, 290 rowProduct += vector[ [all...] |
Completed in 21 milliseconds