Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h380 LOGICAL conform_shape (int, int);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dtransfrm.c787 if (!conform_shape(shape, shape1)) in rewrite_block_where()
1329 if (!conform_shape(shape1, shape2)) in rewrite_into_forall()
H A Dsemutil.c886 if (!conform_shape((int)SST_SHAPEG(old), (int)SST_SHAPEG(new))) in cngshape()
907 return conform_shape((int)SST_SHAPEG(old), (int)SST_SHAPEG(new)); in chkshape()
H A Dsemfunc.c10427 } else if (shape2 && !conform_shape(shaper, shape2)) { in ref_pd()
11277 if (shape1 && !conform_shape(shape, shape1)) { in ref_pd_subr()
11858 if (shape2 && !conform_shape(shape1, shape2)) in set_shape_result()
H A Dfunc.c1285 if (!conform_shape(arg_shape, shape) && in extract_shape_from_args()
H A Dast.c2410 conform_shape(int shape1, int shape2) in conform_shape() function