Home
last modified time | relevance | path

Searched defs:data_2d (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/plotly_dep/
H A Ddefaults.py47 data_2d = dict(marker='o', cmap='Hot', marker_kwargs=dict(opacity=1., size=5, line=Line(width=.5, c… variable
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/matplot_dep/
H A Ddefaults.py47 data_2d = dict(s=35, edgecolors='none', linewidth=0., cmap=cm.get_cmap('hot'), alpha=.5) variable
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_varms.c45 int data_2d[2][2], data_2d_in[2][2]; in main() local
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_varms.c45 int data_2d[2][2], data_2d_in[2][2]; in main() local
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Dtexture_format.hpp122 inline T *data_2d(uint32_t x, uint32_t y, uint32_t layer = 0, uint32_t mip = 0) const in data_2d() function in Vulkan::TextureFormatLayout
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Dtexture_format.hpp122 inline T *data_2d(uint32_t x, uint32_t y, uint32_t layer = 0, uint32_t mip = 0) const in data_2d() function in Vulkan::TextureFormatLayout
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_fb_buffer_types.F420 data_2d, & argument
427 INTEGER, DIMENSION(:, :), OPTIONAL, POINTER :: data_2d local
770 data_2d, & argument
777 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: data_2d local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_fb_buffer_types.F420 data_2d, & argument
427 INTEGER, DIMENSION(:, :), OPTIONAL, POINTER :: data_2d local
770 data_2d, & argument
777 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: data_2d local
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dtexture_format.hpp138 inline T *data_2d(uint32_t x, uint32_t y, uint32_t layer = 0, uint32_t mip = 0) const in data_2d() function in Vulkan::TextureFormatLayout
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/
H A Ddisplays.py81 def draw_2d(self, data_2d, data_bounds, bounding_box, argument
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform.h211 TransData2D *data_2d; member