/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/ |
H A D | dataman.cc | 838 DataManager::InsertSym(const char* const s, const Real& v, int redefine) in InsertSym() function in DataManager 840 return MathPar.InsertSym(s, v, redefine); in InsertSym() 844 DataManager::InsertSym(const char* const s, const Int& v, int redefine) in InsertSym() function in DataManager 846 return MathPar.InsertSym(s, v, redefine); in InsertSym()
|
H A D | dataman.h | 308 NamedValue *InsertSym(const char* const s, const Real& v, 310 NamedValue *InsertSym(const char* const s, const Int& v,
|
/dports/print/lout/lout-3.40/ |
H A D | z05.c | 486 res = InsertSym(string(t), MACRO, &fpos(t), 0, FALSE,TRUE,0,curr_encl,nilobj); in ReadMacro() 691 res = InsertSym(string(t), res_type, &fpos(t), DEFAULT_PREC, in ReadDefinitions() 801 InsertSym(string(t), LPAR, &fpos(t), DEFAULT_PREC, in ReadDefinitions() 822 InsertSym(string(t), RPAR, &fpos(t), DEFAULT_PREC, in ReadDefinitions() 830 InsertSym(KW_TARGET, LOCAL, &fpos(res_target), DEFAULT_PREC, in ReadDefinitions()
|
H A D | z35.c | 34 sym = InsertSym(str, typ, no_fpos, DEFAULT_PREC, \
|
H A D | z01.c | 114 s = InsertSym(xstr, LOCAL, no_fpos, xprec, xindef, FALSE, xpre, in load() 116 if( xleft ) InsertSym( AsciiToFull("pa"), LPAR, no_fpos, DEFAULT_PREC, in load() 118 if( xright ) InsertSym( AsciiToFull("pb"), RPAR, no_fpos, DEFAULT_PREC, in load()
|
H A D | z29.c | 329 OBJECT InsertSym(FULL_CHAR *str, unsigned char xtype, FILE_POS *xfpos, in InsertSym() function
|
H A D | z37.c | 166 res = InsertSym(name, dtype, no_fpos, DEFAULT_PREC, FALSE, FALSE, 0, encl, in load()
|
H A D | externs.h | 3340 extern OBJECT InsertSym(FULL_CHAR *str, unsigned char xtype,
|
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbutil/ |
H A D | mathp.h | 472 InsertSym(const char* const s, const Real& v, int redefine = 0); 474 InsertSym(const char* const s, const Int& v, int redefine = 0);
|
H A D | mathp.cc | 4315 MathParser::InsertSym(const char* const s, const Real& v, int redefine) in InsertSym() function in MathParser 4349 MathParser::InsertSym(const char* const s, const Int& v, int redefine) in InsertSym() function in MathParser
|