Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfunc.c3187 if (astdim == 0) { in leave_arg()
3188 astdim = 1; in leave_arg()
3192 astdim = get_int_cval(A_SPTRG(A_ALIASG(astdim))); in leave_arg()
3206 save = inshift[astdim]; in leave_arg()
3207 inshift[astdim] = 1; in leave_arg()
3217 inshift[astdim] = save; in leave_arg()
3251 astdim = 0; in leave_arg()
3260 if (astdim != 0) { in leave_arg()
5754 astdim = ARGT_ARG(args, 1); in inline_reduction_f90()
5777 astdim = 0; in inline_reduction_f90()
[all …]
H A Ddtypeutl.h76 DTYPE reduc_rank_dtype(DTYPE o_dt, DTYPE elem_dt, int astdim, int after);
H A Ddtypeutl.c3141 reduc_rank_dtype(DTYPE o_dt, DTYPE elem_dt, int astdim, int after) in reduc_rank_dtype() argument
3164 if (A_ALIASG(astdim) == 0) { in reduc_rank_dtype()
3172 dim = CONVAL2G(A_SPTRG(A_ALIASG(astdim))); in reduc_rank_dtype()
H A Dast.c2272 reduc_shape(int o_shape, int astdim, int after) in reduc_shape() argument
2283 if (A_ALIASG(astdim) == 0) { in reduc_shape()
2302 dim = get_int_cval(A_SPTRG(A_ALIASG(astdim))); in reduc_shape()
2329 increase_shape(int o_shape, int astdim, int ub, int after) in increase_shape() argument
2345 if (A_ALIASG(astdim) == 0) { in increase_shape()
2362 dim = get_int_cval(A_SPTRG(A_ALIASG(astdim))); in increase_shape()
H A Dsemfunc.c12249 check_dim_error(int shape, int astdim) in check_dim_error() argument
12255 if (A_ALIASG(astdim)) { in check_dim_error()
12259 dim = get_int_cval(A_SPTRG(A_ALIASG(astdim))); in check_dim_error()