John Koleszar 0c2b2c79ae Remove unnecessary ternary constructs
The code had a number of constructs like (condition)?1:0,
which is redundant with C's semantics. In the cases where a boolean
operator was used in the condition, simply remove the ternary part.
Otherwise adjust the surrounding expression to remove the condition
(eg, for rounding up. See pickinter.c and rdopt.c)

Change-Id: Icb2372defa3783cf31857d90b2630d06b2c7e1be
2011-12-22 10:09:46 -08:00
..
2011-12-15 14:23:41 -05:00
2011-12-15 14:23:41 -05:00
2011-04-25 17:37:41 -04:00
2011-12-15 14:23:41 -05:00
2011-02-24 14:35:18 -05:00
2011-12-22 09:58:40 -08:00
2011-12-22 09:58:40 -08:00
2011-05-24 13:24:52 -04:00
2011-11-04 18:50:35 -07:00
2011-12-15 14:23:41 -05:00
2011-12-15 14:23:41 -05:00
2011-08-16 16:21:21 -04:00
2011-10-27 11:26:30 -04:00
2011-10-27 11:26:30 -04:00
2010-10-27 18:08:04 -07:00
2011-08-19 10:29:41 -04:00
2011-08-19 10:29:41 -04:00
2011-02-08 17:42:54 -05:00
2011-05-24 13:24:52 -04:00
2011-12-15 14:23:41 -05:00
2011-12-15 14:23:41 -05:00
2011-11-03 16:08:09 +02:00
2010-10-27 18:08:04 -07:00
2010-10-27 18:08:04 -07:00
2011-05-12 11:08:16 -04:00
2011-12-22 09:58:40 -08:00
2011-12-15 14:23:41 -05:00
2011-12-22 09:58:40 -08:00
2011-11-09 09:13:51 +02:00
2011-12-15 14:23:41 -05:00
2011-12-15 14:23:41 -05:00
2010-10-27 18:08:04 -07:00
2010-10-27 18:08:04 -07:00
2010-10-27 18:08:04 -07:00