| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 128 : 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 D | Opcodes.td | 406 // [Real, Real] -> [Real] 437 // [Real] -> [Real] 448 // [Real] -> [Real] 454 // [Real] -> [Real]
|
| /openbsd-src/sys/dev/i2c/ |
| H A D | files.i2c | 141 # 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 D | APValue.h | 261 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 D | StmtVisitor.h | 166 UNARYOP_FALLBACK(Real) UNARYOP_FALLBACK(Imag)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 32_world_tml.t | 8 "Real-world examples", 't/tml-world', \&test_yaml_roundtrip
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | EXPInstructions.td | 35 // Real instruction with optional asm operands "compr" and "vm". 43 // Real instruction with optional asm operand "row_en".
|
| H A D | VINTERPInstructions.td | 172 // VINTERP Real Instructions
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | fake-closers.t | 8 print "# Real closers ...\n";
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-2t.fin | 51 Real REAL
|
| H A D | str-1t.fin | 111 Real REAL
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 36 Real, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 49 case AsmToken::Real: in dump()
|
| H A D | AsmLexer.cpp | 96 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 D | files.landisk | 79 # Ricoh RS5C313 Real Time Clock
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ProgressMeter/ |
| H A D | Term.pm | 39 package OpenBSD::ProgressMeter::Real;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 377 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 D | docs-team-charter.pod | 110 =head3 Real-time chat
|
| /openbsd-src/etc/ |
| H A D | services | 156 rtsp 554/tcp # Real Time Stream Control Proto 157 rtsp 554/udp # Real Time Stream Control Proto
|
| /openbsd-src/usr.sbin/crunchgen/ |
| H A D | README | 75 Crunch was written for the Maruti Hard Real-Time Operating System
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 694 } else if(Lexer.is(AsmToken::Real)) { in ParseInstruction() 708 case AsmToken::Real: { in ParseInstruction()
|
| /openbsd-src/sys/dev/isa/ |
| H A D | pnpdevs | 117 #-- Real Time Clock, BIOS, System board devices-- 119 # PNP0B00 # AT Real-Time Clock
|
| /openbsd-src/sys/arch/armv7/conf/ |
| H A D | RAMDISK | 102 sxirtc* at fdt? early 1 # Real Time Clock
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlbook.pod | 179 =item I<Real World SQL Server Administration with Perl>
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 543 case AsmToken::Real: in parseOperand()
|