Home | History | Annotate | Download | only in fortran

Lines Matching defs:nvec

1021        size_t nvec;  // size of the vector
1038 tree vector, int kind, tree nvec)
1048 gfc_add_modify (block, tmp, fold_convert (TREE_TYPE (field), nvec));
1099 tree var, lower, upper = NULL_TREE, stride = NULL_TREE, vector, nvec;
1145 nvec = size_zero_node;
1147 vector, 0, nvec);
1158 nvec = gfc_conv_array_extent_dim (lbound, ubound, NULL);
1160 nvec = fold_build2_loc (input_location, TRUNC_DIV_EXPR,
1161 TREE_TYPE (nvec), nvec, tmp);
1167 vector, ar->start[i]->ts.kind, nvec);
1199 start, end, stride, vector, nvec;
1580 nvec = gfc_conv_array_extent_dim (tmp, tmp2, NULL);
1583 nvec = fold_build2_loc (input_location, TRUNC_DIV_EXPR,
1584 TREE_TYPE (nvec), nvec, tmp);
1601 /* Set nvec in v. */
1607 nvec));