/freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/ |
H A D | floating-point.json | 12 …teger) except for loads (memory-to-register mov-type micro-ops), packed byte and word multiplies.", 16 …store) except for loads (memory-to-register mov-type micro-ops), packed byte and word multiplies.",
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BlockFrequency.h | 40 /// Multiplies with a branch probability. The computation will never 82 /// Multiplies frequency with `Factor`. Returns `nullopt` in case of overflow.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_BLINDING_new.pod | 53 BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>. 56 several threads). BN_BLINDING_invert_ex() multiplies B<n> with the
|
H A D | BN_add.pod | 56 BN_mul() multiplies I<a> and I<b> and places the result in I<r> (C<r=a*b>). 82 BN_mod_mul() multiplies I<a> by I<b> and finds the nonnegative
|
H A D | BN_add_word.pod | 32 BN_mul_word() multiplies B<a> and B<w> (C<a*=w>).
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfo.h | 69 /// This computes the relative block frequency of \p BB and multiplies it by 75 /// This uses the frequency \p Freq and multiplies it by
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_humanize.h | 84 /* SI for decimal multiplies */ in xo_humanize_number() 92 * binary multiplies in xo_humanize_number()
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | ed448.h | 158 * Multiplies by C448_EDDSA_ENCODE_RATIO first. 185 * EdDSA point decoding. Multiplies by C448_EDDSA_DECODE_RATIO, and
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | mstar,msc313-mpll.yaml | 14 takes the external xtal input and multiplies it to create a high
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BN_BLINDING_new.3 | 188 \&\fBBN_BLINDING_convert_ex()\fR multiplies \fBn\fR with the blinding factor \fBA\fR. 191 several threads). \fBBN_BLINDING_invert_ex()\fR multiplies \fBn\fR with the
|
H A D | BN_add.3 | 191 \&\fBBN_mul()\fR multiplies \fIa\fR and \fIb\fR and places the result in \fIr\fR (\f(CW\*(C`r=a*b\*… 217 \&\fBBN_mod_mul()\fR multiplies \fIa\fR by \fIb\fR and finds the nonnegative
|
H A D | BN_add_word.3 | 167 \&\fBBN_mul_word()\fR multiplies \fBa\fR and \fBw\fR (\f(CW\*(C`a*=w\*(C'\fR).
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 18 /// by a constant as a sequence of multiplies, adds and shifts. Requires that 68 /// division by a constant as a sequence of multiplies, adds and shifts.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | muldf3vfp.S | 14 // Multiplies two double precision floating point numbers using the Darwin
|
H A D | mulsf3vfp.S | 14 // Multiplies two single precision floating point numbers using the Darwin
|
/freebsd/sys/dev/clk/ |
H A D | clk_fixed.h | 36 * (however the code currently divides first, then multiplies, potentially
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | bmi2intrin.h | 106 /// Multiplies the unsigned 32-bit integers \a __X and \a __Y to form a 222 /// Multiplies the unsigned 64-bit integers \a __X and \a __Y to form a
|
H A D | __wmmintrin_pclmul.h | 17 /// Multiplies two 64-bit integer values, which are selected from source
|
H A D | tmmintrin.h | 470 /// Multiplies corresponding pairs of packed 8-bit unsigned integer 504 /// Multiplies corresponding pairs of packed 8-bit unsigned integer 534 /// Multiplies packed 16-bit signed integer values, truncates the 32-bit 554 /// Multiplies packed 16-bit signed integer values, truncates the 32-bit
|
/freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
H A D | transform_reduce.h | 51 return std::transform_reduce(__first1, __last1, __first2, std::move(__init), std::plus<>(), std::multiplies<>());
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | operations.h | 92 struct _LIBCPP_TEMPLATE_VIS multiplies : __binary_function<_Tp, _Tp, _Tp> { 98 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(multiplies); 102 struct _LIBCPP_TEMPLATE_VIS multiplies<void> {
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.8 | 81 (k, K, m, M, g, G) that multiplies the value by 10^3, 10^6 and 10^9
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | functional.cppm |
|
H A D | functional.inc | 27 using std::multiplies;
|
/freebsd/contrib/dialog/samples/ |
H A D | wheel | 18 # Takes an integer, multiplies it for COLS, divides for 132
|