Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil.c829 LOGICAL fromisv, toisv; in cngshape() local
837 toisv = (DTY(newtyp) == TY_ARRAY) ? TRUE : FALSE; in cngshape()
840 if (!toisv && !fromisv) in cngshape()
843 if (fromisv && !toisv) { /* && !is_iso_c_loc(SST_ASTG(old)) */ in cngshape()
853 } else if (!fromisv && toisv) { in cngshape()
880 assert(fromisv && toisv, "chgshape:both vectors", 0, 3); in cngshape()