Home
last modified time | relevance | path

Searched refs:SMALLER_EQUAL_THAN (Results 1 – 5 of 5) sorted by relevance

/dports/math/topaz/topaz-3.41/topaz/
H A Dcalc.h51 #define SMALLER_EQUAL_THAN 23 macro
H A Dscript.h105 #define SMALLER_EQUAL_THAN 1009 macro
H A Dparsetoken.cc1218 if (addbuff(PRI_SMALLER_EQUAL_THAN, SMALLER_EQUAL_THAN\ in parsetoken()
1280 if (addbuff(PRI_SMALLER_EQUAL_THAN, SMALLER_EQUAL_THAN\ in parsetoken()
H A Dcalc.cc678 curtoken.status = SMALLER_EQUAL_THAN; in nexttoken()
680 return(SMALLER_EQUAL_THAN); in nexttoken()
1706 case SMALLER_EQUAL_THAN: //smaller equal than in Calc()
H A Dscript.cc1300 if (st != SMALLER_EQUAL_THAN) in o_smaller_equal_than()
1967 {SMALLER_EQUAL_THAN, o_smaller_equal_than},