HomeSort by: relevance | last modified time | path
    Searched defs:BOPN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldexp.c 613 #define BOPN(x, y) \
627 BOPN (EQ, ==);
628 BOPN (NE, !=);
629 BOPN ('<', <);
630 BOPN ('>', >);
631 BOPN (LE, <=);
632 BOPN (GE, >=);
633 BOPN (ANDAND, &&);
634 BOPN (OROR, ||);
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.c 613 #define BOPN(x, y) \
627 BOPN (EQ, ==);
628 BOPN (NE, !=);
629 BOPN ('<', <);
630 BOPN ('>', >);
631 BOPN (LE, <=);
632 BOPN (GE, >=);
633 BOPN (ANDAND, &&);
634 BOPN (OROR, ||);

Completed in 16 milliseconds