Home
last modified time | relevance | path

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

/dports/math/wcalc/wcalc-2.5/src/common/
H A Dparser.h105 WROUND = 315, enumerator
217 #define WROUND 315 macro
H A Dparser.y81 %token WBNOT WNOT WLOG WLN WROUND WABS WSQRT WCEIL WFLOOR WCBRT WLOGTWO WBANG
556 | WROUND { $$ = wround; }
H A Dscanner.l598 round { POS_STR(); return(WROUND); }
H A Dparser.c208 WROUND = 315, enumerator
320 #define WROUND 315 macro
H A Dscanner.c3184 { POS_STR(); return(WROUND); }