Home
last modified time | relevance | path

Searched refs:MGL_FUNC_PURE (Results 1 – 9 of 9) sorted by relevance

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Deval.h35 mreal Calc(mreal x,mreal y=0,mreal z=0,mreal u=0) const MGL_FUNC_PURE;
37 mreal Calc(mreal x,mreal y,mreal z,mreal u,mreal v,mreal w) const MGL_FUNC_PURE;
39 mreal Calc(const mreal var[MGL_VS]) const MGL_FUNC_PURE;
41 mreal CalcD(char diff, mreal x,mreal y=0,mreal z=0,mreal u=0) const MGL_FUNC_PURE;
43 mreal CalcD(char diff, mreal x,mreal y,mreal z,mreal u,mreal v,mreal w) const MGL_FUNC_PURE;
45 mreal CalcD(const mreal var[MGL_VS], char diff) const MGL_FUNC_PURE;
56 mreal CalcIn(const mreal *a1) const MGL_FUNC_PURE;
57 mreal CalcDIn(int id, const mreal *a1) const MGL_FUNC_PURE;
H A Devalc.h31 dual Calc(dual x,dual y=0,dual z=0,dual u=0) const MGL_FUNC_PURE;
33 dual Calc(dual x,dual y,dual z,dual u,dual v,dual w) const MGL_FUNC_PURE;
35 dual Calc(const dual var[MGL_VS]) const MGL_FUNC_PURE;
46 dual CalcIn(const dual *a1) const MGL_FUNC_PURE;
H A Dparser.h121 const mglCommand *FindCommand(const char *name) const MGL_FUNC_PURE;
122 const mglCommand *FindCommand(const wchar_t *name) const MGL_FUNC_PURE;
152 mglDataA *FindVar(const char *name) MGL_FUNC_PURE;
153 mglDataA *FindVar(const wchar_t *name) MGL_FUNC_PURE;
158 mglNum *FindNum(const char *name) MGL_FUNC_PURE;
159 mglNum *FindNum(const wchar_t *name) MGL_FUNC_PURE;
H A Dfont.h91 float Height(int font) const MGL_FUNC_PURE;
93 float Height(const char *how) const MGL_FUNC_PURE;
141 unsigned Symbol(char ch) const MGL_FUNC_PURE;
H A Ddefine.h63 #define MGL_FUNC_PURE __attribute__((pure)) macro
68 #define MGL_FUNC_PURE macro
71 #define MGL_EXPORT_PURE MGL_EXPORT MGL_FUNC_PURE
73 #define MGL_LOCAL_PURE MGL_NO_EXPORT MGL_FUNC_PURE
H A Dcanvas.h186 mreal GetRatio() const MGL_FUNC_PURE;
224 mglPoint CalcXYZ(int xs, int ys, bool real=false) const MGL_FUNC_PURE;
234 int GetSplId(long xs,long ys) const MGL_FUNC_PURE;
424 uint32_t GetColor(const mglPrim &p) const MGL_FUNC_PURE;
426 mreal GetOrgX(char dir, bool inv=false) const MGL_FUNC_PURE; ///< Get Org.x (parse NAN value)
427 mreal GetOrgY(char dir, bool inv=false) const MGL_FUNC_PURE; ///< Get Org.y (parse NAN value)
428 mreal GetOrgZ(char dir, bool inv=false) const MGL_FUNC_PURE; ///< Get Org.z (parse NAN value)
462 mglPoint RestorePnt(mglPoint ps, bool norm=false) const MGL_FUNC_PURE;
504 mreal FindOptOrg(char dir, int ind) const MGL_FUNC_PURE;
H A Dbase.h272 bool operator==(const mglGlyph &g) const MGL_FUNC_PURE;
273 inline bool operator!=(const mglGlyph &g) const MGL_FUNC_PURE
315 mglColor GetC(mreal u,mreal v=0) const MGL_FUNC_PURE;
502 mreal TextWidth(const char *text, const char *font, mreal size) const MGL_FUNC_PURE;
503 mreal TextWidth(const wchar_t *text, const char *font, mreal size) const MGL_FUNC_PURE;
504 mreal TextHeight(const char *text, const char *font, mreal size) const MGL_FUNC_PURE;
505 mreal TextHeight(const wchar_t *text, const char *font, mreal size) const MGL_FUNC_PURE;
506 mreal TextHeight(const char *font, mreal size) const MGL_FUNC_PURE;
618 mreal GetA(mreal a) const MGL_FUNC_PURE;
651 int PrmCmp(size_t i, size_t j) const MGL_FUNC_PURE; // compare 2 primitives with indexes i,j
/dports/math/mathgl/mathgl-2.5/mgllab/
H A Deditor.cpp64 bool MGL_FUNC_PURE is_sfx(const char *s) // suffix in is_sfx()
78 bool MGL_FUNC_PURE is_opt(const char *s) // option in is_opt()
88 bool MGL_FUNC_PURE is_num(const char *s) // number in is_num()
H A Dmathgl.cpp23 mreal MGL_FUNC_PURE udav_delay(void *v) in udav_delay()