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

12

/macosx-10.10.1/Heimdal-398.1.2/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.10.1/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.10.1/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.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DMain.js1282 var dimension = window[windowProperty] - (position - lastScreenPosition);
1285 InspectorFrontendHost.setAttachedWindowHeight(dimension);
1287 InspectorFrontendHost.setAttachedWindowWidth(dimension);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorGradientEditingController.js114 this._colorPicker.colorWheel.dimension = 190;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorPicker.js32 this._colorWheel.dimension = 200;
H A DColorWheel.js52 set dimension(dimension)
54 this._finalCanvas.width = this._tintedCanvas.width = this._rawCanvas.width = dimension * window.devicePixelRatio;
55 this._finalCanvas.height = this._tintedCanvas.height = this._rawCanvas.height = dimension * window.devicePixelRatio;
57 this._finalCanvas.style.width = this._finalCanvas.style.height = dimension + "px";
59 this._dimension = dimension;
61 this._radius = dimension / 2 - 2;
63 this._setCrosshairPosition(new WebInspector.Point(dimension / 2, dimension / 2));
163 var dimension
[all...]
/macosx-10.10.1/bash-94.1.2/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.10.1/bash-94.1.2/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.10.1/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.10.1/cups-408/cups/everywhere/
H A Dipp-tests.test262 EXPECT media-col-default/media-size/x-dimension OF-TYPE integer COUNT 1 WITH-VALUE >0
263 EXPECT media-col-default/media-size/y-dimension OF-TYPE integer COUNT 1 WITH-VALUE >0
270 EXPECT media-col-ready/media-size/x-dimension OF-TYPE integer COUNT 1 WITH-VALUE >0
271 EXPECT media-col-ready/media-size/y-dimension OF-TYPE integer COUNT 1 WITH-VALUE >0
292 EXPECT media-size-supported/x-dimension OF-TYPE integer|rangeOfInteger
293 EXPECT media-size-supported/y-dimension OF-TYPE integer|rangeOfInteger
464 EXPECT media-col-database/media-size/x-dimension OF-TYPE integer COUNT 1 WITH-VALUE >0
465 EXPECT media-col-database/media-size/y-dimension OF-TYPE integer COUNT 1 WITH-VALUE >0
/macosx-10.10.1/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.10.1/dcerpc-61/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.10.1/emacs-93/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.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1084 "dictionary" "dimension" "directory" "disable" "disassociate"
/macosx-10.10.1/emacs-93/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.10.1/emacs-93/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.10.1/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.10.1/gnutar-453/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.

Completed in 505 milliseconds

12