Searched defs:weightLinks (Results 1 – 5 of 5) sorted by relevance
/dports/science/cdo/cdo-2.0.0/src/ |
H A D | remap_store_link.cc | 148 std::vector<WeightLinks> &weightLinks) in store_weightlinks() 176 …size_t *srch_add, double (&weights)[4][4], size_t cell_add, std::vector<WeightLinks4> &weightLinks) in store_weightlinks_bicubic() 195 weight_links_to_remap_links(int lalloc, size_t gridSize, std::vector<WeightLinks> &weightLinks, Rem… in weight_links_to_remap_links() 255 weight_links_4_to_remap_links(size_t gridSize, std::vector<WeightLinks4> &weightLinks, RemapVars &r… in weight_links_4_to_remap_links() 302 weight_links_alloc(size_t numNeighbors, size_t gridSize, std::vector<WeightLinks> &weightLinks) in weight_links_alloc() 309 weight_links_4_alloc(size_t gridSize, std::vector<WeightLinks4> &weightLinks) in weight_links_4_alloc()
|
H A D | remap_distwgt.cc | 35 std::vector<WeightLinks> weightLinks(tgt_grid_size); in remap_distwgt_weights() local
|
H A D | remap_bicubic.cc | 100 std::vector<WeightLinks4> weightLinks(tgt_grid_size); in remap_bicubic_weights() local
|
H A D | remap_bilinear.cc | 153 std::vector<WeightLinks> weightLinks(tgt_grid_size); in remap_bilinear_weights() local
|
H A D | remap_conserv.cc | 610 std::vector<WeightLinks> weightLinks(tgt_grid_size); in remap_conserv_weights() local
|