Home
last modified time | relevance | path

Searched refs:result_cell (Results 1 – 22 of 22) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.cross/
H A Dcross.c46 CELL *result_cell; in cross() local
58 result_cell = cell[0]; in cross()
89 Rast_set_c_null_value(&result_cell[col], 1); in cross()
95 result_cell[col] = *(CELL*)ptr; in cross()
99 result_cell[col] = result; in cross()
103 Rast_put_row(outfd, result_cell, CELL_TYPE); in cross()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction.cpp392 Result result_cell; in test() local
393 switch (result_cell.type()) { in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction.cpp392 Result result_cell; in test() local
393 switch (result_cell.type()) { in test()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction.cpp392 Result result_cell; in test() local
393 switch (result_cell.type()) { in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction.cpp393 Result result_cell; in test() local
394 switch (result_cell.type()) { in test()
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DIWORKToken.h384 result_cell, enumerator
H A DIWORKToken.gperf504 result-cell,result_cell
H A DIWORKToken.inc1711 {"result-cell",result_cell},
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKTabularModelElement.cpp1610 case IWORKToken::result_cell | IWORKToken::NS_URI_SF : in element()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_generator.cc6276 for (const auto &result_cell : result.active_cell_iterators()) in create_union_triangulation() local
6277 if (intergrid_map[result_cell]->has_children()) in create_union_triangulation()
6280 result_cell->set_refine_flag(); in create_union_triangulation()