Home
last modified time | relevance | path

Searched defs:real2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dreal-operations-1.f906 REAL(2) FUNCTION real2(x0, x1) function
/llvm-project/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp75 mlir::Value real2 = helper->extractComplexPart(cVal2, /*isImagPart=*/false); TEST_F() local
/llvm-project/flang/test/Lower/Intrinsics/
H A Dreduce.f90196 subroutine real2(a) subroutine
199 res = reduce(a, red_real2) argument