Searched refs:dimension (Results 1 - 25 of 37) sorted by path

12

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex2675 Now the columns must be fixed by propagating the carry upwards. The resultant vector will have one extra dimension over the input vector which is
2683 \textbf{Input}. Vector $\vec x$ of dimension $k$ \\
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c461 IDHDimension dimension; local
523 dimension.x = 720; dimension.y = (standard == ntscIn)?480:576;
525 0, 0, sizeof( dimension), &dimension, nil);
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS92596 IDHDimension dimension;
2644 dimension.x = 720; dimension.y = (standard == ntscIn)?480:576;
2646 0, 0, sizeof( dimension), &dimension, nil);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFontView.js119 var dimension = this._measureElement();
121 const height = dimension.height;
122 const width = dimension.width;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DUpdateAtlas.cpp59 UpdateAtlas::UpdateAtlas(Client* client, int dimension, CoordinatedSurface::Flags flags) argument
65 IntSize size = nextPowerOfTwo(IntSize(dimension, dimension));
H A DUpdateAtlas.h43 UpdateAtlas(Client*, int dimension, CoordinatedSurface::Flags);
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex1639 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2379 % use that dimension as the width of the column, and the \leftskip
2410 % If so, do nothing. If not, give it an appropriate dimension based on
2424 %% If so, set to same dimension as multitablelinespace.
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex1177 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
1839 % we will use that dimension as the width of the column, and
4245 % textwidth; \voffset; \hoffset (!); binding offset. All require a dimension;
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex1428 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2156 % use that dimension as the width of the column, and the \leftskip
2187 % If so, do nothing. If not, give it an appropriate dimension based on
2201 %% If so, set to same dimension as multitablelinespace.
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex1898 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2647 % use that dimension as the width of the column, and the \leftskip
2684 % If so, do nothing. If not, give it an appropriate dimension based on
2698 %% If so, set to same dimension as multitablelinespace.
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp.h325 * to a dimension of an array as well
839 unsigned short dimension
H A Dastp_com.c877 * If any dimension of the array is not fixed,
1688 * the array node to get the array dimension.
1726 dimension = 0, /* number of dimensions for the array */
1728 references specified and dimension */
1763 dimension = 1;
1770 * Determine dimension of the array for
1828 dimension = tp->type_structure.array->index_count;
1838 dimension = 1;
1863 * field reference nodes, one for each dimension,
1880 * dimension o
1725 dimension = 0, /* number of dimensions for the array */ local
[all...]
H A Dastp_cpx.c192 * each dimension of an array.
251 * for each dimension of an array.
339 * dimension of an array.
346 unsigned short dimension
353 field_ref_vector = NEW_VEC (AST_field_ref_n_t, dimension);
356 i<dimension;
H A Dastp_dmp.c179 unsigned short dimension,
794 unsigned short dimension;
796 for (dimension=0; dimension<array_size ; index_node_ptr++, dimension++)
799 printf("Index %d: \n", dimension);
1567 unsigned short dimension;
1578 dimension = 1;
1590 dimension = tp->type_structure.array->index_count;
1595 dimension
793 unsigned short dimension; local
1566 unsigned short dimension; local
1662 AST_dump_field_ref( AST_field_ref_n_t *field_ref_vector, fe_node_k_t parent_node_kind, unsigned short dimension, int indentation ) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dencoded-kb.el107 reg dimension chars charset)
111 dimension 2
117 (setq dimension 2
123 dimension 1
128 (iso-charset dimension chars final-char)))
142 (vector (if (= (charset-dimension charset) 1)
152 (vector (if (= (charset-dimension charset) 1)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1084 "dictionary" "dimension" "directory" "disable" "disassociate"
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex2514 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
3349 % use that dimension as the width of the column, and the \leftskip
3398 %% If so, set to same dimension as multitablelinespace.
/macosx-10.9.5/emacs-92/emacs/src/
H A Dccl.c1342 int dimension = BYTES_BY_CHAR_HEAD (i) - 1; local
1344 if (dimension == 0)
1350 else if (src + dimension > src_end)
1356 if (dimension == 1)
H A Dcharset.c381 int alt_charset, alt_c1, alt_c2, dimension;
389 dimension = CHARSET_DIMENSION (alt_charset);
390 if ((dimension == 1 && alt_c1 > 0) || (dimension == 2 && alt_c2 > 0))
398 if (dimension != CHARSET_DIMENSION (charset))
399 /* We can't make such a character because of dimension mismatch. */
485 update_charset_table (charset_id, dimension, chars, width, direction,
488 Lisp_Object charset_id, dimension, chars, width, direction;
508 bytes = XINT (dimension);
531 error ("Invalid dimension fo
380 int alt_charset, alt_c1, alt_c2, dimension; local
747 Lisp_Object dimension, chars; variable
751 CHECK_NUMBER (dimension); variable
775 Lisp_Object dimension, chars, final_char, charset; variable
779 CHECK_NUMBER (dimension); variable
1092 Lisp_Object dimension, chars, final_char; variable
1096 CHECK_NUMBER (dimension); variable
[all...]
H A Dcharset.h68 charset dimension base leading-code extended leading-code
248 CHARS (integer) is the number of characters in a dimension: 94 or 96.
484 We store -1 in C2 if the dimension of the charset is 1. */
521 #define ISO_CHARSET_TABLE(dimension, chars, final_char) \
522 iso_charset_table[XINT (dimension) - 1][XINT (chars) > 94][XINT (final_char)]
H A Dcoding.c1235 number of characters in one dimension (CHARS) of the set:
1332 of dimension 1, chars 94, and final character <F>, etc...
1444 /* Designation sequence for a charset of dimension 1. */
1454 /* Designation sequence for a charset of dimension 2. */
1670 #define DECODE_DESIGNATION(reg, dimension, chars, final_char) \
1676 charset = ISO_CHARSET_TABLE (make_number (dimension), \
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex1546 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2278 % use that dimension as the width of the column, and the \leftskip
2309 % If so, do nothing. If not, give it an appropriate dimension based on
2323 %% If so, set to same dimension as multitablelinespace.
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex2514 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
3349 % use that dimension as the width of the column, and the \leftskip
3398 %% If so, set to same dimension as multitablelinespace.
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex1930 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2761 % use that dimension as the width of the column, and the \leftskip
2810 %% If so, set to same dimension as multitablelinespace.
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex1930 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2761 % use that dimension as the width of the column, and the \leftskip
2810 %% If so, set to same dimension as multitablelinespace.

Completed in 908 milliseconds

12