Home
last modified time | relevance | path

Searched refs:isactive_set (Results 1 – 2 of 2) sorted by relevance

/dports/math/grace/grace-5.1.25/grconvert/
H A Dwriteasc.c80 if (isactive_set(k, j)) { in do_writesets()
297 if (isactive_set(gno, i)) { in putparms()
555 if (isactive_set(gno, i)) { in putparms()
H A Dgrconvert.h648 #define isactive_set(gno, set) (g[gno].p[set].active == ON) macro