Home
last modified time | relevance | path

Searched refs:DULong64GDL (Results 1 – 19 of 19) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddnode.cpp180 cData=new DULong64GDL( ll); in Text2UInt()
255 cData=new DULong64GDL( ll); in Text2ULong()
298 cData=new DULong64GDL(val); in Text2ULong64()
300 cData=new DULong64GDL( std::numeric_limits< DULong64>::max()); in Text2ULong64()
H A Dbasic_fun.cpp323 return new DULong64GDL(dim); in ulon64arr()
1399 return type_fun<DULong64GDL>( e); in ulong64_fun()
2940 …case GDL_ULONG64: return total_template_generic<DULong64GDL>(static_cast<DULong64GDL*> (p0), false… in total_fun()
2955 …case GDL_ULONG64: return total_cu_template<DULong64GDL,DULong64>(static_cast<DULong64GDL*> (p0->Du… in total_fun()
2970 …case GDL_ULONG64: return total_template_generic<DULong64GDL>(static_cast<DULong64GDL*> (p0), false… in total_fun()
2992 …case GDL_ULONG64: return total_cu_template<DULong64GDL,DULong64>(static_cast<DULong64GDL*> (p0->Du… in total_fun()
3020 return total_template_double<DULong64GDL>(static_cast<DULong64GDL*> (p0), false); in total_fun()
3093 … DDoubleGDL* res = total_template_double<DULong64GDL>(static_cast<DULong64GDL*> (p0), false); in total_fun()
3624 … case GDL_ULONG64: return product_template<DULong64GDL>(static_cast<DULong64GDL*> (p0), nanInt); in product_fun()
3642 return product_template<DULong64GDL> in product_fun()
[all …]
H A Drandomgenerators.cpp653DULong64GDL* ret = new DULong64GDL(dimension(1+(DSFMT_N64+1)*maxNumberOfThreads()), BaseGDL::NOZER… in get_random_state()
756 DULong64GDL* p0L = e->IfDefGetParAs< DULong64GDL>(0); in random_fun_dsfmt()
H A Dmath_fun_ac.cpp882 return Sobel_Template<DULong64GDL>(static_cast<DULong64GDL*> (p0),a); in sobel_fun()
1030 return Prewitt_Template<DULong64GDL>(static_cast<DULong64GDL*> (p0),a); in prewitt_fun()
H A Dmath_fun_jmg.cpp1514 …return warp_linear0< DULong64GDL, DULong64>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q-…
1534 …return warp_linear1< DULong64GDL, DULong64>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q-…
1554 …return warp_linear2< DULong64GDL, DULong64>(nCol, nRow, p0, (DDouble*) P->DataAddr(),(DDouble*) Q-…
1605 return warp0< DULong64GDL, DULong64>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
1625 return warp1< DULong64GDL, DULong64>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
1645 …return warp2< DULong64GDL, DULong64>(nCol, nRow, p0, cubicParameter, poly_u, poly_v, missing, doMi…
H A Dassocdata.cpp327 template class Assoc_< DULong64GDL>;
H A Dinterpolate.cpp2028 CALL_INTERPOLATE_1D_SINGLE(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
2064 CALL_INTERPOLATE_1D(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
2160 CALL_INTERPOLATE_2D_GRID_SINGLE(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
2196 CALL_INTERPOLATE_2D_GRID(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
2233 CALL_INTERPOLATE_2D(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
2339 CALL_INTERPOLATE_3D_GRID_SINGLE(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
2375 CALL_INTERPOLATE_3D_GRID(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
2412 CALL_INTERPOLATE_3D(DULong64GDL, DULong64, DDoubleGDL, DDouble) in interpolate_fun()
H A Dsorting.cpp1700 DULong64* val = (DULong64*) (static_cast<DULong64GDL*> (p0)->DataAddr()); in gdl_sort_fun()
1816 DULong64* val = (DULong64*) (static_cast<DULong64GDL*> (p0)->DataAddr()); in gdl_sort_fun()
2051 DULong64* val = (DULong64*)(static_cast<DULong64GDL*>(p0)->DataAddr()); in do_sort_fun()
2059 DULong64* val = (DULong64*)(static_cast<DULong64GDL*>(p0)->DataAddr()); in do_sort_fun()
H A Dhdf5_fun.cpp654 res = new DULong64GDL(dim); in h5a_read_fun()
900 res = new DULong64GDL(dim); in h5d_read_fun()
H A Ddatatypes.hpp508 typedef Data_<SpDULong64> DULong64GDL; typedef
H A Dtiff.cxx268 … case GDL_ULONG64: addScanline = createScanlineFn(image, new DULong64GDL(dim)); break; in ReadImage()
H A Dbasic_pro_jmg.cpp893 case GDL_ULONG64: return new DULong64GDL(ret.d_ulong64); in call_external()
H A Dbasic_fun_jmg.cpp873 case GDL_ULONG64: return make_array_template<DULong64GDL>(e, dimKey, value, off, inc); in make_array()
H A Dprognode.cpp507 case GDL_ULONG64: return new DULong64GDL(dim, BaseGDL::INDGEN, off, inc); in Eval()
H A Dgsl_fun.cpp1604 *locationsKW = new DULong64GDL( dim, BaseGDL::NOZERO); in histogram_fun()
1606 (*static_cast<DULong64GDL*>( *locationsKW))[i] = in histogram_fun()
H A Dsaverestore.cpp1016 var = new DULong64GDL(*dims); in getVariable()
H A Dlist.cpp2115 return LIST__ToArray<DULong64GDL>( e, newdim); in list__toarray()
H A Dwidget.cpp2863 val = new DULong64GDL( retval->Dim( ) ); in widget_control()
H A Dgdlwidget.cpp3655 res=new DULong64GDL(dimension(size)); in GetTableValuesAsStruct()