Home
last modified time | relevance | path

Searched refs:PowIntNew (Results 1 – 12 of 12) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dassocdata.hpp355 Parent_* PowIntNew( BaseGDL* r) in PowIntNew() function in Assoc_
H A Dspecializations.hpp322 Data_<SpDFloat>* Data_<SpDFloat>::PowIntNew( BaseGDL* r);
326 Data_<SpDDouble>* Data_<SpDDouble>::PowIntNew( BaseGDL* r);
330 Data_<SpDFloat>* Data_<SpDFloat>::PowIntNew( BaseGDL* r);
H A Dnullgdl.hpp269 /*virtual*/ BaseGDL* PowIntNew( BaseGDL* r); // implemented
H A Dbasegdl.hpp654 virtual BaseGDL* PowIntNew( BaseGDL* r); // implemented
H A Dbasegdl.cpp744 …BaseGDL* BaseGDL::PowIntNew( BaseGDL* r) { throw GDLException("Operation not defined for UNDEF 64.… in PowIntNew() function in BaseGDL
H A Dnullgdl.cpp785 …BaseGDL* NullGDL::PowIntNew( BaseGDL* r) { throw GDLException("Operation not defined for !NULL 64.… in PowIntNew() function in NullGDL
H A Ddatatypes.hpp398 Data_* PowIntNew( BaseGDL* r); // implemented
H A Ddstructgdl.hpp647 DStructGDL* PowIntNew( BaseGDL* r); // implemented
H A Dbasic_op_new.cpp2467 Data_<Sp>* Data_<Sp>::PowIntNew( BaseGDL* r) in PowIntNew() function in Data_
2475 Data_<SpDFloat>* Data_<SpDFloat>::PowIntNew( BaseGDL* r) in PowIntNew() function in Data_
2531 Data_<SpDDouble>* Data_<SpDDouble>::PowIntNew( BaseGDL* r) in PowIntNew() function in Data_
H A Ddstructgdl.cpp1237 DStructGDL* DStructGDL::PowIntNew( BaseGDL* r) in PowIntNew() function in DStructGDL
H A Dprognodeexpr.cpp2993 res = e1->PowIntNew( e2); in Eval()
/dports/science/gnudatalanguage/gdl-1.0.1/obsolete/
H A DChangeLog-till-0.9.64606 fixed extra allocation in Data_<SpDDouble>::PowIntNew. bug tracker ID: 3605947