H501 independent-directive is INDEPENDENT [ , new-clause ] [ , reduction-clause ] H502 new-clause is NEW ( variable-name-list ) H503 reduction-clause is REDUCTION ( reduction-variable-list ) H504 reduction-variable is array-variable-name
or scalar-variable-name
or structure-component
H505 reduction-stmt is variable =index.html variable mult-op mult-operand
or variable =index.html add-operand * variable
or variable =index.html variable add-op add-operand
or variable =index.html level-2-expr + variable
or variable =index.html variable and-op and-operand
or variable =index.html and-operand and-op variable
or variable =index.html variable or-op or-operand
or variable =index.html or-operand or-op variable
or variable =index.html variable equiv-op equiv-operand
or variable =index.html equiv-operand equiv-op variable
or variable =index.html reduction-function ( variable , expr )
or variable =index.html reduction-function ( expr , variable )H506 reduction-function is MAX
or MIN
or IAND
or IOR
or IEOR