Home
last modified time | relevance | path

Searched refs:eC (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlexception.hpp73 GDLException( DLong eC): ANTLRException(), in GDLException() argument
76 errorCode(eC), in GDLException()
87 GDLException(DLong eC, const std::string& s, bool pre = true, bool decorate=true);
88 GDLException(DLong eC, const RefDNode eN, const std::string& s);
90 GDLException(DLong eC, SizeT l, SizeT c, const std::string& s);
155 GDLIOException(DLong eC): in GDLIOException() argument
156 GDLException(eC) in GDLIOException()
159 GDLIOException(DLong eC,const std::string& s, bool pre = true): in GDLIOException() argument
160 GDLException( eC, s, pre) in GDLIOException()
163 GDLIOException(DLong eC,const ProgNodeP eN, const std::string& s): in GDLIOException() argument
[all …]
H A Dgdlexception.cpp40 GDLException::GDLException(DLong eC, const string& s, bool pre, bool decorate): in GDLException() argument
44 errorCode(eC), in GDLException()
119 GDLException::GDLException(DLong eC, const RefDNode eN, const string& s): in GDLException() argument
123 errorCode(eC), in GDLException()
174 GDLException::GDLException(DLong eC, const ProgNodeP eN, const string& s, bool decorate, bool overW… in GDLException() argument
178 errorCode(eC), in GDLException()
229 GDLException::GDLException(DLong eC, SizeT l, SizeT c, const string& s): in GDLException() argument
233 errorCode(eC), in GDLException()
/dports/math/R-cran-expm/expm/tests/
H A Dexpm-Cond.R13 eC <- list(expmCondF = 566.582631819923, list
20 stopifnot(all.equal(C1[1:2], eC, tolerance = 1e-14),
21 all.equal(C2 , eC$expmCond1, tolerance = 1e-14),
22 all.equal(C3. , eC$expmCondF, tolerance = 1e-14, check.attributes = FALSE),
23 all.equal(C3.1, eC$expmCondF, tolerance = 1e-14, check.attributes = FALSE))
/dports/math/ogdf/OGDF/src/ogdf/basic/
H A DGraph.cpp139 edge eC; in copy() local
144 eC->m_adjSrc = new AdjElement(eC,m_edgeIdCount<<1); in copy()
145 (eC->m_adjTgt = new AdjElement(eC,(m_edgeIdCount<<1)|1)) in copy()
147 eC->m_adjSrc->m_twin = eC->m_adjTgt; in copy()
158 adjEntry adj = adjG->isSource() ? eC->adjSource() : eC->adjTarget(); in copy()
217 edges.pushBack(eC); in constructInitByCC()
297 edges.pushBack(eC); in constructInitByNodes()
299 eC->m_adjSrc = new AdjElement(eC, m_edgeIdCount<<1); in constructInitByNodes()
300 (eC->m_adjTgt = new AdjElement(eC, (m_edgeIdCount<<1)|1)) in constructInitByNodes()
302 eC->m_adjSrc->m_twin = eC->m_adjTgt; in constructInitByNodes()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.random.surface/
H A Dcalcsurf.c12 int owC, oeC, onR, osR, wC, eC, nR, sR; in CalcSurface() local
28 eC = RanCols - (OutCols + 1); in CalcSurface()
30 eC = oeC; in CalcSurface()
63 for (Col = wC; Col <= eC; Col++) { in CalcSurface()
69 Col2 = eC + 1; in CalcSurface()
/dports/lang/nim/nim-1.6.2/tests/array/
H A Dtarraycons.nim9 eA, eB, eC, eD, eE, eF
14 eC: [3, 4],
21 echo myMapping[eC][1]
/dports/converters/mpack/mpack-1.6/
H A Dmacproj.hqx192 !!"`!!3!!,X"03800!!!!#QeKBfe`B@0V,Q-!!!!"U!(9N!#S!G@3!+J"eC!!!!!
210 rrrrrrrrrrkYRir!!!!!F!!%!!!%-68&$6J!!!!TYB@0ZFfedF#jM!!!!!DJ"eC!
214 "eC!!U!(9N!#S!G@3!!!!!"`!!J!!&AP0380)!!!"#NeKBdKPB@4PFR-!!!!"UfD
222 !!!!!rrrrrrrrrrqV"2!$!!!!'!!"!!!Z`%024%8!!!!(BfpNCA-ZB`!!!DJ"eC!
230 [C'8ZB`!!!!'S!G@3!+J"eC!!U!(9N!!!!!!F!!)!!"9j68&$5!!!!3T0B@0)C@&
235 9N!#S!G@3!+J"eC!!!!!!(!!#!!!9H8e"3dJ!!!%+6@&M5'9KC'9bF`!!!!'VCSC
240 9!!!!'J!"!!!!!%e"3di!!!!)E@&MER4P,Q-!!!!"U!(9N!#S!G@3!+J"eC!!!!!
243 VCkjG!!!!'J!"!!!Z%8e"3di!!!!*E@&MEQ&`F#jM!!!"U!(9N!#S!G@3!+J"eC!
253 rrrqUUJk@!!!!(!!"!!!Z%8e"3e!!!!!+E@&MF'0cG()ZB`!d!!'S!G@3!+J"eC!
256 !!DJ"eC!!U!(9N!#S!G@3!!!!!"`!!J!!&AP0380)!!!"#NeKBdKPB@4PFR-!!!!
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/kem/ntru/pqclean_ntruhps2048677_clean/
H A Dpoly_rq_mul.c50 uint16_t eC[63 * 2 * K]; in toom4_k2x2_mul() local
54 toom4_k2x2_basemul(eC + 0 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
58 toom4_k2x2_basemul(eC + 1 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
62 toom4_k2x2_basemul(eC + 2 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
66 toom4_k2x2_basemul(eC + 3 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
70 toom4_k2x2_basemul(eC + 4 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
74 toom4_k2x2_basemul(eC + 5 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
78 toom4_k2x2_basemul(eC + 6 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
80 toom4_k2x2_interpolate(ab, eC); in toom4_k2x2_mul()
/dports/security/liboqs/liboqs-0.7.0/src/kem/ntru/pqclean_ntruhrss701_clean/
H A Dpoly_rq_mul.c50 uint16_t eC[63 * 2 * K]; in toom4_k2x2_mul() local
54 toom4_k2x2_basemul(eC + 0 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
58 toom4_k2x2_basemul(eC + 1 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
62 toom4_k2x2_basemul(eC + 2 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
66 toom4_k2x2_basemul(eC + 3 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
70 toom4_k2x2_basemul(eC + 4 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
74 toom4_k2x2_basemul(eC + 5 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
78 toom4_k2x2_basemul(eC + 6 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
80 toom4_k2x2_interpolate(ab, eC); in toom4_k2x2_mul()
/dports/security/liboqs/liboqs-0.7.0/src/kem/ntru/pqclean_ntruhps2048509_clean/
H A Dpoly_rq_mul.c50 uint16_t eC[63 * 2 * K]; in toom4_k2x2_mul() local
54 toom4_k2x2_basemul(eC + 0 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
58 toom4_k2x2_basemul(eC + 1 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
62 toom4_k2x2_basemul(eC + 2 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
66 toom4_k2x2_basemul(eC + 3 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
70 toom4_k2x2_basemul(eC + 4 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
74 toom4_k2x2_basemul(eC + 5 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
78 toom4_k2x2_basemul(eC + 6 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
80 toom4_k2x2_interpolate(ab, eC); in toom4_k2x2_mul()
/dports/security/liboqs/liboqs-0.7.0/src/kem/ntru/pqclean_ntruhps4096821_clean/
H A Dpoly_rq_mul.c50 uint16_t eC[63 * 2 * K]; in toom4_k2x2_mul() local
54 toom4_k2x2_basemul(eC + 0 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
58 toom4_k2x2_basemul(eC + 1 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
62 toom4_k2x2_basemul(eC + 2 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
66 toom4_k2x2_basemul(eC + 3 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
70 toom4_k2x2_basemul(eC + 4 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
74 toom4_k2x2_basemul(eC + 5 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
78 toom4_k2x2_basemul(eC + 6 * 9 * 2 * K, tmpA, tmpB); in toom4_k2x2_mul()
80 toom4_k2x2_interpolate(ab, eC); in toom4_k2x2_mul()
/dports/graphics/exiv2/exiv2-0.27.5-Source/test/
H A Dicc-test.sh31 runTest exiv2 -eC --force $filename
39 runTest exiv2 -eC --force $filename
47 runTest exiv2 -eC --force $filename
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/tests/
H A Dtest_sel.cxx27 sdet_edgel* eC = new sdet_edgel(vgl_point_2d<double>(2.0,0.0), 0.0); in MAIN() local
37 sdet_ES_curve_model es3(eA, eC, eA, 0.1, 0.1, 1.0, 0.5, 0.5, false); in MAIN()
75 edgemap->insert(eC); in MAIN()
/dports/lang/nim/nim-1.6.2/tests/enum/
H A Dtenummix.nim9 TE2 = enum eC, eD
11 assert eA != eC
H A Dtenum.nim33 eC = 5
41 of eC: echo "C"
50 eC = 5
58 of eC: echo "C"
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/vrml/x3d/
H A Dx3d_transform.cpp211 std::list< X3DNODE* >::iterator eC = m_Children.end(); in AddChildNode() local
213 while( sC != eC ) in AddChildNode()
296 std::list< X3DNODE* >::iterator eC = m_Children.end(); in TranslateToSG() local
308 while( sC != eC ) in TranslateToSG()
331 eC = m_Refs.end(); in TranslateToSG()
/dports/biology/py-biopython/biopython-1.79/Tests/Hmmer/
H A Dtext_31b2_hmmscan_001.out286 ++ ++ C+eC k
311 f C+eC k+f+s
628 ++ + C+eC +
654 + C+eC k+f++
716 f+C+eC ktf+s
850 + C eC
869 ++ C+eC ktF ++
983 +C+eC+
1811 + C+eC k+f +
1826 C+eC++
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/types/testdata/
H A Ddecls4.src120 type eC struct {
121 eZ // eZ contributes xf, xm to eC
133 _ = eC{}.xf
134 _ = eC{}.xm
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/vrml/v2/
H A Dvrml2_node.cpp148 std::list< WRL2NODE* >::iterator eC = m_Refs.end(); in ~WRL2NODE() local
150 while( sC != eC ) in ~WRL2NODE()
158 eC = m_Children.end(); in ~WRL2NODE()
160 while( sC != eC ) in ~WRL2NODE()
364 std::list< WRL2NODE* >::iterator eC = m_Children.end(); in AddChildNode() local
366 while( sC != eC ) in AddChildNode()
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dljcolor.cpp195 COLORMODE eC = COLOR; in Send() local
201 if ((thePrintContext->GetPrintModeSettings (eQ, eM, eC, bD)) == NO_ERROR && in Send()
202 eC == GREY_K) in Send()
209 if (eC != GREY_K) in Send()
295 COLORMODE eC; in StartSend() local
299 thePrintContext->GetPrintModeSettings (eQ, eM, eC, bD); in StartSend()
/dports/math/ogdf/OGDF/include/ogdf/graphalg/steiner_tree/
H A DFullComponentStore.h110 edge eC = m_graph.newEdge(m_nodeCopy[uO], m_nodeCopy[vO], weight);
113 data.start = eC->adjSource();
131 edge eC = m_graph.newEdge(m_nodeCopy[uO], m_nodeCopy[vO], weight);
134 data.start = eC->adjSource();
137 data.start = eC->adjTarget();
197 …edge eC = m_graph.newEdge(m_nodeCopy[data.terminals[0]], m_nodeCopy[data.terminals[1]], data.cost);
198 data.start = eC->adjSource();
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/vrml/v1/
H A Dvrml1_node.cpp175 std::list< WRL1NODE* >::iterator eC = m_Children.end(); in ~WRL1NODE() local
177 while( sC != eC ) in ~WRL1NODE()
201 std::list< WRL1NODE* >::iterator eC = m_Children.end(); in cancelDict() local
203 while( sC != eC ) in cancelDict()
383 std::list< WRL1NODE* >::iterator eC = m_Children.end(); in AddChildNode() local
385 while( sC != eC ) in AddChildNode()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/testdata/check/
H A Ddecls4.src169 type eC struct {
170 eZ // eZ contributes xf, xm to eC
182 _ = eC{}.xf
183 _ = eC{}.xm
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/types/testdata/
H A Ddecls4.src169 type eC struct {
170 eZ // eZ contributes xf, xm to eC
182 _ = eC{}.xf
183 _ = eC{}.xm
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/testdata/check/
H A Ddecls4.src169 type eC struct {
170 eZ // eZ contributes xf, xm to eC
182 _ = eC{}.xf
183 _ = eC{}.xm

12345678910>>...39