Searched refs:OperandReal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 159 static constexpr TypePattern OperandReal{RealType, KindCode::operand}; variable 308 {"atan", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal}, 309 {"atand", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal}, 310 {"atan2", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal}, 311 {"atan2d", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal}, 468 {"hypot", {{"x", OperandReal}, {"y", OperandReal}}, OperandReal},
|