Home
last modified time | relevance | path

Searched refs:numtype (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/dports/science/pcmsolver/pcmsolver-1.3.0/external/libtaylor/
H A Dpolymul.hpp317 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
367 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
402 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
435 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
470 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
505 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
536 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
565 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) in antimul()
973 static void trans(numtype tmp[], numtype dst[], const numtype src[], const in trans()
1192 static void compose0(numtype dst[], const numtype p[], const numtype c[]) in compose0()
[all …]
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/external/upstream/taylor/
H A Dpolymul.hpp264 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
316 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
354 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
394 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
438 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
478 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
512 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
543 static void antimul(const numtype dst[], numtype p1[], const numtype p2[]) { in antimul()
591 static void mul(numtype p1[], const numtype p2[]) { in mul()
1127 static void compose0(numtype dst[], const numtype p[], const numtype c[]) { in compose0()
[all …]
/dports/devel/blitz/blitz-1.0.2/benchmarks/
H A Dmakeloops.cpp143 const char* numtype = "REAL*8"; in fortranVersion() local
212 const char* numtype = "REAL*8"; in fortran90Version() local
269 const char* numtype);
283 const char* numtype = "double"; in cppVersion() local
336 writeFortranDecl(ofs, "_f77", lp, numtype); in cppVersion()
337 writeFortranDecl(ofs, "_f77overhead", lp, numtype); in cppVersion()
338 writeFortranDecl(ofs, "_f90", lp, numtype); in cppVersion()
339 writeFortranDecl(ofs, "_f90overhead", lp, numtype); in cppVersion()
463 const char* numtype) in writeFortranDecl() argument
601 << " = new " << numtype << "[N];" << endl in F77Version()
[all …]
/dports/science/h5utils/h5utils-1.13.1/
H A Darrayh4.c44 if (numtype == DFNT_FLOAT64) in arrayh4_create()
49 b->numtype = numtype; in arrayh4_create()
50 if (numtype == DFNT_FLOAT64) { in arrayh4_create()
73 if (a.numtype == DFNT_FLOAT64) { in arrayh4_clone()
103 if (a.numtype == DFNT_FLOAT64) { in arrayh4_destroy()
117 int32 numtype; in arrayh4_read() local
143 DFSDgetNT(&numtype); in arrayh4_read()
147 if (a->numtype == DFNT_FLOAT64) { in arrayh4_read()
191 DFSDsetNT(a.numtype); in arrayh4_write()
193 if (a.numtype == DFNT_FLOAT64) { in arrayh4_write()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/
H A Dunit_Interpolation.res1 create Interpolation(Lagrange,standard,1,H1) : name=Lagrange subname= numtype=1 space=H1 isoparamet…
2 create Interpolation(Lagrange,gaussLobatto,1,H1) : name=Lagrange subname=GaussLobatto numtype=1 spa…
3 create Interpolation(Hermite,standard,1,H2) : name=Lagrange subname=GaussLobatto numtype=1 space=H1…
4 create Interpolation(Nedelec,firstFamily,1,Hdiv) : name=Nedelec subname=first family numtype=1 spac…
5 create Interpolation(Lagrange,standard,4,L2) : name=Lagrange subname= numtype=4 space=L2 isoparamet…
6 findInterpolation(Lagrange,standard,1,H1): name=Lagrange subname= numtype=1 space=H1 isoparametric=…
7 findInterpolation(RaviartThomas,standard,1,Hdiv): name=Raviart-Thomas subname= numtype=1 space=Hdiv…
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/util/
H A Dnumeric.py104 def to_sortable(numtype, intsize, signed, x): argument
105 if numtype is int or numtype is long_type:
113 def from_sortable(numtype, intsize, signed, x): argument
114 if numtype is int or numtype is long_type:
181 def tiered_ranges(numtype, intsize, signed, start, end, shift_step, argument
183 assert numtype in (int, float)
190 start = to_sortable(numtype, intsize, signed, start)
197 end = to_sortable(numtype, intsize, signed, end)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/
H A DInterpolation.cpp38 …: type(typ), subtype(sub), numtype(num), conformSpace(spa), isoparametric(false), name(""), subnam… in Interpolation()
97 shortname+="_"+tostring(numtype); in build()
123 …if (this==&i && type == i.type && subtype==i.subtype && numtype==i.numtype && conformSpace==i.conf… in operator ==()
138 if (numtype > 0) {return true;} // H1-conforming interpolation in isContinuous()
178 number_t maxDegree = numtype; in maximumDegree()
183 switch (numtype) in maximumDegree()
247 error("bad_interp_degree", name, subname, numtype, words("shape", sha)); in badDegree()
253 …out << "finite element interpolation : " << subname << " " << name << " of order " << numtype << "… in print()
279 && num == (*it_FEI_p)->numtype && spa == (*it_FEI_p)->conformSpace) {return *it_FEI_p;} in findInterpolation()
/dports/net-p2p/c-lightning/lightning-0.10.2/wire/
H A Dtlvstream.c14 return a->numtype > b->numtype ? 1 : -1; in tlv_field_cmp()
32 towire_bigsize(pptr, field->numtype); in towire_tlvstream_raw()
41 if (stream[i].numtype == type) in tlvstream_get_raw()
57 f.numtype = type; in tlvstream_set_raw()
141 field.numtype = fromwire_bigsize(cursor, max); in fromwire_tlv()
180 if (types[i].type == field.numtype) in fromwire_tlv()
218 if (f->numtype % 2 != 0 || f->meta != NULL) in tlv_type_is_allowed()
227 if (extra_types[i] == f->numtype) in tlv_type_is_allowed()
259 if (f->numtype == prev_type) in tlv_fields_valid()
268 prev_type = f->numtype; in tlv_fields_valid()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_Interpolation.cpp51 out << " subname=" << fei1->subname << " numtype=" << fei1->numtype; in unit_Interpolation()
57 out << " subname=" << fei2->subname << " numtype=" << fei2->numtype; in unit_Interpolation()
63 out << " subname=" << fei3->subname << " numtype=" << fei3->numtype; in unit_Interpolation()
69 out << " subname=" << fei4->subname << " numtype=" << fei4->numtype; in unit_Interpolation()
75 out << " subname=" << fei5->subname << " numtype=" << fei5->numtype; in unit_Interpolation()
83 out << " subname=" << fei->subname << " numtype=" << fei->numtype; in unit_Interpolation()
89 out << " subname=" << fei->subname << " numtype=" << fei->numtype; in unit_Interpolation()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/caret/src/
H A Dlib.rs133 $v:vis struct $name:ident ( $numtype:ty ) {
143 $v struct $name($numtype);
145 impl From<$name> for $numtype {
146 fn from(val: $name) -> $numtype { val.0 }
148 impl From<$numtype> for $name {
149 fn from(num: $numtype) -> $name { $name(num) }
174 fn get(self) -> $numtype {
/dports/devel/blitz/blitz-1.0.2/blitz/generate/
H A Dmakeloops.py175 numtype=loopnumtype(loop)[0]
189 cc([" %s %s = 0.39123982498157938742;\n"%(numtype, n)
192 declandfill(loop, "Array<%s,1> %s(N)"%(numtype,"%s"),
197 declandfill(loop, "Vector<%s> %s(N)"%(numtype,"%s"),
200 declandfill(loop, "TinyVector<%s,N> %s(N)"%(numtype,"%s"),
203 declandfill(loop, "valarray<%s> %s(N)"%(numtype,"%s"),""),""),
205 declandfill(loop, "%s* %s = new %s[N]"%(numtype, "%s", numtype),"")),
/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIResponse.php59 public $numtype; variable in ilQTIResponse
135 $this->numtype = NUMTYPE_INTEGER;
139 $this->numtype = NUMTYPE_DECIMAL;
143 $this->numtype = NUMTYPE_SCIENTIFIC;
150 return $this->numtype;
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIResponse.php59 public $numtype; variable in ilQTIResponse
135 $this->numtype = NUMTYPE_INTEGER;
139 $this->numtype = NUMTYPE_DECIMAL;
143 $this->numtype = NUMTYPE_SCIENTIFIC;
150 return $this->numtype;
/dports/comms/scmxx/scmxx-0.9.0/src/atcommand/
H A Dgeneric.c121 unsigned int numtype, in at_gen_phonebook_write() argument
128 +1+numlen(numtype)+1 in at_gen_phonebook_write()
137 slot,numtype,text); in at_gen_phonebook_write()
140 slot,number,numtype); in at_gen_phonebook_write()
143 slot,number,numtype,text); in at_gen_phonebook_write()
191 +numlen(numtype(number)) in at_gen_sms_slot_send()
197 sprintf(parmlist,"%d,\"%s\",%d",slot,number,numtype(number)); in at_gen_sms_slot_send()
279 +numlen(numtype(number))+1, in at_gen_smsc()
281 sprintf(parmlist,"\"%s\",%d",number,numtype(number)); in at_gen_smsc()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/triangle/
H A DRefTriangle.cpp98 switch (interp_p->numtype) in triangleLagrangeStd()
116 switch (interp_p->numtype) in triangleHermiteStd()
131 switch ( interp_p->numtype ) in triangleCrouzeixRaviartStd()
148 …case _firstFamily : if(interp_p->numtype ==_P1) return new NedelecFirstTriangleP1(interp_p); //pa… in triangleNedelec()
164 switch (interp_p->numtype) in triangleRaviartThomasStd()
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dfileio.py46 def file_data_store(filename, data, numtype="complex", numformat="decimal", argument
72 f.write("# Generated by QuTiP: %dx%d %s matrix " % (M, N, numtype) +
75 if numtype == "complex":
109 elif numtype == "real":
194 numtype = "complex"
196 numtype = "np.real"
214 if numtype == "complex":
/dports/lang/racket/racket-8.3/share/pkgs/r6rs-lib/r6rs/private/
H A Dnum-inline.rkt19 (define-syntax-rule (define-inliner define-fx numtype? numtype-str)
39 (unless (numtype? arg)
40 (raise-type-error 'fx numtype-str arg))
53 (if (and (numtype? tmp) ...)
64 (unless (numtype? arg)
65 (raise-type-error 'fx numtype-str arg)))
/dports/net/p5-Net-ARP/Net-ARP-1.0.11/
H A Dppport.h729 int numtype = 0; in Perl_grok_number() local
739 numtype = IS_NUMBER_NEG; in Perl_grok_number()
811 numtype |= in Perl_grok_number()
832 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
838 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
878 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
879 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
882 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
887 numtype &= IS_NUMBER_NEG; in Perl_grok_number()
888 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
/dports/textproc/p5-HTML-Tidy/HTML-Tidy-1.60/
H A Dppport.h737 int numtype = 0; in Perl_grok_number() local
747 numtype = IS_NUMBER_NEG; in Perl_grok_number()
819 numtype |= in Perl_grok_number()
840 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
846 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
886 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
887 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
890 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
895 numtype &= IS_NUMBER_NEG; in Perl_grok_number()
896 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
/dports/textproc/p5-HTML-Tidy5/HTML-Tidy5-1.06/
H A Dppport.h737 int numtype = 0; in Perl_grok_number() local
747 numtype = IS_NUMBER_NEG; in Perl_grok_number()
819 numtype |= in Perl_grok_number()
840 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
846 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
886 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
887 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
890 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
895 numtype &= IS_NUMBER_NEG; in Perl_grok_number()
896 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dppport.h753 int numtype = 0; in Perl_grok_number() local
763 numtype = IS_NUMBER_NEG; in Perl_grok_number()
835 numtype |= in Perl_grok_number()
856 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
862 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
902 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
903 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
906 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
911 numtype &= IS_NUMBER_NEG; in Perl_grok_number()
912 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
/dports/www/p5-HTTP-HeaderParser-XS/HTTP-HeaderParser-XS-0.20/
H A Dppport.h753 int numtype = 0; in Perl_grok_number() local
763 numtype = IS_NUMBER_NEG; in Perl_grok_number()
835 numtype |= in Perl_grok_number()
856 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
862 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
902 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
903 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
906 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
911 numtype &= IS_NUMBER_NEG; in Perl_grok_number()
912 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/perl/GRIB-API/
H A Dppport.h753 int numtype = 0; in Perl_grok_number() local
763 numtype = IS_NUMBER_NEG; in Perl_grok_number()
835 numtype |= in Perl_grok_number()
856 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
862 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
902 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
903 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
906 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
911 numtype &= IS_NUMBER_NEG; in Perl_grok_number()
912 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
/dports/security/p5-Crypt-OpenSSL-AES/Crypt-OpenSSL-AES-0.02/
H A Dppport.h753 int numtype = 0; in Perl_grok_number() local
763 numtype = IS_NUMBER_NEG; in Perl_grok_number()
835 numtype |= in Perl_grok_number()
856 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
862 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
902 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
903 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
906 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
911 numtype &= IS_NUMBER_NEG; in Perl_grok_number()
912 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
/dports/security/p5-Crypt-OpenSSL-PKCS10/Crypt-OpenSSL-PKCS10-0.16/
H A Dppport.h745 int numtype = 0;
755 numtype = IS_NUMBER_NEG;
827 numtype |= in decode()
848 numtype |= IS_NUMBER_IN_UV; in decode()
854 numtype |= IS_NUMBER_NOT_INT; in decode()
894 numtype &= IS_NUMBER_NEG; /* Keep track of sign */
895 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT;
898 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT;
903 numtype &= IS_NUMBER_NEG;
904 numtype |= IS_NUMBER_NOT_INT;
[all …]

12345678910>>...22