Skip to content
Snippets Groups Projects
  1. Jun 14, 2010
  2. Jun 13, 2010
  3. Jun 12, 2010
    • John Koleszar's avatar
      Make this/next iiratio unsigned. · cd475da8
      John Koleszar authored
      This patch addresses issue #79, which is a regression since commit
      28de670c "Fix RD bug." If the coded error value is zero, the iiratio
      calculation effectively multiplies by 1000000 by the
      DOUBLE_DIVIDE_CHECK macro. This can result in a value larger than
      INT_MAX, giving a negative ratio. Since the error values are
      conceptually unsigned (though they're stored in a double) this patch
      makes the iiratio values unsigned, which allows the clamping to work
      as expected.
      cd475da8
    • John Koleszar's avatar
      00d566ea
  4. Jun 11, 2010
  5. Jun 10, 2010
Loading