| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | fmaintrin.h | 21 /// Computes a multiply-add of 128-bit vectors of [4 x float]. 22 /// For each element, computes <c> (__A * __B) + __C </c>. 41 /// Computes a multiply-add of 128-bit vectors of [2 x double]. 42 /// For each element, computes <c> (__A * __B) + __C </c>. 61 /// Computes a scalar multiply-add of the single-precision values in the 90 /// Computes a scalar multiply-add of the double-precision values in the 119 /// Computes a multiply-subtract of 128-bit vectors of [4 x float]. 120 /// For each element, computes <c> (__A * __B) - __C </c>. 139 /// Computes a multiply-subtract of 128-bit vectors of [2 x double]. 140 /// For each element, computes <c> (__A * __B) - __C </c>. [all …]
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | bn_mul_words.pod | 111 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result 115 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places 119 B<ap> and the 2*B<num> word array B<ap>. It computes B<ap> * B<ap> 126 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the 130 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the 135 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the 139 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the 156 array B<r>. It computes B<a>*B<b> and places the result in B<r>. 159 arrays B<r>, B<a> and B<b>. It computes the B<n> low words of 165 word arrays B<r> and B<t>. B<n2> must be a power of 2. It computes [all …]
|
| H A D | OSSL_SAFE_MATH_SIGNED.pod | 54 I.e. it computes the quotient of I<a> and I<b> rounding any remainder towards 79 This example is of a function that computes the size of a record that
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Target.h | 247 /** Computes the size of a type in bytes for a target. 251 /** Computes the storage size of a type in bytes for a target. 255 /** Computes the ABI size of a type in bytes for a target. 259 /** Computes the ABI alignment of a type in bytes for a target. 263 /** Computes the call frame alignment of a type in bytes for a target. 267 /** Computes the preferred alignment of a type in bytes for a target. 271 /** Computes the preferred alignment of a global variable in bytes for a target. 276 /** Computes the structure element that contains the byte offset for a target. 281 /** Computes the byte offset of the indexed struct element for a target.
|
| /freebsd/lib/libmp/ |
| H A D | libmp.3 | 148 computes the quotient and remainder of 178 computes the result of 187 computes the result of 215 computes the greatest common divisor of 258 computes the square root and remainder of
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BN_mod_exp_mont.pod | 28 BN_mod_exp_mont() computes I<a> to the I<p>-th power modulo I<m> (C<rr=a^p % m>) 33 BN_mod_exp_mont_consttime() computes I<a> to the I<p>-th power modulo I<m> 40 BN_mod_exp_mont_consttime_x2() computes two independent exponentiations I<a1> to
|
| H A D | BN_mod_mul_montgomery.pod | 46 BN_mod_mul_montgomery() computes Mont(I<a>,I<b>):=I<a>*I<b>*R^-1 and places 51 BN_to_montgomery() computes Mont(I<a>,R^2), i.e. I<a>*R.
|
| H A D | DH_generate_key.pod | 35 unless B<dh-E<gt>priv_key> is already set, and computes the 39 DH_compute_key() computes the shared secret from the private DH value
|
| /freebsd/share/man/man9/ |
| H A D | bitset.9 | 455 macro computes 485 macro computes 518 macro computes 548 macro computes 578 macro computes
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CycleAnalysis.h | 10 /// This file declares an analysis pass that computes CycleInfo for 25 /// Legacy analysis pass which computes a \ref CycleInfo. 46 /// Analysis pass which computes a \ref CycleInfo.
|
| H A D | BlockFrequencyInfo.h | 69 /// This computes the relative block frequency of \p BB and multiplies it by 113 /// Analysis pass which computes \c BlockFrequencyInfo. 141 /// Legacy analysis pass which computes \c BlockFrequencyInfo.
|
| H A D | UniformityAnalysis.h | 25 /// Analysis pass which computes \ref UniformityInfo. 54 /// Legacy analysis pass which computes a \ref CycleInfo.
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | BN_mod_exp_mont.3 | 87 \&\fBBN_mod_exp_mont()\fR computes \fIa\fR to the \fIp\fR\-th power modulo \fIm\fR (\f(CW\*(C`rr=a^… 92 \&\fBBN_mod_exp_mont_consttime()\fR computes \fIa\fR to the \fIp\fR\-th power modulo \fIm\fR 99 \&\fBBN_mod_exp_mont_consttime_x2()\fR computes two independent exponentiations \fIa1\fR to
|
| H A D | BN_mod_mul_montgomery.3 | 105 \&\fBBN_mod_mul_montgomery()\fR computes Mont(\fIa\fR,\fIb\fR):=\fIa\fR*\fIb\fR*R^\-1 and places 110 \&\fBBN_to_montgomery()\fR computes Mont(\fIa\fR,R^2), i.e. \fIa\fR*R.
|
| H A D | DH_generate_key.3 | 96 unless \fBdh\->priv_key\fR is already set, and computes the 100 \&\fBDH_compute_key()\fR computes the shared secret from the private DH value
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.h | 37 /// Computes the CU signature. 40 /// Computes the type signature. 51 /// Computes the full DWARF4 7.27 hash of the DIE.
|
| /freebsd/crypto/openssh/ |
| H A D | xmss_wots.h | 42 …2byte seed for the secret key, expands it to a full WOTS secret key and computes the corresponding… 58 * Takes a WOTS signature, a m-byte message and computes a WOTS public key that it places at pk.
|
| /freebsd/lib/libc/string/ |
| H A D | strspn.3 | 57 In other words, it computes the string array index 79 In other words, it computes the string array index
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_s390x.h | 16 // Computes the offset of the given GPR in the user data area. 18 // Computes the offset of the given ACR in the user data area. 20 // Computes the offset of the given FPR in the extended data area.
|
| /freebsd/contrib/kyua/engine/ |
| H A D | tap.cpp | 62 /// Computes the result of a TAP test program termination. 119 /// Computes the test cases list of a test program. 164 /// Computes the result of a test case based on its termination status.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SipHash.h | 27 /// Computes a SipHash-2-4 64-bit result. 31 /// Computes a SipHash-2-4 128-bit result.
|
| /freebsd/contrib/kyua/integration/ |
| H A D | utils.sh | 63 # Computes the results id for a test suite run. 77 # Computes the results file for a test suite run. 166 # Computes the test suite identifier for results files files.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionAttrs.h | 40 /// Computes function attributes in post-order over the call graph. 42 /// By operating in post-order, this pass computes precise attributes for
|
| /freebsd/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.h | 134 * Computes the size of the shared secret cache entry. 154 * Computes the size of the nonce cache entry.
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_hdmi.c | 106 * registers. Also computes the checksum as required by section 5.3.5 of 197 * also computes the checksum as required by section 5.3.5 of the HDMI 1.4 277 * registers. Also computes the checksum as required by section 5.3.5 of 331 * also computes the checksum as required by section 5.3.5 of the HDMI 1.4 423 * registers. Also computes the checksum as required by section 5.3.5 of 472 * also computes the checksum as required by section 5.3.5 of the HDMI 1.4 609 * registers. Also computes the checksum as required by section 5.3.5 of 672 * also computes the checksum as required by section 5.3.5 of the HDMI 1.4 753 * registers. Also computes the checksum as required by section 5.3.5 of 826 * also computes the checksum as required by section 5.3.5 of the HDMI 1.4 [all …]
|