Home
last modified time | relevance | path

Searched full:multiplies (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/
H A Dfloating-point.json12 …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 DBlockFrequency.h40 /// 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 DBN_BLINDING_new.pod53 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 DBN_add.pod56 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 DBN_add_word.pod32 BN_mul_word() multiplies B<a> and B<w> (C<a*=w>).
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h69 /// 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 Dxo_humanize.h84 /* SI for decimal multiplies */ in xo_humanize_number()
92 * binary multiplies in xo_humanize_number()
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Ded448.h158 * 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 Dmstar,msc313-mpll.yaml14 takes the external xtal input and multiplies it to create a high
/freebsd/secure/lib/libcrypto/man/man3/
H A DBN_BLINDING_new.3188 \&\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 DBN_add.3191 \&\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 DBN_add_word.3167 \&\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 DDivisionByConstantInfo.cpp18 /// 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 Dmuldf3vfp.S14 // Multiplies two double precision floating point numbers using the Darwin
H A Dmulsf3vfp.S14 // Multiplies two single precision floating point numbers using the Darwin
/freebsd/sys/dev/clk/
H A Dclk_fixed.h36 * (however the code currently divides first, then multiplies, potentially
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dbmi2intrin.h106 /// 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.h17 /// Multiplies two 64-bit integer values, which are selected from source
H A Dtmmintrin.h470 /// 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 Dtransform_reduce.h51 return std::transform_reduce(__first1, __last1, __first2, std::move(__init), std::plus<>(), std::multiplies<>());
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Doperations.h92 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 Dnmreplay.881 (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 Dfunctional.cppm
H A Dfunctional.inc27 using std::multiplies;
/freebsd/contrib/dialog/samples/
H A Dwheel18 # Takes an integer, multiplies it for COLS, divides for 132

123456