Home
last modified time | relevance | path

Searched refs:TanhIterator (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/maths/pregenerated/
H A Dmaths.h611 class TanhIterator : public UnaryBaseIterator<TanhIterator, PlanIteratorState>
614 SERIALIZABLE_CLASS(TanhIterator);
616 SERIALIZABLE_CLASS_CONSTRUCTOR2T(TanhIterator,
617 UnaryBaseIterator<TanhIterator, PlanIteratorState>);
621 TanhIterator( in TanhIterator() function
626 UnaryBaseIterator<TanhIterator, PlanIteratorState>(sctx, loc, child) in TanhIterator()
629 virtual ~TanhIterator();
H A Dmaths.cpp496 SERIALIZABLE_CLASS_VERSIONS(TanhIterator) in SERIALIZABLE_CLASS_VERSIONS() argument
498 void TanhIterator::serialize(::zorba::serialization::Archiver& ar) in SERIALIZABLE_CLASS_VERSIONS()
501 (UnaryBaseIterator<TanhIterator, PlanIteratorState>*)this); in SERIALIZABLE_CLASS_VERSIONS()
505 void TanhIterator::accept(PlanIterVisitor& v) const in accept()
514 TanhIterator::~TanhIterator() {} in ~TanhIterator()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/pregenerated/
H A Dprinter_visitor.h632 void beginVisit( const TanhIterator& );
633 void endVisit ( const TanhIterator& );
H A Dplaniter_visitor.h409 class TanhIterator; variable
1288 virtual void beginVisit ( const TanhIterator& ) = 0;
1289 virtual void endVisit ( const TanhIterator& ) = 0;
H A Dprinter_visitor.cpp2394 void PrinterVisitor::beginVisit ( const TanhIterator& a) { in beginVisit()
2400 void PrinterVisitor::endVisit ( const TanhIterator& ) { in endVisit() argument
/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_maths.cpp231 return new TanhIterator(sctx, loc, argv[0]); in codegen()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/maths/
H A Dmaths_impl.cpp468 TanhIterator::nextImpl (store::Item_t& result, PlanState& planState) const in nextImpl()