Home
last modified time | relevance | path

Searched defs:real (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project/flang/test/Lower/OpenMP/
H A Dderived-type-map.f9011 real(4) :: real global() component
29 real(4) :: real global() component
50 real(4) :: real global() component
72 real(4) :: real global() component
96 real(4) :: real global() component
119 real(4) :: real global() component
124 real(4) :: real global() component
151 real(4) :: real global() component
156 real(4) :: real global() component
185 real(4) :: real global() component
190 real(4) :: real global() component
220 real(4) :: real global() component
225 real(4) :: real global() component
[all...]
/llvm-project/flang/test/Integration/OpenMP/
H A Dmap-types-and-sizes.f9077 real(4) :: real component
92 real(4) :: real component
107 real(4) :: real component
122 real(4) :: real component
137 real( component
153 real(4) :: real global() component
158 real(4) :: real global() component
175 real(4) :: real global() component
180 real(4) :: real global() component
197 real(4) :: real global() component
202 real(4) :: real global() component
[all...]
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xlcompat-cmplx.c124 double _Complex testcmplx(double real, double imag) { in testcmplx() argument
236 float _Complex testcmplxf(float real, float imag) { in testcmplxf() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DComplex.cpp33 assert(real.getType() == imag.getType() && "part types must match"); in createComplex() argument
26 createComplex(fir::KindTy kind,mlir::Value real,mlir::Value imag) createComplex() argument
/llvm-project/flang/test/Lower/HLFIR/
H A Dintrinsic-dynamically-optional.f9070 real :: real local
159 real :: real(3) local
[all...]
/llvm-project/mlir/lib/Conversion/ComplexToLLVM/
H A DComplexToLLVM.cpp43 Value real) { in setReal() argument
47 Value ComplexStructBuilder::real(OpBuilder &builder, Location loc) { in real() function in ComplexStructBuilder
75 Value real = complexStruct.real(rewriter, op.getLoc()); in matchAndRewrite() local
129 Value real in matchAndRewrite() local
193 Value real = matchAndRewrite() local
277 Value real = rewriter.create<LLVM::FSubOp>( matchAndRewrite() local
312 Value real = matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Complex/IR/
H A DComplexDialect.cpp63 ::llvm::APFloat real, ::llvm::APFloat imag, ::mlir::Type type) { in verify()
92 double real, imag; in parse() local
H A DComplexOps.cpp359 APFloat real = cast<FloatAttr>(arrayAttr[0]).getValue(); in fold() local
385 APFloat real = cast<FloatAttr>(arrayAttr[0]).getValue(); in fold() local
/llvm-project/clang/test/Index/
H A Dcomplete-super.cpp19 void B::bar(float real) { in bar()
/llvm-project/flang/test/Semantics/
H A Dresolve83.f9027 real pure real function realFunc() variable
H A Dresolve84.f9012 type real type
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_s390x.S14 .macro intercept symbol, real
/llvm-project/clang/test/SemaCXX/
H A Ddelete-non-virtual-dtor.cpp25 virtual void real() {} in real() function
H A Dalign-x86.cpp6 double real; member
/llvm-project/lld/COFF/
H A DMinGW.h60 Symbol *real; global() member
/llvm-project/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp33 Value computeAbs(Value real, Value imag, arith::FastMathFlags fmf, in computeAbs() argument
85 Value real = b.create<complex::ReOp>(adaptor.getComplex()); in matchAndRewrite() local
208 Value real in matchAndRewrite() local
505 Value real = matchAndRewrite() local
536 Value real = b.create<complex::ReOp>(elementType, exp); matchAndRewrite() local
562 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local
583 Value real = b.create<complex::ReOp>(adaptor.getComplex()); matchAndRewrite() local
652 Value real = b.create<arith::SubFOp>(lhsRealTimesRhsReal, matchAndRewrite() local
820 Value real = matchAndRewrite() local
879 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local
947 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local
980 Value real = matchAndRewrite() local
1076 Value real = matchAndRewrite() local
1233 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); matchAndRewrite() local
1298 Value real = matchAndRewrite() local
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp
/llvm-project/compiler-rt/lib/builtins/
H A Dint_types.h249 float real, imaginary; member
253 double real, imaginary; member
257 long double real, imaginary; member
269 tf_float real, imaginary; member
/llvm-project/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c49 DD real = {.ld = __gcc_qdiv(realNumerator, denom)}; in __divtc3() local
H A Dmultc3.c29 DD real = {.ld = __gcc_qsub(ac, bd)}; in __multc3() local
/llvm-project/clang/test/Tooling/
H A Dclang-diff-ast.cpp36 using real = double; typedef
/llvm-project/compiler-rt/test/builtins/Unit/
H A Ddivtc3_test.c25 tf_float real = COMPLEXTF_REAL(x); in classify() local
/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h51 void *real = dlsym(RTLD_NEXT, symbol); GetRealLibcAddress() local
/llvm-project/clang/test/Analysis/
H A DMPIMock.h16 namespace std { template<class T> struct complex { T real; T imag; }; } member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/mpi/Inputs/type-mismatch/
H A Dmpimock.h21 namespace std { template<class T> struct complex { T real; T imag; }; } member

123