Home
last modified time | relevance | path

Searched refs:m_C (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/astro/geographiclib/GeographicLib-1.52/dotnet/NETGeographicLib/
H A DSphericalHarmonic2.cpp31 if ( m_C != NULL )
34 if ( m_C[i] != NULL )
35 delete m_C[i];
36 delete [] m_C;
37 m_C = NULL;
65 m_C = new std::vector<double>*[m_numCoeffVectors];
69 for each ( double x in C ) m_C[0]->push_back( x );
71 for each ( double x in C1 ) m_C[1]->push_back( x );
76 *m_C[1], *m_S[1], N1, *m_C[2], *m_S[2], N2, a, (unsigned)norm);
107 m_C = new std::vector<double>*[m_numCoeffVectors];
[all …]
H A DSphericalHarmonic1.cpp31 if ( m_C != NULL )
34 if ( m_C[i] != NULL )
35 delete m_C[i];
36 delete [] m_C;
37 m_C = NULL;
62 m_C = new std::vector<double>*[m_numCoeffVectors];
66 for each ( double x in C ) m_C[0]->push_back( x );
68 for each ( double x in C1 ) m_C[1]->push_back( x );
71 *m_C[0], *m_S[0], N, *m_C[1], *m_S[1], N1, a, (unsigned)norm );
99 m_C = new std::vector<double>*[m_numCoeffVectors];
[all …]
H A DSphericalHarmonic.cpp30 if ( m_C != NULL )
32 delete m_C;
33 m_C = NULL;
49 m_C = new std::vector<double>();
51 for each ( double x in C ) m_C->push_back(x);
54 *m_C, *m_S, N, a, static_cast<unsigned>(norm) );
78 m_C = new std::vector<double>();
80 for each ( double x in C ) m_C->push_back(x);
83 *m_C, *m_S, N, nmx, mmx, a, static_cast<unsigned>(norm) );
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_Transform.cpp32 : m_A(1), m_B(0), m_C(0), m_D(1), m_E(0), m_F(0) in GR_Transform()
40 : m_A(a), m_B(b), m_C(c), m_D(d), m_E(e), m_F(f) in GR_Transform()
48 : m_A(op2.m_A), m_B(op2.m_B), m_C(op2.m_C), in GR_Transform()
93 m_C == op2.m_C && in operator ==()
116 m_C = op2.m_C; in operator =()
130 d0 = m_A * op2.m_A + m_B * op2.m_C; in operator +()
132 d2 = m_C * op2.m_A + m_D * op2.m_C; in operator +()
133 d3 = m_C * op2.m_B + m_D * op2.m_D; in operator +()
134 d4 = m_E * op2.m_A + m_F * op2.m_C + op2.m_E; in operator +()
/dports/math/ogdf/OGDF/src/ogdf/cluster/
H A DClusterAnalysis.cpp175 ClusterArray<int> cdepth(*m_C); in init()
176 cdepth[m_C->rootCluster()] = 0; in init()
197 m_iactive[v] = new ClusterArray<int>(*m_C,0,m_C->maxClusterIndex()+1); in init()
198 m_oactive[v] = new ClusterArray<int>(*m_C,0,m_C->maxClusterIndex()+1); in init()
281 for(cluster c : m_C->clusters) in init()
411 for(cluster c : m_C->clusters) in computeIndyBags()
471 if (c != m_C->rootCluster()) in computeIndyBags()
539 ClusterArray<int> cind(*m_C); in computeBags()
547 for(cluster c : m_C->clusters) in computeBags()
564 cluster c = m_C->clusterOf(v); in computeBags()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/lr35902/
H A Dopc_cb.hxx116 RLC_8BIT (m_C)
161 RRC_8BIT (m_C)
206 RL_8BIT (m_C)
251 RR_8BIT (m_C)
296 SLA_8BIT (m_C)
341 SRA_8BIT (m_C)
386 SWAP_8BIT (m_C)
431 SRL_8BIT (m_C)
476 BIT_8BIT (0, m_C)
520 BIT_8BIT (1, m_C)
[all …]
H A Dopc_main.hxx535 m_B = m_C;
563 m_C = m_B;
569 m_C = m_D;
573 m_C = m_E;
577 m_C = m_H;
581 m_C = m_L;
590 m_C = m_A;
598 m_D = m_C;
628 m_E = m_C;
658 m_H = m_C;
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/lr35902/
H A Dopc_cb.hxx116 RLC_8BIT (m_C)
161 RRC_8BIT (m_C)
206 RL_8BIT (m_C)
251 RR_8BIT (m_C)
296 SLA_8BIT (m_C)
341 SRA_8BIT (m_C)
386 SWAP_8BIT (m_C)
431 SRL_8BIT (m_C)
476 BIT_8BIT (0, m_C)
520 BIT_8BIT (1, m_C)
[all …]
H A Dopc_main.hxx535 m_B = m_C;
563 m_C = m_B;
569 m_C = m_D;
573 m_C = m_E;
577 m_C = m_H;
581 m_C = m_L;
590 m_C = m_A;
598 m_D = m_C;
628 m_E = m_C;
658 m_H = m_C;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/jbig2/
H A DJBig2_ArithDecoder.cpp61 m_C = (m_B ^ 0xff) << 16; in CJBig2_ArithDecoder()
63 m_C = m_C << 7; in CJBig2_ArithDecoder()
76 if ((m_C >> 16) < m_A) { in DECODE()
85 m_C -= m_A << 16; in DECODE()
101 m_C = m_C + 0xfe00 - (m_B << 9); in BYTEIN()
107 m_C = m_C + 0xff00 - (m_B << 8); in BYTEIN()
117 m_C <<= 1; in ReadValueA()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/jbig2/
H A DJBig2_ArithDecoder.cpp61 m_C = (m_B ^ 0xff) << 16; in CJBig2_ArithDecoder()
63 m_C = m_C << 7; in CJBig2_ArithDecoder()
76 if ((m_C >> 16) < m_A) { in DECODE()
85 m_C -= m_A << 16; in DECODE()
101 m_C = m_C + 0xfe00 - (m_B << 9); in BYTEIN()
107 m_C = m_C + 0xff00 - (m_B << 8); in BYTEIN()
117 m_C <<= 1; in ReadValueA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_ArithDecoder.cpp57 m_C = (m_B ^ 0xff) << 16; in CJBig2_ArithDecoder()
59 m_C = m_C << 7; in CJBig2_ArithDecoder()
72 if ((m_C >> 16) < m_A) { in Decode()
81 m_C -= m_A << 16; in Decode()
112 m_C = m_C + 0xfe00 - (m_B << 9); in BYTEIN()
118 m_C = m_C + 0xff00 - (m_B << 8); in BYTEIN()
131 m_C <<= 1; in ReadValueA()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_ArithDecoder.cpp57 m_C = (m_B ^ 0xff) << 16; in CJBig2_ArithDecoder()
59 m_C = m_C << 7; in CJBig2_ArithDecoder()
72 if ((m_C >> 16) < m_A) { in Decode()
81 m_C -= m_A << 16; in Decode()
112 m_C = m_C + 0xfe00 - (m_B << 9); in BYTEIN()
118 m_C = m_C + 0xff00 - (m_B << 8); in BYTEIN()
131 m_C <<= 1; in ReadValueA()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gccv/
H A Darrow.cc39 m_C (4.) in Arrow()
49 m_C (4.) in Arrow()
157 cairo_line_to (cr, m_B, GetLineWidth () / 2. + m_C); in Draw()
159 cairo_line_to (cr, m_B, -GetLineWidth () / 2. - m_C); in Draw()
166 cairo_line_to (cr, m_B, -GetLineWidth () / 2. - m_C); in Draw()
174 cairo_line_to (cr, m_B, GetLineWidth () / 2. + m_C); in Draw()
187 cairo_line_to (cr, length - m_B, GetLineWidth () / 2. + m_C); in Draw()
238 m_y0 -= m_C; in UpdateBounds()
239 m_y1 += m_C; in UpdateBounds()
240 m_x0 -= m_C; in UpdateBounds()
[all …]
/dports/math/libflame/libflame-5.2.0/src/lapack/misc/uddateut/vars/flamec/
H A DFLA_UDdate_UT_opt_var1.c18 int mn_RT, m_C, m_D; in FLA_UDdate_UT_opt_var1() local
27 m_C = FLA_Obj_length( C ); in FLA_UDdate_UT_opt_var1()
50 m_C, in FLA_UDdate_UT_opt_var1()
154 FLA_Househ3UD_UT_ops( m_C, in FLA_UDdate_UT_ops_var1()
188 m_C, in FLA_UDdate_UT_ops_var1()
252 FLA_Househ3UD_UT_opd( m_C, in FLA_UDdate_UT_opd_var1()
286 m_C, in FLA_UDdate_UT_opd_var1()
350 FLA_Househ3UD_UT_opc( m_C, in FLA_UDdate_UT_opc_var1()
384 m_C, in FLA_UDdate_UT_opc_var1()
448 FLA_Househ3UD_UT_opz( m_C, in FLA_UDdate_UT_opz_var1()
[all …]
/dports/math/libflame/libflame-5.2.0/src/lapack/sol/sylv/nh/flamec/
H A DFLA_Sylv_nh_opt_var1.c16 int m_C, n_C; in FLA_Sylv_nh_opt_var1() local
30 m_C = FLA_Obj_length( C ); in FLA_Sylv_nh_opt_var1()
48 m_C, in FLA_Sylv_nh_opt_var1()
69 m_C, in FLA_Sylv_nh_opt_var1()
90 m_C, in FLA_Sylv_nh_opt_var1()
111 m_C, in FLA_Sylv_nh_opt_var1()
141 for ( k = m_C - 1; k >= 0; k-- ) in FLA_Sylv_nh_ops_var1()
156 int m_behind = m_C - k - 1; in FLA_Sylv_nh_ops_var1()
204 for ( k = m_C - 1; k >= 0; k-- ) in FLA_Sylv_nh_opd_var1()
267 for ( k = m_C - 1; k >= 0; k-- ) in FLA_Sylv_nh_opc_var1()
[all …]
/dports/math/libflame/libflame-5.2.0/src/lapack/sol/sylv/nn/flamec/
H A DFLA_Sylv_nn_opt_var1.c16 int m_C, n_C; in FLA_Sylv_nn_opt_var1() local
30 m_C = FLA_Obj_length( C ); in FLA_Sylv_nn_opt_var1()
48 m_C, in FLA_Sylv_nn_opt_var1()
69 m_C, in FLA_Sylv_nn_opt_var1()
90 m_C, in FLA_Sylv_nn_opt_var1()
111 m_C, in FLA_Sylv_nn_opt_var1()
141 for ( k = m_C - 1; k >= 0; k-- ) in FLA_Sylv_nn_ops_var1()
156 int m_behind = m_C - k - 1; in FLA_Sylv_nn_ops_var1()
204 for ( k = m_C - 1; k >= 0; k-- ) in FLA_Sylv_nn_opd_var1()
267 for ( k = m_C - 1; k >= 0; k-- ) in FLA_Sylv_nn_opc_var1()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkUniversal.cpp71 m_C(0) = 0.0; in Initialize()
72 m_C(1) = 0.0; in Initialize()
73 m_C(2) = 0.0; in Initialize()
74 m_C(3) = 0.0; in Initialize()
180 m_C(3) = Vdot(u1, v2); in Update()
278 double cnstr_x_violation = c * m_C(0); in IntLoadConstraint_C()
279 double cnstr_y_violation = c * m_C(1); in IntLoadConstraint_C()
280 double cnstr_z_violation = c * m_C(2); in IntLoadConstraint_C()
281 double cnstr_dot_violation = c * m_C(3); in IntLoadConstraint_C()
352 double cnstr_x_violation = factor * m_C(0); in ConstraintsBiLoad_C()
[all …]
H A DChLinkRevolute.cpp72 m_C.setZero(); in Initialize()
181 m_C(3) = Vdot(u1, w2); in Update()
208 m_C(4) = Vdot(v1, w2); in Update()
306 double cnstr_x_violation = c * m_C(0); in IntLoadConstraint_C()
307 double cnstr_y_violation = c * m_C(1); in IntLoadConstraint_C()
308 double cnstr_z_violation = c * m_C(2); in IntLoadConstraint_C()
309 double cnstr_uw_violation = c * m_C(3); in IntLoadConstraint_C()
310 double cnstr_vw_violation = c * m_C(4); in IntLoadConstraint_C()
388 double cnstr_x_violation = factor * m_C(0); in ConstraintsBiLoad_C()
389 double cnstr_y_violation = factor * m_C(1); in ConstraintsBiLoad_C()
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/2.1/sc_export/
H A Dmain.cpp98 m_C("C") in SC_MODULE()
100 IFP( m_C ); // bind sc_export->interface by name in SC_MODULE()
103 C m_C; // channel in SC_MODULE()
110 C m_C;
118 : m_C("C"),
122 IFP1( m_C );
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/proxy/
H A Dnhextnb.c95 DEFINE_LOCK(m_C);
119 if (!AQUIRE_LOCK(nb->m_C))
127 if (!RELEASE_LOCK(nb->m_C))
149 (void)FREE_LOCK(nb->m_C);
160 (void)RELEASE_LOCK(nb->m_C);
237 if (!INIT_LOCK(nb->m_C)) {
263 RELEASE_LOCK(nb->m_C);
266 FREE_LOCK(nb->m_C);
345 RELEASE_LOCK(nb->m_C);
348 FREE_LOCK(nb->m_C);
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/netlist/devices/
H A Dnld_7450.cpp40 , m_C(*this, "C", NETLIB_DELEGATE(inputs))
54 m_C.activate();
57 auto t2 = m_C() & m_D();
76 m_C.inactivate();
85 logic_input_t m_C;
/dports/emulators/mame/mame-mame0226/src/lib/netlist/devices/
H A Dnld_7450.cpp40 , m_C(*this, "C", NETLIB_DELEGATE(inputs))
54 m_C.activate();
57 auto t2 = m_C() & m_D();
76 m_C.inactivate();
85 logic_input_t m_C;
/dports/math/libflame/libflame-5.2.0/src/base/flamec/wrappers/blas/3/gpu/
H A DFLA_Herk_external_gpu.c22 int m_C; in FLA_Herk_external_gpu() local
39 m_C = FLA_Obj_length( C ); in FLA_Herk_external_gpu()
60 m_C, in FLA_Herk_external_gpu()
77 m_C, in FLA_Herk_external_gpu()
94 m_C, in FLA_Herk_external_gpu()
111 m_C, in FLA_Herk_external_gpu()
/dports/math/libflame/libflame-5.2.0/src/lapack/sol/sylv/hh/flamec/
H A DFLA_Sylv_hh_opt_var1.c16 int m_C, n_C; in FLA_Sylv_hh_opt_var1() local
30 m_C = FLA_Obj_length( C ); in FLA_Sylv_hh_opt_var1()
48 m_C, in FLA_Sylv_hh_opt_var1()
69 m_C, in FLA_Sylv_hh_opt_var1()
90 m_C, in FLA_Sylv_hh_opt_var1()
111 m_C, in FLA_Sylv_hh_opt_var1()
129 int m_C, in FLA_Sylv_hh_ops_var1() argument
141 for ( k = 0; k < m_C; k++ ) in FLA_Sylv_hh_ops_var1()
204 for ( k = 0; k < m_C; k++ ) in FLA_Sylv_hh_opd_var1()
267 for ( k = 0; k < m_C; k++ ) in FLA_Sylv_hh_opc_var1()
[all …]

12345678910