Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Doutconv.c1443 int astoldsd, astnewsd, astrank, astflags; in _sect() local
1466 astrank = VALUE_ARGT_ARG(argt, 2); in _sect()
1467 if (astrank <= 0) in _sect()
1469 if (A_TYPEG(astrank) != A_CNST) in _sect()
1471 rank = CONVAL2G(A_SPTRG(astrank)); in _sect()
2054 int astrank; in _template() local
2056 astrank = VALUE_ARGT_ARG(argt, argbase); in _template()
2057 if (astrank <= 0) in _template()
2059 if (A_TYPEG(astrank) != A_CNST) in _template()
2061 rank = CONVAL2G(A_SPTRG(astrank)); in _template()