Home
last modified time | relevance | path

Searched refs:m_u (Results 101 – 125 of 694) sorted by relevance

12345678910>>...28

/dports/security/cryptopp/cryptopp-8.6.0/
H A Drabin.cpp120 m_u = m_q.InverseMod(m_p); in GenerateRandom()
131 m_u.BERDecode(seq); in BERDecode()
143 m_u.DEREncode(seq); in DEREncode()
180 Integer out = CRT(cq, m_q, cp, m_p, m_u); in CalculateInverse()
198 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
204 pass = pass && m_u * m_q % m_p == 1; in Validate()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dluc.cpp131 m_u = m_q.InverseMod(m_p); in GenerateRandom()
151 m_u.BERDecode(seq); in BERDecode()
165 m_u.DEREncode(seq); in DEREncode()
174 return InverseLucas(m_e, x, m_q, m_p, m_u); in CalculateInverse()
182 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
190 pass = pass && m_u * m_q % m_p == 1; in Validate()
H A Drw.cpp112 m_u = m_q.InverseMod(m_p); in GenerateRandom()
119 m_n = n; m_p = p; m_q = q; m_u = u; in Initialize()
170 m_u.BERDecode(seq); in BERDecode()
182 m_u.DEREncode(seq); in DEREncode()
257 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
261 pass = pass && m_u * m_q % m_p == 1; in Validate()
H A Drsa.cpp133 m_u = m_q.InverseMod(m_p); in GenerateRandom()
186 m_u = m_q.InverseMod(m_p); in Initialize()
208 m_u.BERDecode(privateKey); in BERDecodePrivateKey()
223 m_u.DEREncode(privateKey); in DEREncodePrivateKey()
240 Integer y = ModularRoot(re, m_dq, m_dp, m_q, m_p, m_u); in CalculateInverse()
255 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
261 pass = pass && m_u * m_q % m_p == 1; in Validate()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Drabin.cpp120 m_u = m_q.InverseMod(m_p); in GenerateRandom()
131 m_u.BERDecode(seq); in BERDecode()
143 m_u.DEREncode(seq); in DEREncode()
180 Integer out = CRT(cq, m_q, cp, m_p, m_u); in CalculateInverse()
198 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
204 pass = pass && m_u * m_q % m_p == 1; in Validate()
H A Dluc.cpp134 m_u = m_q.InverseMod(m_p); in GenerateRandom()
154 m_u.BERDecode(seq); in BERDecode()
168 m_u.DEREncode(seq); in DEREncode()
177 return InverseLucas(m_e, x, m_q, m_p, m_u); in CalculateInverse()
188 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
202 pass = pass && m_u * m_q % m_p == 1; in Validate()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dluc.cpp134 m_u = m_q.InverseMod(m_p); in GenerateRandom()
154 m_u.BERDecode(seq); in BERDecode()
168 m_u.DEREncode(seq); in DEREncode()
177 return InverseLucas(m_e, x, m_q, m_p, m_u); in CalculateInverse()
188 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
202 pass = pass && m_u * m_q % m_p == 1; in Validate()
H A Drabin.cpp120 m_u = m_q.InverseMod(m_p); in GenerateRandom()
131 m_u.BERDecode(seq); in BERDecode()
143 m_u.DEREncode(seq); in DEREncode()
180 Integer out = CRT(cq, m_q, cp, m_p, m_u); in CalculateInverse()
198 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
204 pass = pass && m_u * m_q % m_p == 1; in Validate()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dluc.cpp134 m_u = m_q.InverseMod(m_p); in GenerateRandom()
154 m_u.BERDecode(seq); in BERDecode()
168 m_u.DEREncode(seq); in DEREncode()
177 return InverseLucas(m_e, x, m_q, m_p, m_u); in CalculateInverse()
188 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
202 pass = pass && m_u * m_q % m_p == 1; in Validate()
H A Drabin.cpp120 m_u = m_q.InverseMod(m_p); in GenerateRandom()
131 m_u.BERDecode(seq); in BERDecode()
143 m_u.DEREncode(seq); in DEREncode()
180 Integer out = CRT(cq, m_q, cp, m_p, m_u); in CalculateInverse()
198 pass = pass && m_u.IsPositive() && m_u < m_p; in Validate()
204 pass = pass && m_u * m_q % m_p == 1; in Validate()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/lh5801/
H A Dlh5801.cpp50 #define U m_u.w.l
51 #define UL m_u.b.l
52 #define UH m_u.b.h
101 m_u.w.l = 0; in device_start()
119 save_item(NAME(m_u.w.l)); in device_start()
137 state_add( LH5801_U, "U", m_u.w.l ).formatstr("%04X"); in device_start()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/lh5801/
H A Dlh5801.cpp50 #define U m_u.w.l
51 #define UL m_u.b.l
52 #define UH m_u.b.h
101 m_u.w.l = 0; in device_start()
119 save_item(NAME(m_u.w.l)); in device_start()
137 state_add( LH5801_U, "U", m_u.w.l ).formatstr("%04X"); in device_start()
/dports/math/py-pyodeint/pyodeint-0.10.4/external/anyode/include/anyode/
H A Danyode_decomposition_lapack.hpp39 buffer_t<Real_t> m_u; member
48 m_ldu(view->m_nr), m_u(buffer_factory<Real_t>(m_ldu*(view->m_nr))), in SVD()
56 buffer_get_raw_ptr(m_s), buffer_get_raw_ptr(m_u), &m_ldu, in SVD()
66 buffer_get_raw_ptr(m_s), buffer_get_raw_ptr(m_u), &m_ldu, in factorize()
77 gemv(&trans, &(m_view->m_nr), &(m_view->m_nr), &alpha, buffer_get_raw_ptr(m_u), &(m_ldu), in solve()
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/sources/anyode/
H A Danyode_decomposition_lapack.hpp39 buffer_t<Real_t> m_u; member
48 m_ldu(view->m_nr), m_u(buffer_factory<Real_t>(m_ldu*(view->m_nr))), in SVD()
56 buffer_get_raw_ptr(m_s), buffer_get_raw_ptr(m_u), &m_ldu, in SVD()
66 buffer_get_raw_ptr(m_s), buffer_get_raw_ptr(m_u), &m_ldu, in factorize()
77 gemv(&trans, &(m_view->m_nr), &(m_view->m_nr), &alpha, buffer_get_raw_ptr(m_u), &(m_ldu), in solve()
/dports/math/py-pygslodeiv2/pygslodeiv2-0.9.4/external/anyode/include/anyode/
H A Danyode_decomposition_lapack.hpp39 buffer_t<Real_t> m_u; member
48 m_ldu(view->m_nr), m_u(buffer_factory<Real_t>(m_ldu*(view->m_nr))), in SVD()
56 buffer_get_raw_ptr(m_s), buffer_get_raw_ptr(m_u), &m_ldu, in SVD()
66 buffer_get_raw_ptr(m_s), buffer_get_raw_ptr(m_u), &m_ldu, in factorize()
77 gemv(&trans, &(m_view->m_nr), &(m_view->m_nr), &alpha, buffer_get_raw_ptr(m_u), &(m_ldu), in solve()
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChMaterialShellReissner.h54 … ChVector<>& m_u, ///< torques along \e u direction (per unit length)
114 ChVector<>& m_u, ///< torques along \e u direction (per unit length)
198 ChVector<>& m_u, ///< torques along \e u direction (per unit length)
261 ChVector<>& m_u, ///< torques along \e u direction (per unit length)
339 ChVector<>& m_u, ///< torques along \e u direction (per unit length)
405 ChVector<>& m_u, ///< torques along \e u direction (per unit length)
468 ChVector<>& m_u, ///< torques along \e u direction (per unit length)
553 ChVector<>& m_u, ///< torques along \e u direction (per unit length)
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dpaw_add_symmetry.f9055 INTEGER :: m_o, m_u ! counters for sums on m local
123 DO m_u = 1, 2*l_j +1
125 uh = jh - m_j + m_u
136 + D(l_i)%d(m_o,m_i, isym) * D(l_j)%d(m_u,m_j, isym) &
195 DO m_u = 1, 2*l_j +1
197 uh = jh - m_j + m_u
213 + D(l_i)%d(m_o,m_i,isym)*D(l_j)%d(m_u,m_j,isym)* &
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6809/
H A Dhd6309.cpp173 state_add(HD6309_U, "U", m_u.w).mask(0xffff); in device_start()
221 else if (m_reg16 == &m_u) m_reg = HD6309_U; in device_pre_save()
278 set_regop16(m_u); in device_post_load()
344 case ADDRESSING_MODE_REGISTER_U: return (ordinal & 1) ? m_u.b.l : m_u.b.h; in read_operand()
386 case ADDRESSING_MODE_REGISTER_U: *((ordinal & 1) ? &m_u.b.l : &m_u.b.h) = data; break; in write_operand()
459 case 3: value = m_u.w; break; // U in read_exgtfr_register()
495 case 3: m_u.w = value.word_value; break; // U in write_exgtfr_register()
528 case 0x30: reg = &m_u; break; in tfr_read()
561 case 0x03: reg = &m_u; break; in tfr_write()
601 case 3: set_regop16(m_u); break; // U in register_register_op()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6809/
H A Dhd6309.cpp173 state_add(HD6309_U, "U", m_u.w).mask(0xffff); in device_start()
221 else if (m_reg16 == &m_u) m_reg = HD6309_U; in device_pre_save()
278 set_regop16(m_u); in device_post_load()
344 case ADDRESSING_MODE_REGISTER_U: return (ordinal & 1) ? m_u.b.l : m_u.b.h; in read_operand()
386 case ADDRESSING_MODE_REGISTER_U: *((ordinal & 1) ? &m_u.b.l : &m_u.b.h) = data; break; in write_operand()
459 case 3: value = m_u.w; break; // U in read_exgtfr_register()
495 case 3: m_u.w = value.word_value; break; // U in write_exgtfr_register()
528 case 0x30: reg = &m_u; break; in tfr_read()
561 case 0x03: reg = &m_u; break; in tfr_write()
601 case 3: set_regop16(m_u); break; // U in register_register_op()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/include/CGAL/
H A Dtextured_polyhedron.h43 double m_u; variable
52 double& u() { return m_u; } in u()
53 const double& u() const { return m_u; } in u()
68 double m_u; variable
88 double& u() { return m_u; } in u()
89 const double& u() const { return m_u; } in u()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/KLUSupport/
H A DKLUSupport.h127 return m_u;
282 mutable LUMatrixType m_u;
318 m_u.resize((std::min)(rows,cols),cols);
319 m_u.resizeNonZeros(unz);
326 m_u.outerIndexPtr(), m_u.innerIndexPtr(), m_u.valuePtr(),
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/KLUSupport/
H A DKLUSupport.h127 return m_u;
282 mutable LUMatrixType m_u;
318 m_u.resize((std::min)(rows,cols),cols);
319 m_u.resizeNonZeros(unz);
326 m_u.outerIndexPtr(), m_u.innerIndexPtr(), m_u.valuePtr(),
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/KLUSupport/
H A DKLUSupport.h127 return m_u;
282 mutable LUMatrixType m_u;
318 m_u.resize((std::min)(rows,cols),cols);
319 m_u.resizeNonZeros(unz);
326 m_u.outerIndexPtr(), m_u.innerIndexPtr(), m_u.valuePtr(),
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/KLUSupport/
H A DKLUSupport.h127 return m_u;
282 mutable LUMatrixType m_u;
318 m_u.resize((std::min)(rows,cols),cols);
319 m_u.resizeNonZeros(unz);
326 m_u.outerIndexPtr(), m_u.innerIndexPtr(), m_u.valuePtr(),
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/KLUSupport/
H A DKLUSupport.h127 return m_u;
282 mutable LUMatrixType m_u;
318 m_u.resize((std::min)(rows,cols),cols);
319 m_u.resizeNonZeros(unz);
326 m_u.outerIndexPtr(), m_u.innerIndexPtr(), m_u.valuePtr(),

12345678910>>...28