Lines Matching refs:Operator
78 first("+" >> pure(AccReductionOperator::Operator::Plus),
79 "*" >> pure(AccReductionOperator::Operator::Multiply),
80 "MAX" >> pure(AccReductionOperator::Operator::Max),
81 "MIN" >> pure(AccReductionOperator::Operator::Min),
82 "IAND" >> pure(AccReductionOperator::Operator::Iand),
83 "IOR" >> pure(AccReductionOperator::Operator::Ior),
84 "IEOR" >> pure(AccReductionOperator::Operator::Ieor),
85 ".AND." >> pure(AccReductionOperator::Operator::And),
86 ".OR." >> pure(AccReductionOperator::Operator::Or),
87 ".EQV." >> pure(AccReductionOperator::Operator::Eqv),
88 ".NEQV." >> pure(AccReductionOperator::Operator::Neqv)))))