Home
last modified time | relevance | path

Searched refs:CELL_MASK (Results 1 – 24 of 24) sorted by relevance

/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dgrid_kokkos.cpp99 this->sync(Device,CELL_MASK); // force resize on device in grow_cells()
101 this->modify(Device,CELL_MASK); // needed for auto sync in grow_cells()
308 if (mask & CELL_MASK) k_cells.sync_device(); in sync()
314 if (mask & CELL_MASK) k_cells.sync_host(); in sync()
334 if (mask & CELL_MASK) k_cells.modify_device(); in modify()
342 if (mask & CELL_MASK) k_cells.modify_host(); in modify()
H A Dfix_balance_kokkos.cpp63 grid_kk->sync(Host,CELL_MASK|CINFO_MASK|SINFO_MASK); in end_of_step()
69 grid_kk->modify(Host,CELL_MASK|CINFO_MASK|SINFO_MASK); in end_of_step()
H A Dcomm_kokkos.cpp138 grid_kk->sync(Device,CELL_MASK); in migrate_particles()
H A Dcompute_property_grid_kokkos.cpp85 grid_kk->sync(Device,CELL_MASK|CINFO_MASK); in compute_per_grid_kokkos()
H A Dcreate_particles_kokkos.cpp61 grid_kk->sync(Host,CINFO_MASK|CELL_MASK); in create_local()
H A Dupdate_kokkos.cpp424 grid_kk->sync(Device,CELL_MASK|PCELL_MASK|SINFO_MASK|PLEVEL_MASK); in move()
/dports/japanese/canna-lib/Canna37p3/ccustom/
H A Dlisp.h53 #define CELL_MASK 0x00ffffffL macro
85 #define celloffset(x) ((x) & CELL_MASK)
96 #define mknum(x) (NUMBER_TAG | ((x) & CELL_MASK))
/dports/japanese/canna-server/Canna37p3/ccustom/
H A Dlisp.h53 #define CELL_MASK 0x00ffffffL macro
85 #define celloffset(x) ((x) & CELL_MASK)
96 #define mknum(x) (NUMBER_TAG | ((x) & CELL_MASK))
/dports/japanese/canna-lib/Canna37p3/lib/canna/
H A Dlisp.h53 #define CELL_MASK 0x00ffffffL macro
85 #define celloffset(x) ((x) & CELL_MASK)
96 #define mknum(x) (NUMBER_TAG | ((x) & CELL_MASK))
/dports/japanese/canna-server/Canna37p3/lib/canna/
H A Dlisp.h53 #define CELL_MASK 0x00ffffffL macro
85 #define celloffset(x) ((x) & CELL_MASK)
96 #define mknum(x) (NUMBER_TAG | ((x) & CELL_MASK))
/dports/games/warmux/warmux-11.04/src/map/
H A Dtile.cpp74 if (size.x & CELL_MASK) in InitTile()
76 if (size.y & CELL_MASK) in InitTile()
81 if (size.x & CELL_MASK) in InitTile()
83 if (size.y & CELL_MASK) in InitTile()
343 m_preview_rect = Rectanglei((m_upper_left_offset & CELL_MASK)>>m_shift, in InitPreview()
481 offsetx = (upper_left_offset.x & CELL_MASK)<<2; in LoadImage()
482 offsety = upper_left_offset.y & CELL_MASK; in LoadImage()
483 endoffy = (height + upper_left_offset.y) & CELL_MASK; in LoadImage()
568 return item[(pos.y>>CELL_BITS) * nbCells.x + (pos.x>>CELL_BITS)]->IsEmpty(pos & CELL_MASK); in IsEmpty()
H A Dtileitem.h29 #define CELL_MASK (CELL_DIM-1) macro
/dports/science/sparta/sparta-20Oct2021/src/
H A Dsparta_masks.h31 #define CELL_MASK 0x00000004 macro
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DCollisionSet.cpp50 CELL_MASK = CELL_SIZE - 1u; in CollisionSet()
228 uint64_t rx = scale * (x & CELL_MASK); in Line()
229 uint64_t ry = scale * (y & CELL_MASK); in Line()
H A DCollisionSet.h73 unsigned CELL_MASK; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DCollector.h206 const size_t CELL_MASK = CELL_SIZE - 1;
207 const size_t CELL_ALIGN_MASK = ~CELL_MASK;
H A DCollector.cpp733 return (((intptr_t)(p) & (CELL_MASK >> 1)) == 0); in isHalfCellAligned()
745 return (((intptr_t)(p) & CELL_MASK) == 0); in isCellAligned()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DCollector.h206 const size_t CELL_MASK = CELL_SIZE - 1;
207 const size_t CELL_ALIGN_MASK = ~CELL_MASK;
H A DCollector.cpp768 return (((intptr_t)(p) & (CELL_MASK >> 1)) == 0); in isHalfCellAligned()
780 return (((intptr_t)(p) & CELL_MASK) == 0); in isCellAligned()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DCollector.h206 const size_t CELL_MASK = CELL_SIZE - 1;
207 const size_t CELL_ALIGN_MASK = ~CELL_MASK;
H A DCollector.cpp768 return (((intptr_t)(p) & (CELL_MASK >> 1)) == 0); in isHalfCellAligned()
780 return (((intptr_t)(p) & CELL_MASK) == 0); in isCellAligned()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dcollector.h128 const size_t CELL_MASK = CELL_SIZE - 1;
H A Dcollector.cpp451 #define IS_CELL_ALIGNED(p) (((intptr_t)(p) & CELL_MASK) == 0)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2011-02-1621050 Also remove invalid assert from JSImmediate (number cells are not CELL_MASK aligned).