Home
last modified time | relevance | path

Searched refs:null_cell (Results 1 – 10 of 10) sorted by relevance

/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dshattermatrix.dy24 int * null_cell;
68 if( sm->null_cell[i] != -100000 ) {
69 fatal("At position %d,%d fetched null cell with %d\n",ipos,jpos,sm->null_cell[i]);
76 return sm->null_cell;
91 out->null_cell = calloc(cell_length,sizeof(int));
93 out->null_cell[i] = -100000;
H A Dshattermatrix.c74 return sm->null_cell; in fetch_cell_from_ShatterMatrix()
100 out->null_cell = calloc(cell_length,sizeof(int)); in new_ShatterMatrix()
102 out->null_cell[i] = -100000; in new_ShatterMatrix()
523 out->null_cell = NULL; in ShatterMatrix_alloc()
574 if( obj->null_cell != NULL) in free_ShatterMatrix()
575 ckfree(obj->null_cell); in free_ShatterMatrix()
H A Dshattermatrix.h42 int * null_cell; member
/dports/databases/grass7/grass-7.8.6/raster/r.stats/
H A Draw_stats.c9 CELL null_cell; in raw_stats() local
40 Rast_set_c_null_value(&null_cell, 1); in raw_stats()
88 Rast_get_c_cat(&null_cell, &labels[i])); in raw_stats()
H A Dstats.c262 CELL tmp_cell, null_cell; in print_cell_stats() local
269 Rast_set_c_null_value(&null_cell, 1); in print_cell_stats()
281 fprintf(stdout, "%s%s", fs, Rast_get_c_cat(&null_cell, &labels[i])); in print_cell_stats()
310 Rast_get_c_cat(&null_cell, &labels[i])); in print_cell_stats()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/query/
H A Dquery_condition.cc484 const bool null_cell = in apply_clause() local
490 null_cell ? nullptr : buffer + buffer_offset; in apply_clause()
519 const bool null_cell = in apply_clause() local
524 null_cell ? nullptr : buffer + buffer_offset; in apply_clause()
877 const bool null_cell = in apply_clause_dense() local
882 null_cell ? nullptr : buffer + buffer_offset; in apply_clause_dense()
908 const bool null_cell = in apply_clause_dense() local
913 null_cell ? nullptr : buffer + buffer_offset; in apply_clause_dense()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/smooth/
H A Dftgrays.c1962 PCell null_cell = NULL_CELL_PTR( ras ); in gray_convert_glyph() local
1963 null_cell->x = CELL_MAX_X_VALUE; in gray_convert_glyph()
1964 null_cell->area = 0; in gray_convert_glyph()
1965 null_cell->cover = 0; in gray_convert_glyph()
1966 null_cell->next = NULL;; in gray_convert_glyph()
1986 ras.ycells[w] = null_cell; in gray_convert_glyph()
1989 ras.cell = null_cell; in gray_convert_glyph()
/dports/textproc/py-xlrd/xlrd-2.0.1/scripts/
H A Drunxlrd.py61 null_cell = xlrd.empty_cell variable
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c3893 int null_cell = 0; in odf_write_content_rows() local
3955 odf_write_empty_cell (state, null_cell, null_style, NULL); in odf_write_content_rows()
3956 null_cell = 0; in odf_write_content_rows()
3969 if ((null_cell == 0) || (null_style == this_style)) { in odf_write_content_rows()
3973 null_cell++; in odf_write_content_rows()
3977 null_cell = 1; in odf_write_content_rows()
3982 odf_write_empty_cell (state, null_cell, null_style, NULL); in odf_write_content_rows()
3983 null_cell = 0; in odf_write_content_rows()
3992 null_cell = row_length; in odf_write_content_rows()
3994 odf_write_empty_cell (state, null_cell, null_style, NULL); in odf_write_content_rows()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/
H A DC3T3_helpers.h2185 Cell_handle null_cell; in update() local
2191 if(n->next_intrusive() != null_cell){// the neighbor is also outdated in update()
2210 if(n->next_intrusive() != null_cell){// the neighbor is also outdated in update()