Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c2275 int o_ndim; in reduc_shape() local
2280 o_ndim = SHD_NDIM(o_shape); in reduc_shape()
2281 ndim = o_ndim - 1; in reduc_shape()
2303 if (dim < 1 || dim > o_ndim) { in reduc_shape()
2311 for (i = 0; i < o_ndim; i++) in reduc_shape()
2332 int o_ndim; in increase_shape() local
2342 o_ndim = SHD_NDIM(o_shape); in increase_shape()
2343 ndim = o_ndim + 1; in increase_shape()
2368 for (i = 0; i < o_ndim; i++) { in increase_shape()
2374 if (o_ndim == dim - 1) in increase_shape()