Home
last modified time | relevance | path

Searched refs:_INT_PLOT (Results 1 – 14 of 14) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dlexer_tab_int.h77 {"axes" ,1,_AXES , _INT_PLOT ,T_NUMBER},
101 {"coords" ,1, _COORDS, _INT_PLOT ,T_NUMBER},
155 {"font" ,1,_FONT , _INT_PLOT ,T_NUMBER},
158 {"frames" ,1,_FRAMES , _INT_PLOT ,T_NUMBER},
216 {"gl_x" ,1,_GL_X , _INT_PLOT ,T_NUMBER},
221 {"gl_y" ,1,_GL_Y , _INT_PLOT ,T_NUMBER},
226 {"gl_z" ,1,_GL_Z , _INT_PLOT ,T_NUMBER},
392 {"style" ,1, _STYLE, _INT_PLOT ,T_NUMBER},
400 {"title" ,1, _TITLE, _INT_PLOT ,T_NUMBER},
402 {"titre" ,1, _TITLE, _INT_PLOT ,T_NUMBER},
[all …]
H A Ddispatch.h456 _INT_PLOT=7, enumerator
H A Dtex.cc1078 if (optname.type==_INT_ && optname.subtype==_INT_PLOT && optname.val==_AXES && optvalue==0) in overwrite_viewbox()
1080 …if (optvalue.is_symb_of_sommet(at_interval) && optname.type==_INT_ && optname.subtype==_INT_PLOT &… in overwrite_viewbox()
1120 if (optname.type==_INT_ && optname.subtype==_INT_PLOT){ in title_legende()
H A Dmisc.cc4532 vecteur res(1,symb_equal(change_subtype(gen(_AXES),_INT_PLOT),3)); in histogram()
4579 vecteur res(1,symb_equal(change_subtype(gen(_AXES),_INT_PLOT),3)); in histogram()
5198 res.push_back(symb_equal(change_subtype(gen(_AXES),_INT_PLOT),2)); in _diagramme_batons()
5273 res.push_back(symb_equal(change_subtype(gen(_AXES),_INT_PLOT),0)); in _camembert()
5391 return symb_equal(change_subtype(_AXES,_INT_PLOT),b?0:(g==2?2:1)); in _grid()
6274 res.push_back(symb_equal(change_subtype(_AXES,_INT_PLOT),0)); in plotproba()
6295 pos[i].subtype=_INT_PLOT; in plotproba()
6296 col[i].subtype=_INT_PLOT; in plotproba()
8034 glx.subtype=_INT_PLOT; in step_param_()
8048 gly.subtype=_INT_PLOT; in step_param_()
[all …]
H A Dgauss.cc777 ustep.subtype=_INT_PLOT; in quadrique_reduite()
779 vstep.subtype=_INT_PLOT; in quadrique_reduite()
H A Dplot.cc5372 …q,symb_equal(v[1],symb_interval(v[2],v[3])),symb_equal(change_subtype(_NSTEP,_INT_PLOT),30),1e-4)); in projection()
7091 ntstep.subtype=_INT_PLOT; in _lieu()
10225 ustep.subtype=_INT_PLOT; in _ellipse()
10227 nstep.subtype=_INT_PLOT; in _ellipse()
10299 ustep.subtype=_INT_PLOT; in _hyperbole()
10301 nstep.subtype=_INT_PLOT; in _hyperbole()
10367 ustep.subtype=_INT_PLOT; in _parabole()
10369 nstep.subtype=_INT_PLOT; in _parabole()
H A Dsolve.cc3819 if (gguess.is_symb_of_sommet(at_interval) && (s<4 || v[3].subtype!=_INT_PLOT)){ in in_fsolve()
3828 if (v30.subtype==_INT_PLOT && v30==_NSTEP) in in_fsolve()
3830 if (v30.subtype==_INT_PLOT && (v30==_XSTEP || v30==_TSTEP)) in in_fsolve()
H A Dkdisplay.cc1748 if (token==_INT_PLOT+T_NUMBER*256){ in doCatalogMenu()
1856 if (token==_INT_PLOT+T_NUMBER*256 || token==_INT_COLOR+T_NUMBER*256) in doCatalogMenu()
5513 …if (optname.type==_INT_ && optname.subtype == _INT_PLOT && optname.val>=_GL_X && optname.val<=_GL_… in displaygraph()
H A Dgraphtheory.cc1890 drawing.push_back(symb_equal(change_subtype(gen(_AXES),_INT_PLOT),0)); in _draw_graph()
1891 drawing.push_back(symb_equal(change_subtype(gen(_GL_ORTHO),_INT_PLOT),1)); in _draw_graph()
H A Dopengl.cc231 if (optname.type==_INT_ && optname.subtype == _INT_PLOT){ in update_infos()
H A Dmaple.cc2368 tmp.subtype=_INT_PLOT; in _writergb()
H A Dgen.cc8592 if (a.type==_INT_ && a.subtype==_INT_PLOT && io_graph(contextptr)) in equal()
8609 if (a.type==_INT_ && a.subtype==_INT_PLOT && io_graph(contextptr)) in equal2()
13571 if (subtype==_INT_PLOT){ in printint32()
H A Dprog.cc7601 …3 && v[0].type==_INT_ && v[0].subtype==_INT_PLOT && v[0].val==_AXES && v[2].type==_INT_ && v[2].su… in _convert()
H A DGraph.cc385 if (optname.type==_INT_ && optname.subtype == _INT_PLOT){ in update_infos()