Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dtransfrm.c65 static int normalize_subscripts(int oldasd, int oldshape, int newshape);
4780 normalize_subscripts(int oldasd, int oldshape, int newshape) in normalize_subscripts() argument
4786 assert(ndim == ASD_NDIM(oldasd), "ndim does not match", ndim, ERR_Fatal); in normalize_subscripts()
4788 int oldsub = ASD_SUBS(oldasd, i); in normalize_subscripts()