Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c50 static LOGICAL bounds_match(int, int, int);
3360 if (!bounds_match(ADD_LWBD(dtype, i), SHD_LWB(shape, i), lop)) in is_whole_array()
3362 } else if (!bounds_match(ADD_LWAST(dtype, i), SHD_LWB(shape, i), lop)) { in is_whole_array()
3365 if (!bounds_match(ADD_UPBD(dtype, i), SHD_UPB(shape, i), lop)) in is_whole_array()
3377 bounds_match(int lwdtype, int lwshape, int parent) in bounds_match() function