Home
last modified time | relevance | path

Searched refs:mgl_atoc (Results 1 – 4 of 4) sorted by relevance

/dports/math/mathgl/mathgl-2.5/mgllab/
H A Dtable.cpp32 if(c && s) { mgl_datac_add_num(c, mgl_atoc(s,true)); e->refresh(); } in addto_cb()
42 if(c && s) { mgl_datac_sub_num(c, mgl_atoc(s,true)); e->refresh(); } in subto_cb()
52 if(c && s) { mgl_datac_mul_num(c, mgl_atoc(s,true)); e->refresh(); } in multo_cb()
62 if(c && s) { mgl_datac_div_num(c, mgl_atoc(s,true)); e->refresh(); } in divto_cb()
H A Dgrid.cpp127 dual v = mgl_atoc(s,true); in set_value()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Ddatac_cf.h44 cmdual MGL_EXPORT mgl_atoc(const char *s, int adv);
/dports/math/mathgl/mathgl-2.5/src/
H A Dcomplex_io.cpp53 cmdual MGL_EXPORT mgl_atoc(const char *s, int adv) in mgl_atoc() function
125 numbs[k].push_back(mgl_atoc(s,true)); in mglFromStr()