Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp153 static constexpr TypePattern OperandReal{RealType, KindCode::operand}; variable
293 {"atan", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal},
294 {"atand", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal},
295 {"atan2", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal},
296 {"atan2d", {{"y", OperandReal}, {"x", OperandReal}}, OperandReal},
445 {"hypot", {{"x", OperandReal}, {"y", OperandReal}}, OperandReal},