Home
last modified time | relevance | path

Searched refs:DLong64 (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dwhere.cpp228 DLong64* yes = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
229 DLong64* no = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
268 partno[thread_id] = (DLong64*)MALLOC(space*sizeof(DLong64)); in Where()
313 DLong64* yes = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
345 part[thread_id] = (DLong64*)MALLOC(space*sizeof(DLong64)); in Where()
538 DLong64* yes = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
539 DLong64* no = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
623 DLong64* yes = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
848 DLong64* yes = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
849 DLong64* no = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
[all …]
H A Dwhere_inc.cpp18 void Data_<Sp>::Where(DLong64* &ret, SizeT &passed_count, bool comp, DLong64* &comp_ret) { in Where()
24 DLong64* yes = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
25 DLong64* no = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
63 partyes[thread_id] = (DLong64*)MALLOC(space*sizeof(DLong64)); in Where()
64 partno[thread_id] = (DLong64*)MALLOC(space*sizeof(DLong64)); in Where()
85 ret=(DLong64*)MALLOC(countyes * sizeof (DLong64)); //allocate, nozero in Where()
93 comp_ret=(DLong64*)MALLOC(countno * sizeof (DLong64)); //allocate, nozero in Where()
109 DLong64* yes = (DLong64*)MALLOC(nEl*sizeof(DLong64)); in Where()
122 DLong64* part[nchunk]; in Where()
141 part[thread_id] = (DLong64*)MALLOC(space*sizeof(DLong64)); in Where()
[all …]
H A Ddnode.cpp124 static const DLong64 maxDInt= in Text2Int()
125 static_cast<DLong64>(numeric_limits<DInt>::max()); in Text2Int()
126 static const DLong64 maxDLong= in Text2Int()
127 static_cast<DLong64>(numeric_limits<DLong>::max()); in Text2Int()
131 DLong64 ll; in Text2Int()
193 static const DLong64 maxDInt= in Text2Long()
194 static_cast<DLong64>(numeric_limits<DInt>::max()); in Text2Long()
195 static const DLong64 maxDLong= in Text2Long()
200 DLong64 ll; in Text2Long()
227 DLong64 val; in Text2Long()
[all …]
H A Dio.hpp101 DLong64 Skip( std::streampos pos, bool doThrow=true);
231 DLong64 Skip( std::streampos pos, bool doThrow=true);
235 DLong64 CopySomeTo( DLong64 pos, GDLStream& to, bool doThrow=true);
H A Dconvol_inc.cpp125 DLong64* absker = static_cast<DLong64*>( dabskern->DataAddr());
126 DLong64* biasker = static_cast<DLong64*>( dbiaskern->DataAddr());
128 DLong64 scale = (*static_cast<Data_<SpDLong64>*>( scaleIn))[0];
131 DLong64* ker = static_cast<DLong64*>( kernel->DataAddr());
132 DLong64 bias = (*static_cast<Data_<SpDLong64>*>( biasIn))[0];
H A Dio.cpp375 DLong64 AnyStream::Skip(std::streampos pos, bool doThrow) { in Skip()
386 DLong64 ret=fStream->tellg()-cur; in Skip()
396 DLong64 ret=igzStream->tellg()-cur; in Skip()
831 DLong64 GDLStream::CopySomeTo(DLong64 nbytes, GDLStream& to, bool doThrow) { in CopySomeTo()
832 DLong64 chunksize = 1000000; //1 megabyte in CopySomeTo()
833 DLong64 nchunk = nbytes / chunksize; in CopySomeTo()
838 DLong64 ret = 0; in CopySomeTo()
839 DLong64 n = 0; in CopySomeTo()
889 DLong64 GDLStream::Skip(std::streampos pos, bool doThrow) { in Skip()
892 DLong64 ret = anyStream->Skip(pos, doThrow); in Skip()
H A Dtypedefs.hpp139 typedef __int64 DLong64; typedef
145 typedef long long int DLong64; typedef
200 extern DLong64 CpuTPOOL_MIN_ELTS;
201 extern DLong64 CpuTPOOL_MAX_ELTS;
H A Dobjects.hpp61 extern DLong64 CpuTPOOL_MIN_ELTS;
62 extern DLong64 CpuTPOOL_MAX_ELTS;
H A Dbasic_pro_jmg.cpp235 DLong64 pos = actUnit.Tell(); in point_lun()
244 DLong64 pos; in point_lun()
320 DLong64 pos; in copy_lun()
321 …if (doeof) pos = std::numeric_limits<DLong64>::max(); //copy until the end: read a big number, but… in copy_lun()
323 DLong64 ret = actUnit1.CopySomeTo(pos, actUnit2, doThrow); in copy_lun()
362 DLong64 pos; in skip_lun()
363 …if (doeof) pos = std::numeric_limits<DLong64>::max(); //copy until the end: read a big number, but… in skip_lun()
365 DLong64 ret = actUnit.Skip(pos, doThrow); in skip_lun()
819 DLong64 d_long64; in call_external()
839 case GDL_LONG64: ret.d_long64 = ((DLong64(*) (int, void**))func)(argc, argv); in call_external()
H A Dgetas.cpp185 return Real2Int<DLong64,float>((*this)[i]); in GetAs()
237 return Real2Int<DLong64,double>((*this)[i]); in GetAs()
455 return Real2Int<DLong64,float>(real((*this)[i])); in GetAs()
519 return Real2Int<DLong64,double>(real((*this)[i])); in GetAs()
H A Dsorting.cpp786 static T* RadixSort(const DLong64* input, SizeT nb) in RadixSort()
795 CREATE_HISTOGRAMS8(DLong64, input); in RadixSort()
1697 DLong64* val = (DLong64*) (static_cast<DLong64GDL*> (p0)->DataAddr()); in gdl_sort_fun()
1800 DLong64* val = (DLong64*) (static_cast<DLong64GDL*> (p0)->DataAddr()); in gdl_sort_fun()
2034 DLong64* val = (DLong64*)(static_cast<DLong64GDL*>(p0)->DataAddr()); in do_sort_fun()
2039 AdaptiveSortIndex<DLong64, IndexT>( val, hh, low, high); in do_sort_fun()
2042 DLong64* val = (DLong64*)(static_cast<DLong64GDL*>(p0)->DataAddr()); in do_sort_fun()
2103 else return do_sort_fun<DLong64GDL,DLong64>(p0); in sort_fun()
H A Dconvol2.cpp50 #define Ty DLong64
H A Dofmt.cpp823 OutInteger( *os, static_cast<DLong64>((*this)[ firstEl++].imag()), w, d, code, oMode); in OFmtI()
830 OutInteger( *os, static_cast<DLong64>((*this)[ i].real()), w, d, code, oMode); in OFmtI()
831 OutInteger( *os, static_cast<DLong64>((*this)[ i].imag()), w, d, code, oMode); in OFmtI()
836 OutInteger( *os, static_cast<DLong64>((*this)[ endEl++].real()), w, d, code, oMode); in OFmtI()
855 OutInteger( *os, static_cast<DLong64>((*this)[ firstEl++].imag()), w, d, code, oMode); in OFmtI()
862 OutInteger( *os, static_cast<DLong64>((*this)[ i].real()), w, d, code, oMode); in OFmtI()
863 OutInteger( *os, static_cast<DLong64>((*this)[ i].imag()), w, d, code, oMode); in OFmtI()
868 OutInteger( *os, static_cast<DLong64>((*this)[ endEl++].real()), w, d, code, oMode); in OFmtI()
H A Denvt.hpp342 void AssureLongScalarPar( SizeT ix, DLong64& scalar);
864 void AssureLongScalarKW( const std::string& kw, DLong64& scalar);
867 void AssureLongScalarKW( SizeT ix, DLong64& scalar);
870 void AssureLongScalarPar( SizeT ix, DLong64& scalar);
H A DShapefiles.cpp72 self->InitTag("SHAPEHANDLE", DLong64GDL((DLong64) shph)); in GDLffShape___Init()
74 self->InitTag("DBFHANDLE", DLong64GDL((DLong64) dbfh)); in GDLffShape___Init()
106 self->InitTag("SHAPEHANDLE", DLong64GDL((DLong64) shph)); in GDLffShape___Open()
108 self->InitTag("DBFHANDLE", DLong64GDL((DLong64) dbfh)); in GDLffShape___Open()
H A Dnullgdl.hpp141 /*virtual*/ void Where(DLong64* &ret, SizeT &passed_count, bool comp, DLong64* &comp_ret);
H A Dtypetraits.hpp277 static const DLong64 zero;
287 typedef DLong64 Ty;
H A Ddatatypes.cpp2881 DLong64* endval = static_cast<DLong64*> ((*lEnd)->DataAddr()); in ForCheck()
2883 DLong64 testVal=endval[0]; in ForCheck()
2886 DLong64* step = NULL; in ForCheck()
2888 step = static_cast<DLong64*> ((*lStep)->DataAddr()); in ForCheck()
4123 DLong64 ratio = newDim / srcDimIx; // make sure 32 bit integers are working also in Rebin1()
4139 for( DLong64 r=0; r<ratio; ++r) in Rebin1()
4277 for( DLong64 r=0; r<ratio; ++r)
4397 Data_* act = Rebin1Int<DIntGDL, DLong64>( actIn, actDim, d, newDim[d], sample); in Rebin()
4409 Data_* act = Rebin1Int<DIntGDL, DLong64>( actIn, actDim, d, newDim[d], sample); in Rebin()
4481 Data_* act = Rebin1Int<DLongGDL, DLong64>( actIn, actDim, d, newDim[d], sample); in Rebin()
[all …]
H A Dbasegdl.hpp524 virtual void Where(DLong64* &ret, SizeT &passed_count, bool comp, DLong64* &comp_ret) ;
H A Denvt.cpp1591 void EnvBaseT::AssureLongScalarPar( SizeT pIx, DLong64& scalar) in AssureLongScalarPar()
1609 void EnvT::AssureLongScalarPar( SizeT pIx, DLong64& scalar) in AssureLongScalarPar()
1636 void EnvT::AssureLongScalarKW( const std::string& kw, DLong64& scalar) in AssureLongScalarKW()
1641 void EnvT::AssureLongScalarKW( SizeT eIx, DLong64& scalar) in AssureLongScalarKW()
H A Dbasegdl.cpp258 void BaseGDL::Where(DLong64* &ret, SizeT &passed_count, bool comp, DLong64* &comp_ret) in Where()
H A Dnullgdl.cpp259 void NullGDL::Where(DLong64* &ret, SizeT &passed_count, bool comp, DLong64* &comp_ret) in Where()
H A Ddatatypes.hpp276 void Where(DLong64* &ret, SizeT &passed_count, bool comp, DLong64* &comp_ret);
H A Dmath_fun_jmg.cpp1512 …return warp_linear0< DLong64GDL, DLong64>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q->D…
1532 …return warp_linear1< DLong64GDL, DLong64>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q->D…
1552 …return warp_linear2< DLong64GDL, DLong64>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q->D…
1603 return warp0< DLong64GDL, DLong64>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
1623 return warp1< DLong64GDL, DLong64>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
1643 …return warp2< DLong64GDL, DLong64>(nCol, nRow, p0, cubicParameter, poly_u, poly_v, missing, doMiss…
H A Dprognode.cpp387 DLong64 sz; //must be signed fo further tests in Eval()
478 DLong64 i_off = (*(static_cast<DLong64GDL*> (val[0]->Convert2(GDL_LONG64))))[0]; off=i_off; in Eval()
479 DLong64 i_endval = (*(static_cast<DLong64GDL*> (val[1]->Convert2(GDL_LONG64))))[0]; in Eval()
480 DLong64 i_inc; in Eval()

12