Searched defs:height (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | tgafile.cpp | 57 void createtgafile(char *name, unsigned short width, unsigned short height) { in createtgafile() 155 int format, width, height, w1, w2, h1, h2, depth, flags; in readtga() local
|
| H A D | coordsys.cpp | 64 void xyztocyl(vector pnt, flt height, flt* u, flt* v) { in xyztocyl()
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Update_state.cpp | 49 inline void shift_left2D(__m128i* X, unsigned height, unsigned size_sse_row) { in shift_left2D() 72 inline void shift_right2D(__m128i* X, unsigned height, unsigned size_sse_row) { in shift_right2D() 127 unsigned height = end - begin; in UpdateState() local
|
| H A D | Board.hpp | 25 int height; member
|
| H A D | Game_of_life.cpp | 38 Board::Board(int width, int height, int squareSize, LabelPtr counter) in Board()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 91 static skip_list_node* create( container_allocator_type& alloc, size_type height ) { in create() 149 size_type height() const { in height() function 162 static size_type calc_node_size( size_type height ) { in calc_node_size() 1097 node_ptr create_node( size_type height ) { in create_node()
|