Home
last modified time | relevance | path

Searched refs:ybounds1 (Results 1 – 5 of 5) sorted by relevance

/dports/science/cdo/cdo-2.0.0/src/
H A DSethalo.cc83 Varray<double> xbounds1(4 * nlon1 * nlat1), ybounds1(4 * nlon1 * nlat1); in gentpngrid() local
87 gridInqYbounds(gridID1, ybounds1.data()); in gentpngrid()
98 ybounds2[4 * (ilat + 2) * nlon1 + ilon] = ybounds1[4 * ilat * nlon1 + ilon]; in gentpngrid()
237 Varray<double> xbounds1, ybounds1, xbounds2, ybounds2; in gengrid() local
241 ybounds1.resize(4 * nlon1 * nlat1); in gengrid()
248 ybounds1.resize(2 * nlat1); in gengrid()
257 gridInqYbounds(gridID1, ybounds1.data()); in gengrid()
267 *pybounds2++ = ybounds1[4 * ilat * nlon1 + ilon]; in gengrid()
273 *pybounds2++ = ybounds1[4 * ilat * nlon1 + ilon]; in gengrid()
279 *pybounds2++ = ybounds1[4 * ilat * nlon1 + ilon]; in gengrid()
[all …]
H A DSelbox.cc148 Varray<double> &ybounds1, Varray<double> &ybounds2) in gengridYboundsCurvi() argument
150 ybounds1.resize(4 * nlon * nlat); in gengridYboundsCurvi()
155 gridInqYbounds(gridID1, ybounds1.data()); in gengridYboundsCurvi()
206 ybounds1.resize(2 * nlat); in gengridYboundsRect2D()
211 gridInqYbounds(gridID1, ybounds1.data()); in gengridYboundsRect2D()
215 for (long i = 2 * lat1; i < 2 * (lat2 + 1); i++) *pybounds2++ = ybounds1[i]; in gengridYboundsRect2D()
243 Varray<double> ybounds1, ybounds2; in gengridYbounds() local
254 gengridYboundsRect2D(gridID1, nlat, nlat2, sbox, ybounds1, ybounds2); in gengridYbounds()
384 Varray<double> xbounds1(nv * gridsize1), ybounds1(nv * gridsize1); in gengridcell() local
388 gridInqYbounds(gridID1, ybounds1.data()); in gengridcell()
[all …]
H A Dremap_conserv.cc1018 std::vector<double> xbounds1(gridsize1 * nv1), ybounds1(gridsize1 * nv1); in remap_weights_zonal_mean() local
1020 gridInqYbounds(gridID1, ybounds1.data()); in remap_weights_zonal_mean()
1024 …cdo_grid_to_radian(gridID1, CDI_YAXIS, gridsize1 * nv1, ybounds1.data(), "source grid latitude bou… in remap_weights_zonal_mean()
1029 #pragma omp parallel for schedule(static) default(none) shared(gridsize1, nv1, ybounds1, yminmax1) in remap_weights_zonal_mean()
1033 auto minval = ybounds1[i * nv1]; in remap_weights_zonal_mean()
1034 auto maxval = ybounds1[i * nv1]; in remap_weights_zonal_mean()
1037 const auto val = ybounds1[i * nv1 + k]; in remap_weights_zonal_mean()
1087 …rcle_index = get_lonlat_circle_index(RemapGridType::Undefined, gridsize1, nv1, xbounds1, ybounds1); in remap_weights_zonal_mean()
1093 …shared(ysize2, gridsize1, nv1, src_edge_type, xbounds1, ybounds1, ybounds2, remapIndices, remapWei… in remap_weights_zonal_mean()
1118 const auto cell_corner_lat = &ybounds1[cellIndex * nv1]; in remap_weights_zonal_mean()
/dports/math/py-fastdtw/fastdtw-0.3.4/fastdtw/
H A D_fastdtw.pyx383 cdef vector[LowHigh] ybounds1
384 ybounds1.resize(max_x_idx + 1)
392 ybounds1[x_idx].low = y_idx
395 ybounds1[x_idx - 1].high = prv_y_idx
399 ybounds1[max_x_idx].high = prv_y_idx
409 max(0, ybounds1[temp_min_x_idx].low - radius)
413 min(max_y_idx + radius, ybounds1[temp_max_x_idx].high + radius)
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic_def.gmic24388 if(retwist,xbounds0=-r2;xbounds1=r2;ybounds0=-r2;ybounds1=r2,ybounds0=0;ybounds1=2.1*pi;xbounds0=-l…
24391 xymiddlei=0.5*(ybounds0+ybounds1);
24393 xyrangey=ybounds1-ybounds0;
24410 zi=ybounds0+(ybounds1-ybounds0)*(Y+h/2)/h;