Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h382 int lbound_of_shape (int, int);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c2506 lbound_of_shape(int shape, int dim) in lbound_of_shape() function
4455 l = lbound_of_shape(shape, i); in ast_rewrite()
H A Dsemutil2.c3203 lbound[i] = lbound_of_shape(shape, i); in mk_ulbound_intrin()
3395 lbound[i] = lbound_of_shape(shape, i); in mk_shape_intrin()
H A Dsemfunc.c6533 ast = lbound_of_shape(shape1, i - 1); in ref_pd()