Home
last modified time | relevance | path

Searched refs:RELOP (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dasl.h97 #define RELOP(op) \ macro
101 RELOP(==)
102 RELOP(!=)
103 RELOP(<)
104 RELOP(>)
105 RELOP(<=)
106 RELOP(>=)
/netbsd-src/bin/csh/
H A Dexp.c61 #define RELOP 8 macro
259 if ((i = isa(**vp, RELOP)) != 0) { in exp3()
627 if (what & RELOP) { in isa()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1129 RELOP
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd1499 x * C RELOP y * C into:
1501 x RELOP y for nonnegative C
1502 y RELOP x for negative C */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd1895 x * C RELOP y * C into:
1897 x RELOP y for nonnegative C
1898 y RELOP x for negative C */
H A DChangeLog-20075157 Optimize comparing an IOR with zero. Simplify op0 RELOP op0 for
5162 transformations done in simplify-rtx.c for "op0 RELOP op0".