Home
last modified time | relevance | path

Searched refs:Fixed (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h37 int64_t Fixed = 0; variable
40 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() argument
41 : Fixed(Fixed), Scalable(Scalable) {} in StackOffset()
45 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() argument
47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() argument
48 return {Fixed, Scalable}; in get()
52 int64_t getFixed() const { return Fixed; } in getFixed()
59 return {Fixed + RHS.Fixed, Scalable + RHS.Scalable};
62 return {Fixed - RHS.Fixed, Scalable - RHS.Scalable};
65 Fixed += RHS.Fixed;
[all …]
H A DMachineValueType.h939 case v1i1: return TypeSize::Fixed(1); in getSizeInBits()
942 case v2i1: return TypeSize::Fixed(2); in getSizeInBits()
945 case v4i1: return TypeSize::Fixed(4); in getSizeInBits()
949 case v8i1: return TypeSize::Fixed(8); in getSizeInBits()
958 case v1f16: return TypeSize::Fixed(16); in getSizeInBits()
972 case v1i32: return TypeSize::Fixed(32); in getSizeInBits()
982 case v3bf16: return TypeSize::Fixed(48); in getSizeInBits()
994 case v1f64: return TypeSize::Fixed(64); in getSizeInBits()
1004 case f80 : return TypeSize::Fixed(80); in getSizeInBits()
1006 case v3f32: return TypeSize::Fixed(96); in getSizeInBits()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DChanges45 Fixed:
52 Fixed:
59 Fixed:
65 Fixed:
71 Fixed:
77 Fixed:
84 Fixed:
96 Fixed:
110 Fixed:
116 Fixed
[all...]
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1972 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier in WriteDeclAbbrevs()
1973 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // ModuleOwnershipKind in WriteDeclAbbrevs()
1986 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs()
2005 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier in WriteDeclAbbrevs()
2006 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // ModuleOwnershipKind in WriteDeclAbbrevs()
2019 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs()
2044 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // ModuleOwnershipKind in WriteDeclAbbrevs()
2056 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isCompleteDefinition in WriteDeclAbbrevs()
2057 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // EmbeddedInDeclarator in WriteDeclAbbrevs()
2058 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsFreeStanding in WriteDeclAbbrevs()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.svr4222 echo Fixed $file
286 echo Fixed $file_to_fix
315 echo Fixed $file_to_fix
354 echo Fixed $file_to_fix
390 echo Fixed $file_to_fix
428 echo Fixed $file_to_fix
462 echo Fixed $file_to_fix
529 echo Fixed $file_to_fix
561 echo Fixed $file_to_fix
600 echo Fixed $file_to_fix
[all …]
H A Dfixinc.wrap53 echo Fixed $file
81 echo Fixed $file
112 echo Fixed $file
H A Dfixinc.winnt137 echo Fixed $file
164 echo Fixed $file_to_fix
189 echo Fixed $file_to_fix
217 echo Fixed $file_to_fix
H A Dfixinc.ptx144 echo Fixed $file_to_fix
202 echo Fixed $file_to_fix
231 echo Fixed $file_to_fix
260 echo Fixed $file_to_fix
/openbsd-src/gnu/usr.bin/perl/dist/Filter-Simple/
H A DChanges13 - Fixed POD nit (thanks Dean)
18 - Fixed bug when empty filtered text was appended to (thanks Brad)
38 - Fixed document snafu regarding optional terminators
40 - Fixed bug so that FILTER now receives *all* import args
46 - Fixed handling of __DATA__ and *DATA
85 - Fixed tests to use t/lib modules so F::S is testable without
96 - Fixed handling of vars in FILTER_ONLY code=>... (thanks Lasse)
98 - Fixed spurious extra filter at end of file (thanks Dean)
105 - Fixed INSTALLDIRS=>perl in Makefile.PL (thanks all)
107 - Fixed other problems caused by de-schwernification
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DChangeLog.mkhybrid5 Fixed bugs with MacBinary names and symbolic links to HFS files
33 Fixed an AppleDouble bug and added better support for more Unix
36 Fixed -hide-hfs bug that corrupted some HFS hidden files
51 Fixed SGI/XINET and PC Exchange bugs
57 Fixed possible bug with odd-length structure alignment with gcc on
79 Fixed serious bug that could cause corrupt output when used with
103 Fixed a bug with the -hide-hfs option (very rare case ...)
109 Fixed an HFS bug introduced with v1.12a3.4 that created some
131 Fixed a couple of MacBinary/AppleSingle bugs.
160 Fixed -x bug (mkisofs v1.12 bug)
[all …]
/openbsd-src/lib/libpcap/
H A DCHANGES65 - Fixed an uninitialized memory reference found by Kent Vander Velden
68 - Fixed lex pattern for IDs to allow leading digits. As reported by
71 - Fixed Linux include file problems when using GNU libc.
76 - Fixed bug in pcap_dispatch() that kept it from returning on packet
83 - Fixed Linux networking include files to use ints instead of longs to
91 - Fixed savefile bugs.
100 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
124 - Fixed padding problems in the pf module.
126 - Fixed some more alignment problems on the alpha.
131 - Fixed to handle raw ip addresses such as 0.0.0.1 without "left
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h680 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits()
682 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
690 return TypeSize::Fixed( in getTypeSizeInBits()
693 return TypeSize::Fixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits()
696 return TypeSize::Fixed(16); in getTypeSizeInBits()
698 return TypeSize::Fixed(32); in getTypeSizeInBits()
701 return TypeSize::Fixed(64); in getTypeSizeInBits()
704 return TypeSize::Fixed(128); in getTypeSizeInBits()
706 return TypeSize::Fixed(8192); in getTypeSizeInBits()
710 return TypeSize::Fixed(80); in getTypeSizeInBits()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dfixed-font-in-item2 Fixed-width font in item
5 =head1 Fixed-width Fonts in =item
19 .SH "Fixed-width Fonts in =item"
20 .IX Header "Fixed-width Fonts in =item"
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp416 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev()
417 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev()
418 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev()
419 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev()
443 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock()
461 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level. in EmitBlockInfoBlock()
463 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock()
464 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID. in EmitBlockInfoBlock()
472 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID. in EmitBlockInfoBlock()
473 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp58 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaBlockInfo()
59 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo()
70 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaRemarkVersion()
135 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Type in setupRemarkBlockInfo()
150 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo()
151 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo()
177 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo()
178 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterferenceCache.cpp115 RegUnits.back().Fixed = &LIS->getRegUnit(*Units); in reset()
141 RUI.FixedI = RUI.Fixed->find(Start); in update()
147 if (RUI.FixedI != RUI.Fixed->end()) in update()
148 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update()
178 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update()
233 LiveRange *LR = RegUnits[i].Fixed; in update()
/openbsd-src/usr.bin/awk/
H A DFIXES29 Fixed readcsvrec resize segfault when reading csv records longer
42 Fixed a use-after-free bug with ARGV for "delete ARGV".
50 Fixed regex engine gototab reallocation issue that was
52 Fixed a scan bug in split in the case the separator is a single
56 Fixed use-after-free bug in fnematch due to adjbuf invalidating
106 Fixed a bad char * cast that causes incorrect results on big-endian
108 Fixed a buffer overflow in substr with utf-8 strings.
117 Fixed a length error in u8_byte2char that set RSTART to
/openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/
H A DChanges8 - Fixed fatal file path error in MANIFEST (thanks Marcel and Jost)
35 - Fixed nasty $SIG{__WARN__}-induced bug
43 - Fixed bug in handling of lexical SCALAR refs
55 - Fixed handling of attribute data that includes a newline (thanks Pete)
63 - Fixed 'autotie' for tied classes with multi-level names (thanks Jeff)
68 - Fixed documentation nit (thanks Rick)
/openbsd-src/gnu/lib/libreadline/
H A DCHANGES6 a. Fixed output of comment-begin character when listing variable values.
11 c. Fixed the mark handling code to be more emacs-compatible.
19 f. Fixed unstifle_history() to return values that match the documentation.
21 g. Fixed the event loop (rl_event_hook) to handle the case where the input
24 h. Fixed the prompt display code to work better when the application has a
32 k. Fixed a problem which caused the display to be messed up when the last
96 d. Fixed a trivial typo that made the vi-mode `dT' command not work.
98 e. Fixed the tty code so that ^S and ^Q can be inserted with rl_quoted_insert.
100 f. Fixed the tty code so that ^V works more than once.
116 k. Fixed a few places where negative array subscripts could have occurred.
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DTransition.pod154 Fixed in version: 0.43
163 Fixed in version: 0.45
172 Fixed in version: 0.12
179 Fixed in version: 0.2.5
188 Fixed in version: 0.025
195 Fixed in version: 0.04
202 Fixed in version: 2.15
212 Fixed in version: 1.11
226 Fixed in version: 0.35
234 Fixed i
[all...]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h85 : std::pair<IndexType,IndexType>(Start, End), Fixed(F), TiedEnd(T) {}
98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member
110 void add(IndexType Start, IndexType End, bool Fixed, bool TiedEnd) { in add()
111 push_back(IndexRange(Start, End, Fixed, TiedEnd)); in add()
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/
H A DChanges246 - Fixed some issues on QNX/NTO related to paths with double
251 - Fixed and clarified the behavior of splitpath() with a $no_file
266 - Fixed an edge case for Win32 catdir('C:', 'foo') and catfile('C:',
331 - Fixed splitdir('') and splitdir(undef) and splitdir() to return an
351 - Fixed a bug in the $ENV{PWD}-updating of Cwd::chdir() when a
372 - Fixed the t/crossplatform.t test on Win32 (and possibly other
407 - Fixed File::Spec::Win32->canonpath('foo/../bar'), which was
413 - Fixed some problems on VMS in which a directory called "0" would be
483 - Fixed a major bug on Cygwin in which catdir() could sometimes
506 - Fixed a testing error on OS/2 in which a drive letter for the root
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp171 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
172 if (Fixed != nullptr) { in runOnMachineFunction()
173 MBBSet.erase(Fixed); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP10InstrResources.td478 // 20 Cycles Scalar Fixed-Point Divide operations, 2 input operands
489 // 20 Cycles Scalar Fixed-Point Divide operations, and 3 Cycles ALU operations, 2 input operands
498 // 25 Cycles Scalar Fixed-Point Divide operations, 2 input operands
512 // 25 Cycles Scalar Fixed-Point Divide operations, and 3 Cycles ALU operations, 2 input operands
525 // 27 Cycles Scalar Fixed-Point Divide operations, 2 input operands
533 // 41 Cycles Scalar Fixed-Point Divide operations, 2 input operands
543 // 41 Cycles Scalar Fixed-Point Divide operations, and 3 Cycles ALU operations, 2 input operands
552 // 43 Cycles Scalar Fixed-Point Divide operations, 2 input operands
559 // 47 Cycles Scalar Fixed-Point Divide operations, 2 input operands
566 // 54 Cycles Scalar Fixed-Point Divide operations, 2 input operands
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp165 case Type::HalfTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits()
166 case Type::BFloatTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits()
167 case Type::FloatTyID: return TypeSize::Fixed(32); in getPrimitiveSizeInBits()
168 case Type::DoubleTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits()
169 case Type::X86_FP80TyID: return TypeSize::Fixed(80); in getPrimitiveSizeInBits()
170 case Type::FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits()
171 case Type::PPC_FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits()
172 case Type::X86_MMXTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits()
173 case Type::X86_AMXTyID: return TypeSize::Fixed(8192); in getPrimitiveSizeInBits()
175 return TypeSize::Fixed(cast<IntegerType>(this)->getBitWidth()); in getPrimitiveSizeInBits()
[all …]

12345678910>>...13