Home
last modified time | relevance | path

Searched refs:WIDENONE (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c2833 { BINOP, REALOP, NOTPTHOP, WIDENONE, ">=" }, /* >= RELGE */
2835 { BINOP, REALOP, NOTPTHOP, WIDENONE, ">" }, /* > RELGT */
2837 { BINOP, REALOP, NOTPTHOP, WIDENONE, "<" }, /* < RELLT */
2838 { BINOP, NOTREALOP, NOTPTHOP, WIDENONE, "===" }, /* === RELCEQ */
2839 { BINOP, REALOP, PTHOP, WIDENONE, "==" }, /* == RELEQ */
2841 { BINOP, REALOP, PTHOP, WIDENONE, "!=" }, /* != RELNEQ */
2855 { RBINOP, REALOP, NOTPTHOP, WIDENONE, ">" }, /* > REALRELGT */
2857 { RBINOP, REALOP, NOTPTHOP, WIDENONE, ">=" }, /* >= REALRELGE */
2858 { RBINOP, REALOP, NOTPTHOP, WIDENONE, "<" }, /* < REALRELLT */
2859 { RBINOP, REALOP, NOTPTHOP, WIDENONE, "<=" }, /* <= REALRELLE */
[all …]
H A Dv_fx3.c1339 case WIDONE: case WIDENONE: return(1); in __get_rhswidth()
1547 case WIDENONE: in set2_rhswidth()
1747 case WIDENONE: in set_rhs_signed()
1893 if (wclass != WIDENONE && wclass != WIDONE) in setchk_real_expr()
H A Dv.h741 #define WIDENONE 2 /* result one, but widen opands to wides */ macro