[art] fix -Wimplicit-int-float-conversion

kPrimIntMax cannot be precisely represented as an IEEE 754 single
precision float.

kPrimLongMax cannot be precisely represented as an IEEE 754 single
precision float or double precision double.

Accept the imprecision as per the local comments in the code.

Bug: 139945549
Test: mm
Change-Id: I598544fb2cd8904b321803ed04202ba0a694cdc1
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
1 file changed