Home
last modified time | relevance | path

Searched full:dimensions (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dcoordinate_dimension.hpp33 \brief Traits class indicating the number of dimensions of a point
90 \brief assert_dimension, enables compile-time checking if coordinate dimensions are as expected
93 template <typename Geometry, int Dimensions>
96 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::value) == Dimensions )); in assert_dimension()
100 \brief assert_dimension, enables compile-time checking if coordinate dimensions are as expected
103 template <typename Geometry, int Dimensions>
106 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::type::value) <= Dimensions )); in assert_dimension_less_equal()
109 template <typename Geometry, int Dimensions>
112 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::type::value) >= Dimensions )); in assert_dimension_greater_equal()
116 \brief assert_dimension_equal, enables compile-time checking if coordinate dimensions of two geomet…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/
H A Dmatrix_transformers.hpp51 \tparam Dimension1 number of dimensions to transform from
52 \tparam Dimension2 number of dimensions to transform to
187 \details Translate moves a geometry a fixed distance in 2 or 3 dimensions.
190 \tparam Dimension1 number of dimensions to transform from
191 \tparam Dimension2 number of dimensions to transform to
208 // To have translate transformers compatible for 2/3 dimensions, the
240 \details Scale scales a geometry up or down in all its dimensions.
243 \tparam Dimension1 number of dimensions to transform from
244 \tparam Dimension2 number of dimensions to transform to
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/stabs/
H A DArrays.html135 <pre class="example">D <var>dimensions</var> ; <var>type-information</var>
138 <p><var>dimensions</var> is the number of dimensions; <var>type-information</var>
144 <pre class="example">E <var>dimensions</var> ; <var>type-information</var>
147 <p><var>dimensions</var> is the number of dimensions; <var>type-information</var>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/stabs/
H A DArrays.html135 <pre class="example">D <var>dimensions</var> ; <var>type-information</var>
138 <p><var>dimensions</var> is the number of dimensions; <var>type-information</var>
144 <pre class="example">E <var>dimensions</var> ; <var>type-information</var>
147 <p><var>dimensions</var> is the number of dimensions; <var>type-information</var>
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp78 - no arbitrary dimensions support (only 2D)
919 //! maximum 2D texture dimensions
922 //! maximum 2D mipmapped texture dimensions
925 //! maximum dimensions (width, height, pitch) for 2D textures bound to pitched memory
928 //! maximum 2D texture dimensions if texture gather operations have to be performed
931 //! maximum 3D texture dimensions
934 //! maximum Cubemap texture dimensions
937 //! maximum 1D layered texture dimensions
940 //! maximum 2D layered texture dimensions
943 //! maximum Cubemap layered texture dimensions
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp78 - no arbitrary dimensions support (only 2D)
919 //! maximum 2D texture dimensions
922 //! maximum 2D mipmapped texture dimensions
925 //! maximum dimensions (width, height, pitch) for 2D textures bound to pitched memory
928 //! maximum 2D texture dimensions if texture gather operations have to be performed
931 //! maximum 3D texture dimensions
934 //! maximum Cubemap texture dimensions
937 //! maximum 1D layered texture dimensions
940 //! maximum 2D layered texture dimensions
943 //! maximum Cubemap layered texture dimensions
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp78 - no arbitrary dimensions support (only 2D)
919 //! maximum 2D texture dimensions
922 //! maximum 2D mipmapped texture dimensions
925 //! maximum dimensions (width, height, pitch) for 2D textures bound to pitched memory
928 //! maximum 2D texture dimensions if texture gather operations have to be performed
931 //! maximum 3D texture dimensions
934 //! maximum Cubemap texture dimensions
937 //! maximum 1D layered texture dimensions
940 //! maximum 2D layered texture dimensions
943 //! maximum Cubemap layered texture dimensions
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgraphite.h83 The polyhedron contains these dimensions:
89 The memory is accessed using zero or more subscript dimensions.
93 Do not hardcode the dimensions. Use the following accessor functions:
142 dimensions.
187 - O: Number of output dimensions = alias set + number of subscripts.
188 - I: Number of input dimensions (iterators).
189 - L: Number of local (existentially quantified) dimensions.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgraphite.h83 The polyhedron contains these dimensions:
89 The memory is accessed using zero or more subscript dimensions.
93 Do not hardcode the dimensions. Use the following accessor functions:
142 dimensions.
187 - O: Number of output dimensions = alias set + number of subscripts.
188 - I: Number of input dimensions (iterators).
189 - L: Number of local (existentially quantified) dimensions.
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h25 /* DVS statistics grid dimensions in number of cells.
33 /* DVS statistics dimensions in number of cells for
39 struct ia_css_dvs_grid_dim dim; /* Dimensions */
40 struct ia_css_dvs_grid_dim pad; /* Padded dimensions */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dplatform.hpp26 // Shows an alpha image with the specified dimensions in a named window.
29 // Shows an alpha image with the specified dimensions in a named window.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/
H A Dcompare.hpp142 // Specialization with -1: compare in all dimensions
161 indicating ALL dimensions. That's to say, first on x,
218 indicating ALL dimensions.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch99 * 4. When "trim" is in effect, the destination's dimensions will be the
102 + * 5. When "crop" is in effect, the destination's dimensions will be the
112 - * dimensions and ignore the source's.
897 * the image dimensions) and before jpeg_read_coefficients (which realizes
931 + /* Compute output image dimensions and related values. */
997 + * dimensions, ensuring that its upper left corner falls at an iMCU boundary.
1067 - /* Need workspace arrays having same dimensions as source image.
1086 + /* Need workspace arrays having same dimensions as source image. */
1091 + /* Need workspace arrays having transposed dimensions. */
1100 + /* Need workspace arrays having transposed dimensions. */
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis_types.h36 grid;/** grid info contains the dimensions of the dvs grid */
49 grid;/** grid info contains the dimensions of the dvs grid */
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dncurses.py70 self.dimensions = ( x, y, width, height )
104 self.win.hline( y, 0, curses.ACS_HLINE, self.dimensions[WIDTH] )
117 self.decoration.setText( 1, 1, title.center( self.dimensions[WIDTH]-2 ), curses.A_BOLD )
130 # self.setText( 1, 1, title.center( self.dimensions[WIDTH]-2 ), curses.A_BOLD )
131 # self.setText( 1, 2, credit.center( self.dimensions[WIDTH]-2 ), curses.A_BOLD )
142 width = self.dimensions[WIDTH]
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcb.c54 /** We may want the wall dimensions to be different from the bounding
55 * box dimensions that Xinerama computes, so save those and update them
131 "Changing Xinerama dimensions from %d %d to %d %d\n", in dmxConnectionBlockCallback()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2_types.h46 grid; /** grid info contains the dimensions of the dvs grid */
69 grid; /** grid info contains the dimensions of the dvs grid */
/OK3568_Linux_fs/external/xserver/hw/xwin/man/
H A DXWin.man161 of the same dimensions as a Windows monitor or the virtual desktop,
163 dimensions change by resizing the X screen. Changing the size
166 The maximum dimensions of the screen are the dimensions of the \fIWindows\fP virtual desktop.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.hpp30 // Dimensions
106 // logical dimensions
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dbyd.c39 * we pick ABS_X/ABS_Y dimensions which are multiples of 256 and in
40 * the right ballpark given the touchpad's physical dimensions and estimate
41 * resolution per spec sheet, device active area dimensions are
49 * Given the above dimensions, relative packets velocity is in multiples of
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A Dscaled.xml454 modes. The display dimensions will change to the
455 dimensions in the Modes line, but the logical dimensions
456 of the X server (i.e., the dimensions that Xdmx knows
460 Further, the dimensions of the XFree86 display are under
462 the Xdmx server could change the screen dimensions on a
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dgslice.h73 * Constructs a slice with as many dimensions as the length of the @a l in _GLIBCXX_VISIBILITY()
99 /// Return array of sizes of slice dimensions. in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dgslice.h73 * Constructs a slice with as many dimensions as the length of the @a l in _GLIBCXX_VISIBILITY()
99 /// Return array of sizes of slice dimensions. in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dtracking_c.h165 int MP; /* number of measurement vector dimensions */
166 int DP; /* number of state vector dimensions */
167 int CP; /* number of control vector dimensions */
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dtracking_c.h165 int MP; /* number of measurement vector dimensions */
166 int DP; /* number of state vector dimensions */
167 int CP; /* number of control vector dimensions */

12345678910>>...17