Home
last modified time | relevance | path

Searched refs:Integers (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp318 std::vector<int> Integers(Count); in TEST() local
319 std::iota(Integers.begin(), Integers.end(), 0); in TEST()
320 for (auto &I : Integers) in TEST()
335 std::vector<int> Integers(Count); in TEST() local
336 std::iota(Integers.begin(), Integers.end(), 0); in TEST()
337 for (auto &I : Integers) in TEST()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst195 **# of VBR 32-bit Integers**
200 **# of VBR 64-bit Integers**
267 **Number of VBR 32-bit Integers**
271 **Number of VBR 64-bit Integers**
/openbsd-src/gnu/llvm/llvm/docs/
H A DBitCodeFormat.rst80 These integers are encoded in two ways: either as `Fixed Width Integers`_ or as
81 `Variable Width Integers`_.
83 .. _Fixed Width Integers:
86 Fixed Width Integers
94 .. _Variable Width Integers: argument
98 Variable Width Integers
/openbsd-src/gnu/gcc/gcc/doc/
H A Dimplement-c.texi31 * Integers implementation::
196 @node Integers implementation
197 @section Integers
H A Dgcc.info13471 * Integers implementation::
13548 File: gcc.info, Node: Characters implementation, Next: Integers implementation, Prev: Identifier…
13626 File: gcc.info, Node: Integers implementation, Next: Floating point implementation, Prev: Charac…
13628 4.5 Integers
13674 …point implementation, Next: Arrays and pointers implementation, Prev: Integers implementation, …
14662 5.8 Double-Word Integers
H A Dextend.texi731 @section Double-Word Integers
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp1213 union Integers { in DNBProcessMemoryReadInteger() union
1221 Integers ints; in DNBProcessMemoryReadInteger()
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dbigrat.t
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx20Papers.csv78 "`P1236R1 <https://wg21.link/P1236R1>`__","CWG","Alternative Wording for P0907R4 Signed Integers ar…
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dmd.texi1621 Integers from 0 to 31
1627 Integers from @minus{}31 to 0
1838 Integers from @minus{}255 to @minus{}1
1841 Integers from 0 to 7---valid bit number in a register
1844 Integers from 0 to 127---valid displacement for addressing mode
1847 Integers from 1 to 127
1859 Integers from 0 to 255
H A Dextend.texi20 * Integers implementation::
122 @node Integers implementation
123 @section Integers
1147 @section Double-Word Integers
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst208 Integers
224 Integers
242 Integers
273 Integers
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Das.texinfo2516 are stored in the target machine. @emph{Integers} are numbers that
2522 * Integers:: Integers
2532 @node Integers
2533 @subsubsection Integers
2557 Integers have the usual values. To denote a negative integer, use
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Das.texinfo2441 are stored in the target machine. @emph{Integers} are numbers that
2447 * Integers:: Integers
2457 @node Integers
2458 @subsubsection Integers
2482 Integers have the usual values. To denote a negative integer, use
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpacktut.pod309 =head2 Integers section in Packing Numbers
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrSSE.td1564 // Convert Packed Double FP to Packed DW Integers
1734 // Convert Packed DW Integers to Packed Double FP
H A DX86InstrAVX512.td7431 // AVX-512 Packed Multiply of Unsigned 52-bit Integers and Add the Low 52-bit IFMA
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dstabs.texinfo1324 * Builtin Types:: Integers, floating point, void, etc.
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrNEON.td6782 // VCVT : Vector Convert Between Floating-Point and Integers
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog17483 (Integers implementation): Document two's complement.