Home
last modified time | relevance | path

Searched full:integers (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/freebsd/usr.bin/clang/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.1303 \fB# of VBR 32\-bit Integers\fP
306 The total number of 32\-bit integers encoded using the Variable Bit Rate
311 \fB# of VBR 64\-bit Integers\fP
314 The total number of 64\-bit integers encoded using the Variable Bit Rate encoding
322 The total number of bytes consumed by the 32\-bit and 64\-bit integers that use
331 integers had they not been compressed with the Variable Bit Rage encoding
415 \fBNumber of VBR 32\-bit Integers\fP
418 The total number of 32\-bit integers found in this function (for any use).
422 \fBNumber of VBR 64\-bit Integers\fP
425 The total number of 64\-bit integers found in this function (for any use).
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davxvnniint16intrin.h26 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with
27 /// corresponding unsigned 16-bit integers in \a __B, producing 2 intermediate
63 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with
64 /// corresponding unsigned 16-bit integers in \a __B, producing 2 intermediate
99 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with
100 /// corresponding unsigned 16-bit integers in \a __B, producing 2 intermediate
137 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with
138 /// corresponding unsigned 16-bit integers in \a __B, producing 2 intermediate
174 /// Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in \a __A with
175 /// corresponding signed 16-bit integers in \a __B, producing 2 intermediate
[all …]
H A Davxvnniintrin.h46 /// Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in \a __A with
47 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate signed
69 /// Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in \a __A with
70 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate signed
92 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with
93 /// corresponding 16-bit integers in \a __B, producing 2 intermediate signed 32-bit
113 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with
114 /// corresponding 16-bit integers in \a __B, producing 2 intermediate signed 32-bit
134 /// Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in \a __A with
135 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate signed
[all …]
H A Davxvnniint8intrin.h25 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in \a __A with
26 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate
62 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in \a __A with
63 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate
98 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in \a __A with
99 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate
136 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in \a __A with
137 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate
173 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in \a __A with
174 /// corresponding unsigned 8-bit integers in \a __B, producing 4 intermediate
[all …]
H A Damxintrin.h138 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in src0 with
139 /// corresponding signed 8-bit integers in src1, producing 4 intermediate 32-bit
157 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in src0 with
158 /// corresponding unsigned 8-bit integers in src1, producing 4 intermediate
176 /// Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in src0 with
177 /// corresponding signed 8-bit integers in src1, producing 4 intermediate 32-bit
195 /// Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in src0 with
196 /// corresponding unsigned 8-bit integers in src1, producing 4 intermediate
353 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in src0 with
354 /// corresponding signed 8-bit integers in src1, producing 4 intermediate 32-bit
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp31 // Signed integers can be converted to signed integers of the same width in testInRange()
32 // or (if positive) unsigned integers with one fewer bit. in testInRange()
33 // Unsigned integers can be converted to unsigned integers of the same width in testInRange()
34 // or signed integers with one more bit. in testInRange()
/freebsd/contrib/ncurses/man/
H A Dterm.5124 This section contains six short integers in the format
126 These integers are
135 (4) the number of short integers in the \fInumbers\fP section;
137 (5) the number of offsets (short integers) in the \fIstrings\fP section;
148 Short integers are signed, in the range \-32768 to 32767.
156 integers as two bytes and compute the little-endian value.
160 are positive integers.
161 Boolean flags are treated as positive one-byte integers.
162 In each case, those positive integers represent a terminal capability.
163 The terminal compiler @TIC@ uses negative integers to handle the cases where
[all …]
/freebsd/lib/libc/xdr/
H A Dxdr.3109 integers)
194 (actually integers) and their external representations.
260 integers and their external representations.
297 A filter primitive that translates between C integers
310 integers and their external representations.
321 integers and their external representations.
560 integers and their external representations.
654 integers and their external representations.
666 integers and their external representations.
678 integers and their external representations.
[all …]
H A Dxdr.c93 * XDR integers
121 * XDR unsigned integers
150 * XDR long integers
169 * XDR unsigned long integers
189 * XDR 32-bit integers
218 * XDR unsigned 32-bit integers
247 * XDR unsigned 32-bit integers
276 * XDR short integers
304 * XDR unsigned short integers
333 * XDR 16-bit integers
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram.h111 BHND_NVRAM_TYPE_UINT8_ARRAY = 16, /**< array of uint8 integers */
112 BHND_NVRAM_TYPE_UINT16_ARRAY = 17, /**< array of uint16 integers */
113 BHND_NVRAM_TYPE_UINT32_ARRAY = 18, /**< array of uint32 integers */
114 BHND_NVRAM_TYPE_UINT64_ARRAY = 19, /**< array of uint64 integers */
115 BHND_NVRAM_TYPE_INT8_ARRAY = 20, /**< array of int8 integers */
116 BHND_NVRAM_TYPE_INT16_ARRAY = 21, /**< array of int16 integers */
117 BHND_NVRAM_TYPE_INT32_ARRAY = 22, /**< array of int32 integers */
118 BHND_NVRAM_TYPE_INT64_ARRAY = 23, /**< array of int64 integers */
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DIntegerDivision.h25 /// Generate code to calculate the remainder of two integers, replacing Rem
34 /// Generate code to divide two integers, replacing Div with the generated
43 /// Generate code to calculate the remainder of two integers, replacing Rem
51 /// Generate code to calculate the remainder of two integers, replacing Rem
57 /// Generate code to divide two integers, replacing Div with the generated
64 /// Generate code to divide two integers, replacing Div with the generated
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst1 Types 0 & 1 – Positive and negative integers
4 *CBOR* has two types of integers – positive (which may be effectively regarded as unsigned), and ne…
9 Type 0 - positive integers
19 Type 1 - negative integers
37 An integer item is created with one of the four widths. Because integers' `storage is bundled toget…
41 …Due to the fact that CBOR negative integers represent integers in the range :math:`[-1, -2^N]`, ``…
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h9 // This file contains generic functions for operating on integers which
42 /// Add two signed integers \p LHS and \p RHS.
51 /// Subtract two signed integers \p LHS and \p RHS.
60 /// Multiply two signed integers \p LHS and \p RHS.
80 /// Add two unsigned integers \p LHS and \p RHS.
89 /// Multiply two unsigned integers \p LHS and \p RHS.
98 /// Multiply unsigned integers A and B, and add C to the resulting product.
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt38 precision, and 64-bit integers should be ignored.
85 When 64-bit integers are supported by the compiler, the `softfloat.h' header
90 type is defined as a structure of two 64-bit integers, taking into account
96 When 64-bit integers are _not_ supported by the compiler, the `softfloat.h'
100 `float64' type is defined as a structure of two 32-bit integers, with the
114 integers (32-bit and 64-bit) and any of the floating-point formats.
200 integers. The complete set of conversion functions is:
220 integers to double precision and larger formats are also exact, and likewise
221 for conversions from 64-bit integers to extended double and quadruple
233 languages) require that conversions to integers be rounded toward zero, the
[all …]
/freebsd/share/man/man4/
H A Dkcov.496 In this mode each record consists of four 64-bit unsigned integers.
106 a comparison of 8-bit integers
108 a comparison of 16-bit integers
110 a comparison of 32-bit integers
112 a comparison of 64-bit integers
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ec.h48 * These identifiers are small integers, that correspond to the values
90 * Multiply two curve points by two integers, and return the sum of
105 * the multipliers (integers). Only the byte length of the provided
109 * - The multipliers (integers) MUST be lower than the subgroup order.
117 * Internally, such a signature is a pair of modular integers `(r,s)`.
119 * encodings of these two integers, possibly left-padded with zeros so
370 * \brief Multiply two points by two integers and add the
390 * - The multiplier integers (`x` and `y`) MUST be non-zero
420 * This implementation internally uses generic code for modular integers,
429 * This implementation internally uses generic code for modular integers,
[all …]
/freebsd/sys/xdr/
H A Dxdr.c93 * XDR integers
120 * XDR unsigned integers
147 * XDR long integers
166 * XDR unsigned long integers
185 * XDR 32-bit integers
213 * XDR unsigned 32-bit integers
241 * XDR short integers
268 * XDR unsigned short integers
295 * XDR 16-bit integers
322 * XDR unsigned 16-bit integers
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntEqClasses.h1 //===-- llvm/ADT/IntEqClasses.h - Equiv. Classes of Integers ----*- C++ -*-===//
10 /// Equivalence classes for small integers. This is a mapping of the integers
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
/freebsd/lib/msun/man/
H A Dcospi.369 returns 0 for positive integers
72 returns 1 for even integers
75 returns \-1 for odd integers
/freebsd/contrib/libarchive/libarchive/
H A Dcpio.548 The variants differ primarily in how they store those integers
84 fields are 32 bit integers. Since PWB UNIX, like the 6th Edition UNIX
178 of 16 bit integers must be determined by observing the magic number at
179 the start of the header. The 32 bit integers are still always stored
181 the struct shown above, was stored as an array of two 16 bit integers,
182 in the traditional order. Those 16 bit integers, like all the others
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPNaCl.cpp75 // Treat bit-precise integers as integers if <= 64, otherwise pass in classifyArgumentType()
94 // Treat bit-precise integers as integers if <= 64, otherwise pass indirectly. in classifyReturnType()
/freebsd/contrib/bc/include/
H A Drand.h72 // If longs are 64 bits, we have the option of 128-bit integers on some
91 /// The type for random integers.
103 * Multiply two integers, worrying about overflow.
111 * Add two integers, worrying about overflow.
192 * Multiply two integers, worrying about overflow.
200 * Add two integers, worrying about overflow.
303 /// The type for random integers.
313 * Multiply two integers, worrying about overflow.
321 * Add two integers, worrying about overflow.
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp1 //===-- llvm/ADT/IntEqClasses.cpp - Equivalence Classes of Integers -------===//
9 // Equivalence classes for small integers. This is a mapping of the integers
/freebsd/contrib/bearssl/src/ec/
H A Decdsa_atr.c38 * support only integers of less than 127 bytes each (signed in br_ecdsa_asn1_to_raw()
123 * Compute common length for the two integers, then copy integers in br_ecdsa_asn1_to_raw()
/freebsd/share/man/man9/
H A Dpci_iov_schema.9203 are unsigned integers in the range 0 to 255, inclusive.
215 are unsigned integers in the range 0 to 65535, inclusive.
227 are unsigned integers in the range 0 to
241 are unsigned integers in the range 0 to

12345678910>>...44