Home
last modified time | relevance | path

Searched refs:Real (Results 1 – 25 of 99) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp128 : Operation(Op), Real(R), Imag(I) {} in ComplexDeinterleavingCompositeNode()
137 Instruction *Real; member
172 PrintValue(Real); in dump()
214 AllInstructions.insert(Node->Real); in submitCompositeNode()
223 if (CN->Real == R && CN->Imag == I) in getContainingComposite()
240 NodePtr identifyPartialMul(Instruction *Real, Instruction *Imag);
256 NodePtr identifyAdd(Instruction *Real, Instruction *Imag);
406 Instruction *Real, Instruction *Imag, in identifyNodeWithImplicitAdd() argument
408 LLVM_DEBUG(dbgs() << "identifyNodeWithImplicitAdd " << *Real << " / " << *Imag in identifyNodeWithImplicitAdd()
411 if (!Real->hasOneUse() || !Imag->hasOneUse()) { in identifyNodeWithImplicitAdd()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DOpcodes.td406 // [Real, Real] -> [Real]
437 // [Real] -> [Real]
448 // [Real] -> [Real]
454 // [Real] -> [Real]
/openbsd-src/sys/dev/i2c/
H A Dfiles.i2c141 # NXP PCF8523 Real Time Clock
146 # NXP PCF8563 Real Time Clock
151 # NXP PCF85063A/TP Real Time Clock
156 # RICOH RS5C372[AB] Real Time Clock
243 # Intersil ISL1208 Real Time Clock
248 # Abracon ABx8xx Real Time Clock
257 # Microchip MCP794xx Real Time Clock
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h261 APSInt Real, Imag;
262 ComplexAPSInt() : Real(1), Imag(1) {}
265 APFloat Real, Imag;
266 ComplexAPFloat() : Real(0.0), Imag(0.0) {}
447 return ((ComplexAPSInt *)(char *)&Data)->Real;
463 return ((ComplexAPFloat *)(char *)&Data)->Real;
601 ((ComplexAPSInt *)(char *)&Data)->Real = std::move(R);
608 ((ComplexAPFloat *)(char *)&Data)->Real = std::move(R);
H A DStmtVisitor.h166 UNARYOP_FALLBACK(Real) UNARYOP_FALLBACK(Imag)
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D32_world_tml.t8 "Real-world examples", 't/tml-world', \&test_yaml_roundtrip
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DEXPInstructions.td35 // Real instruction with optional asm operands "compr" and "vm".
43 // Real instruction with optional asm operand "row_en".
H A DVINTERPInstructions.td172 // VINTERP Real Instructions
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfake-closers.t8 print "# Real closers ...\n";
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-2t.fin51 Real REAL
H A Dstr-1t.fin111 Real REAL
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmMacro.h36 Real, enumerator
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp49 case AsmToken::Real: in dump()
H A DAsmLexer.cpp96 return AsmToken(AsmToken::Real, in LexFloatLiteral()
144 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexHexFloatLiteral()
370 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexDigit()
/openbsd-src/sys/arch/landisk/conf/
H A Dfiles.landisk79 # Ricoh RS5C313 Real Time Clock
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ProgressMeter/
H A DTerm.pm39 package OpenBSD::ProgressMeter::Real;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp377 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local
381 Real = Builder.CreateLoad(RealP, isVolatile, SrcPtr.getName() + ".real"); in EmitLoadOfLValue()
389 return ComplexPairTy(Real, Imag); in EmitLoadOfLValue()
1256 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
1258 return ComplexPairTy(Real, Imag); in VisitInitListExpr()
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Ddocs-team-charter.pod110 =head3 Real-time chat
/openbsd-src/etc/
H A Dservices156 rtsp 554/tcp # Real Time Stream Control Proto
157 rtsp 554/udp # Real Time Stream Control Proto
/openbsd-src/usr.sbin/crunchgen/
H A DREADME75 Crunch was written for the Maruti Hard Real-Time Operating System
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp694 } else if(Lexer.is(AsmToken::Real)) { in ParseInstruction()
708 case AsmToken::Real: { in ParseInstruction()
/openbsd-src/sys/dev/isa/
H A Dpnpdevs117 #-- Real Time Clock, BIOS, System board devices--
119 # PNP0B00 # AT Real-Time Clock
/openbsd-src/sys/arch/armv7/conf/
H A DRAMDISK102 sxirtc* at fdt? early 1 # Real Time Clock
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlbook.pod179 =item I<Real World SQL Server Administration with Perl>
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp543 case AsmToken::Real: in parseOperand()

1234