Home
last modified time | relevance | path

Searched refs:_xcas_mode_ (Results 1 – 3 of 3) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.cc524 static int _xcas_mode_=0; variable
527 return contextptr->globalptr->_xcas_mode_; in xcas_mode()
529 return _xcas_mode_; in xcas_mode()
533 contextptr->globalptr->_xcas_mode_=b; in xcas_mode()
535 _xcas_mode_=b; in xcas_mode()
1554 …return (!contextptr->globalptr->_python_compat_ && (contextptr->globalptr->_xcas_mode_ || hp38))?1… in array_start()
1556 return (!_python_compat_ && (_xcas_mode_ || absint(_calc_mode_)==38))?1:0; in array_start()
3581 ptr->globalptr->_xcas_mode_=_xcas_mode_; in init_context()
4031 global::global() : _xcas_mode_(0), in global()
4111 _xcas_mode_=g._xcas_mode_; in operator =()
H A Dglobal.h540 int _xcas_mode_;
H A Dprog.cc4048 …if (argsval>0 && contextptr && (ptr=contextptr->globalptr) && ptr->_xcas_mode_!=3 && (c=ptr->_calc… in _rand()