Home
last modified time | relevance | path

Searched refs:DULongGDL (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddnode.cpp176 cData=new DULongGDL( val); in Text2UInt()
251 cData=new DULongGDL( val); in Text2ULong()
268 cData=new DULongGDL(val); in Text2ULong()
278 cData=new DULongGDL(val); in Text2ULong()
H A Drandomgenerators.cpp768 DULongGDL* p02L = e->IfDefGetParAs< DULongGDL>(0); in random_fun_dsfmt()
777 DULongGDL* p0L = e->IfDefGetParAs< DULongGDL>(0); in random_fun_dsfmt()
803 DULongGDL* res = new DULongGDL(dim, BaseGDL::NOZERO); in random_fun_dsfmt()
H A Dbasic_fun.cpp290 return new DULongGDL(dim); in ulonarr()
528 DULongGDL* pL = static_cast<DULongGDL*> ( p->Convert2( GDL_ULONG, BaseGDL::COPY ) ); in ptr_valid()
559 DULongGDL* pL = new DULongGDL( p->Dim( ) ); in ptr_valid()
637 DULongGDL* pL = static_cast<DULongGDL*> ( p->Convert2( GDL_ULONG, BaseGDL::COPY ) ); in obj_valid()
664 DULongGDL* pL = new DULongGDL( p->Dim( ) ); in obj_valid()
1023 DULongGDL* iGen = new DULongGDL(dim, BaseGDL::INDGEN, off, inc); in indgen()
1071 DULongGDL* iGen = new DULongGDL(dim, BaseGDL::INDGEN, off, inc); in sindgen()
1389 return type_fun<DULongGDL>( e); in ulong_fun()
2976 case GDL_ULONG: return total_template_integer<DULongGDL>(static_cast<DULongGDL*> (p0)); in total_fun()
3032 return total_template_double<DULongGDL>(static_cast<DULongGDL*> (p0), false); in total_fun()
[all …]
H A Dhdf_pro.cpp156 hdf_sd_getdata_template< DULongGDL>( e, dim, sds_id, in hdf_sd_getdata_pro()
438 *dataKW = new DULongGDL(dim, BaseGDL::NOZERO); in hdf_sd_attrinfo_pro()
679 case DFNT_UINT32: hdf_sd_getdscl_template< DULongGDL>( e, dim_size, dim_id); break; in hdf_sd_dimget_pro()
H A Dgdlpython.cpp169 return NewFromPyArrayObject< DULongGDL>( dim, array);
H A Dprognode.cpp503 DULongGDL* iGen = new DULongGDL(dim, BaseGDL::INDGEN, off, inc); in Eval()
508 case GDL_ULONG: return new DULongGDL(dim, BaseGDL::INDGEN, off, inc); in Eval()
1646 DPtr pForEach = (*static_cast<DULongGDL*>( oStruct->GetTag( forEachTag, 0)))[0]; in Run()
1708 DPtr pForEach = (*static_cast<DULongGDL*>( oStruct->GetTag( forEachTag, 0)))[0]; in Run()
H A Dmath_fun_ac.cpp876 return Sobel_Template<DULongGDL>(static_cast<DULongGDL*> (p0),a); in sobel_fun()
1024 return Prewitt_Template<DULongGDL>(static_cast<DULongGDL*> (p0),a); in prewitt_fun()
H A Dmatrix_invert.cpp377 DULongGDL* p0UL = static_cast<DULongGDL*>( p0); in invert_gsl_fun()
H A Dgsl_fun.cpp173 cp2data2_template< DULongGDL, T>( p0, data, nEl, offset, in cp2data_template()
1027DULongGDL* ret = new DULongGDL(dimension(MERSENNE_GSL_N + 4), BaseGDL::ZERO); //ZERO as not all el… in get_random_state()
1075 DULongGDL* p0L = e->IfDefGetParAs< DULongGDL>(0); in random_fun_gsl()
1117 DULongGDL* res = new DULongGDL(dim, BaseGDL::NOZERO); in random_fun_gsl()
1590 *locationsKW = new DULongGDL( dim, BaseGDL::NOZERO); in histogram_fun()
1592 (*static_cast<DULongGDL*>( *locationsKW))[i] = in histogram_fun()
1845 DULongGDL* p0UL = static_cast<DULongGDL*>( p0); in la_trired_pro()
H A Dmath_fun_jmg.cpp1510 …return warp_linear0< DULongGDL, DULong>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q->Dat…
1530 …return warp_linear1< DULongGDL, DULong>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q->Dat…
1550 …return warp_linear2< DULongGDL, DULong>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q->Dat…
1601 return warp0< DULongGDL, DULong>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
1621 return warp1< DULongGDL, DULong>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
1641 …return warp2< DULongGDL, DULong>(nCol, nRow, p0, cubicParameter, poly_u, poly_v, missing, doMissin…
H A Dassocdata.cpp325 template class Assoc_< DULongGDL>;
H A Dtiff.cxx267 … case GDL_ULONG: addScanline = createScanlineFn(image, new DULongGDL(dim)); break; in ReadImage()
627 … auto subRect = static_cast<DULongGDL*>(e->GetKW(subRectIx)->Convert2(GDL_ULONG, BaseGDL::COPY)); in tiff_read()
H A Dinterpolate.cpp2024 CALL_INTERPOLATE_1D_SINGLE(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
2060 CALL_INTERPOLATE_1D(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
2156 CALL_INTERPOLATE_2D_GRID_SINGLE(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
2192 CALL_INTERPOLATE_2D_GRID(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
2229 CALL_INTERPOLATE_2D(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
2335 CALL_INTERPOLATE_3D_GRID_SINGLE(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
2371 CALL_INTERPOLATE_3D_GRID(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
2408 CALL_INTERPOLATE_3D(DULongGDL, DULong, DDoubleGDL, DDouble) in interpolate_fun()
H A Dsorting.cpp1694 DULong* val = (DULong*) (static_cast<DULongGDL*> (p0)->DataAddr()); in gdl_sort_fun()
1784 DULong* val = (DULong*) (static_cast<DULongGDL*> (p0)->DataAddr()); in gdl_sort_fun()
2017 DULong* val = (DULong*)(static_cast<DULongGDL*>(p0)->DataAddr()); in do_sort_fun()
2025 DULong* val = (DULong*)(static_cast<DULongGDL*>(p0)->DataAddr()); in do_sort_fun()
H A Dmagick_cl.cpp529 DULongGDL * subrect = static_cast<DULongGDL*> (sr->Convert2(GDL_ULONG, BaseGDL::COPY)); in magick_read()
H A Dhdf5_fun.cpp648 res = new DULongGDL(dim); in h5a_read_fun()
894 res = new DULongGDL(dim); in h5d_read_fun()
H A Dbasic_fun_jmg.cpp874 case GDL_ULONG: return make_array_template<DULongGDL>(e, dimKey, value, off, inc); in make_array()
883 else return make_array_template<DULongGDL>(e, dimKey, value, off, inc)->Convert2(GDL_STRING); in make_array()
H A Ddatatypes.hpp506 typedef Data_<SpDULong> DULongGDL; typedef
H A Dbasic_pro_jmg.cpp889 case GDL_ULONG: return new DULongGDL(ret.d_ulong); in call_external()
H A Ddatatypesref.cpp1339 (*static_cast<DULongGDL*>( oStructGDL->GetTag( nForEachTag, 0)))[0] = pKey; in NewIx()
H A Ddatatypes.cpp4523 Data_* act = Rebin1Int<DULongGDL, DULong64>( actIn, actDim, d, newDim[d], sample); in Rebin()
4535 Data_* act = Rebin1Int<DULongGDL, DULong64>( actIn, actDim, d, newDim[d], sample); in Rebin()
H A Dbasic_pro.cpp694 e->AssureScalarPar<DULongGDL>(2, p); in socket()
H A Dsaverestore.cpp1010 var = new DULongGDL(*dims); in getVariable()
H A Dlist.cpp2111 return LIST__ToArray<DULongGDL>( e, newdim); in list__toarray()
H A Dwidget.cpp2857 val = new DULongGDL( retval->Dim( ) ); in widget_control()

12