/netbsd-src/external/lgpl3/gmp/dist/mpn/pa64/ |
H A D | README | 37 cycle two ALU operations and two MEM operations can issue, but just one of the 38 MEM operations may be a store. The two ALU operations can be almost any 39 combination of non-memory operations. Unlike every other processor, integer 40 and fp operations are completely equal here; they both count as just ALU 41 operations. 43 Unfortunately, some operations cause hickups in the pipeline. Combining 44 carry-consuming operations like ADD,DC with operations that does not set carry 45 like ADD,L cause long delays. Skip operations also seem to cause hickups. If 48 operations/cycle. 51 MEM operations, but for full pipeline utilization, it is still a good idea to
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4373.txt | 32 of update operations within a pair of LDAP extended operations to 33 notify the server that the update operations in the framed set are 34 related in such a way that the ordering of all operations can be 36 the client. Update operations can be grouped within a single 127 standard LDAP [RFC2251] update operations. However, this protocol 129 update operations asynchronously and still allow the server to 130 maintain proper ordering of the operations. It also allows the 132 large set of update operations and then to change its processing 133 strategy to more efficiently process the operations. 144 (acting as a client) that supplies a set of update operations to a [all …]
|
H A D | rfc3909.txt | 39 operations. The Abandon operation does not have a response and 52 operations. 145 performed. The following classes of operations are not cancelable: 147 - operations which have no response, 149 - operations which create, alter, or destroy authentication and/or 152 - operations which establish, alter, or tear-down security services, 155 - operations which abandon or cancel other operations. 158 Cancel operations are not cancelable. 182 This operation is intended to allow a user to cancel operations they 185 different outstanding operations may be processed under different [all …]
|
H A D | rfc4528.txt | 35 operations. 71 operations. 108 operations [RFC4511], including Add, Compare, Delete, Modify, 110 Bind, Unbind, and StartTLS operations. 126 For Add, Compare, and ModifyDN operations, the target is indicated by 127 the entry field in the request. For Modify operations, the target is 128 indicated by the object field. For Delete operations, the target is 129 indicated by the DelRequest type. For Compare operations and all 130 update operations, the evaluation of the assertion MUST be performed 135 For Search operations, the target is indicated by the baseObject [all …]
|
H A D | rfc5805.txt | 17 Lightweight Directory Access Protocol (LDAP) update operations, such 18 as Add, Delete, and Modify operations, have atomic, consistency, 20 operations act upon an entry. It is often desirable to update two or 67 operations [RFC4511] and have them performed as one unit of 68 interaction, a transaction. As with distinct update operations, each 72 This extension consists of two extended operations, one control, and 75 identifier is then attached to multiple update operations to indicate 248 nature of the failure. All operations that were to be processed as 262 abort the identified transaction (abandoning all operations that are 268 processes all update operations of the transaction as one atomic, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
H A D | csky_isa.def | 41 CSKY_ISA (fpv2_sf, "Single precision operations supported") 42 CSKY_ISA (fpv2_df, "Double precision operations supported") 43 CSKY_ISA (fpv2_divd, "Double precision div operations supported") 46 CSKY_ISA (fpv3_hf, "half precision operations supported") 47 CSKY_ISA (fpv3_sf, "Single precision operations supported") 48 CSKY_ISA (fpv3_df, "Double precision operations supported")
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Atomics.rst | 114 another operation; it is normally used along with Monotonic memory operations. 184 operations; if you need such an operation, use explicit locking. 204 call. Reordering unordered operations is safe, though, and optimizers should 205 take advantage of that because unordered operations are common in languages 209 These operations are required to be atomic in the sense that if you use 213 instructions (or an instruction which does multiple memory operations, like 221 essentially guarantees that if you take all the operations affecting a specific 232 either be used for atomic operations which do not protect other memory (like 240 operations are unlikely to be used in ways which would make those 308 barrier (for fences and operations which both read and write memory). [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | trigonometry.d | 78 import std.math.operations : isClose; 199 import std.math.operations : isClose; 451 import std.math.operations : CommonDefaultFor, isClose, NaN; in testTan() 517 import std.math.operations : isClose; 574 import std.math.operations : isClose; 585 import std.math.operations : isClose; 618 import std.math.operations : isClose; 629 import std.math.operations : isClose; 667 import std.math.operations : isClose; 841 import std.math.operations : CommonDefaultFor, isClose, NaN; in testAtan() [all …]
|
H A D | remainder.d | 54 import std.math.operations : feqrel; 90 import std.math.operations : feqrel; 134 import std.math.operations : feqrel; 148 import std.math.operations : feqrel;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
H A D | or1k.opt | 35 operations. The default is -mhard-div. 45 multiply operations. The default is -mhard-mul. 50 floating point operations. This is the default; use -mhard-float to override. 61 double-precision floating point operations. 67 are used to perform unordered floating point compare and set flag operations. 93 from libgcc are used to perform rotate right operations. 99 operations.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-pkeyutl.pod.in | 45 operations using any supported algorithm. 84 Signature file, required for B<-verify> operations only 102 The peer key file, used by key derivation (agreement) operations. 187 engine I<id> for crypto operations. 200 The operations and options supported vary according to the key algorithm 201 and its implementation. The OpenSSL operations and options are indicated below. 204 which specifies the digest in use for sign, verify and verifyrecover operations. 226 verify and verifyrecover operations. However, some padding modes 227 support only a subset of these operations. The following additional 275 supports the sign and verify operations with PSS padding. The following [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | pkeyutl.pod | 41 The B<pkeyutl> command can be used to perform low-level public key operations 64 Signature file, required for B<verify> operations only 81 The peer key file, used by key derivation (agreement) operations. 175 engine B<id> for crypto operations. 181 The operations and options supported vary according to the key algorithm 182 and its implementation. The OpenSSL operations and options are indicated below. 185 which specifies the digest in use for sign, verify and verifyrecover operations. 210 verify and verifyrecover operations. However, some padding modes 211 support only a subset of these operations. The following additional 259 supports the sign and verify operations with PSS padding. The following [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedule.td | 10 def WriteIALU : SchedWrite; // 32 or 64-bit integer ALU operations 11 def WriteIALU32 : SchedWrite; // 32-bit integer ALU operations on RV64I 12 def WriteShiftImm : SchedWrite; // 32 or 64-bit shift by immediate operations 13 def WriteShiftImm32 : SchedWrite; // 32-bit shift by immediate operations on RV64Ix 14 def WriteShiftReg : SchedWrite; // 32 or 64-bit shift by immediate operations 15 def WriteShiftReg32 : SchedWrite; // 32-bit shift by immediate operations on RV64Ix 116 def ReadIALU32 : SchedRead; // 32-bit integer ALU operations on RV64I 118 def ReadShiftImm32 : SchedRead; // 32-bit shift by immediate operations on RV64Ix 120 def ReadShiftReg32 : SchedRead; // 32-bit shift by register operations on RV64Ix
|
/netbsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.txt | 65 some operations do not require rounding--only the nearest/even rounding mode 69 precision operations affected by rounding precision control, `timesoftfloat' 76 the function in kops/s, or ``thousands of operations per second''. This 78 point operations per second'') only in being a factor of 1000 smaller. 86 Note that the remainder operations (`float32_rem', `float64_rem', 88 operations, particularly for extended double precision (`floatx80') and 141 sequence, multiple operations can also be tested with a single invocation.
|
/netbsd-src/external/bsd/kyua-cli/lib/utils/ |
H A D | Makefile | 40 fs/operations.cpp \ 43 SRCS+= logging/operations.cpp 64 text/operations.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | CheckAtomic.cmake | 43 # Check for (non-64-bit) atomic operations. 64 # Check for 64 bit atomic operations. 80 …message(FATAL_ERROR "Host compiler appears to require libatomic for 64-bit operations, but cannot … 85 ## TODO: This define is only used for the legacy atomic operations in
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_ctx.c | 79 if (ctx->max_operations && ctx->operations >= ctx->max_operations) in isl_ctx_next_operation() 82 ctx->operations++; in isl_ctx_next_operation() 249 ctx->operations = 0; in isl_ctx_alloc_with_options() 285 fprintf(stderr, "operations: %lu\n", ctx->operations); in print_stats() 408 ctx->operations = 0; in isl_ctx_reset_operations()
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | design.rst | 30 Handles represent long-lived objects capable of performing certain operations while active. Some ex… 35 Requests represent (typically) short-lived operations. These operations can be performed over a 44 operations, and it's meant to be tied to a single thread. One can run multiple event loops 114 libuv uses a thread pool to make asynchronous file I/O operations possible, but 126 so the current approach is to run blocking file I/O operations in a thread pool. 132 operations are currently run on this pool: 134 * File system operations
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
H A D | GMIR.rst | 31 independent and describe operations which are typically supported by targets. 104 the same data but there's usually some restrictions on what operations you can 106 accessible to integer operations and the other accessible to floating point 107 operations. To accommodate this, let's rename A and B to GPR (general purpose 126 AArch64 has three main banks. GPR for integer operations, FPR for floating 133 GPR is the general purpose bank for integer operations. FGR or CP1 is for 134 the floating point operations as well as the MSA vector instructions and a 139 operations and it's of questionable value to model distinctly from GPR. 196 to SelectionDAG where address space is an attribute on operations.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicsRISCV.td | 388 // For binary operations with V0 as input. 398 // For binary operations with mask type output and V0 as input. 409 // For binary operations with mask type output. 418 // For binary operations with mask type output without mask. 427 // For binary operations with mask type output with mask. 438 // For FP classify operations. 445 // For FP classify operations with mask. 453 // For Saturating binary operations. 462 // For Saturating binary operations with mask. 472 // For Saturating binary operations. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | complex.d | 792 import std.math.operations : isClose; 810 import std.math.operations : isClose; 853 import std.math.operations : isClose; 935 import std.math.operations : isClose; 948 import std.math.operations : feqrel; in version() 1021 import std.math.operations : feqrel; in ceqrel() 1045 import std.math.operations : isClose; 1053 import std.math.operations : isClose; 1070 import std.math.operations : isClose; 1079 import std.math.operations : isClose; [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/ |
H A D | README | 68 Memory: Any two memory operations can issue, but memory subsystem 71 Simple integer: 2 operations (such as add, rl*) 90 mul: 18 cycles (average) unless floating-point operations are used, 128 Simple integer: 2 operations every cycle, latency 2. 129 Integer multiply: 2 operations every 6th cycle, latency 7 cycles. 142 point operations should give performance of about 20 cycles for 3 limbs, or 7
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | DSA_set_method.pod | 25 operations. By modifying the method, alternative implementations 45 DSA_set_method() selects B<meth> to perform all operations using the key 56 will be used for the DSA operations. If B<engine> is NULL, the default engine 57 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD
|
H A D | DH_set_method.pod | 25 operations. By modifying the method, alternative implementations 44 DH_set_method() selects B<meth> to perform all operations using the key B<dh>. 53 be used for the DH operations. If B<engine> is NULL, the default ENGINE for DH 54 operations is used, and if no default ENGINE is set, the DH_METHOD controlled by
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
H A D | csky_isa.def | 40 CSKY_ISA (fpv2_sf, "Single precision operations supported") 41 CSKY_ISA (fpv2_df, "Double precision operations supported") 42 CSKY_ISA (fpv2_divd, "Double precision div operations supported")
|