• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

le(int x)1 int le(int x) { return (x <= 0x7fffffffU) == (x >= 0); }
gt(int x)2 int gt(int x) { return (x >  0x7fffffffU) == (x <  0); }
3 
4 /*
5  * check-name: set-uimm3
6  * check-command: test-linearize -Wno-decl $file
7  *
8  * check-output-ignore
9  * check-output-returns: 1
10  */
11