commit | ba1d085d7702a8503bcb6ff79bb59b5fe429c4f9 | [log] [tgz] |
---|---|---|
author | Usama Arif <usama.arif@linaro.org> | Fri Oct 25 11:18:00 2019 +0100 |
committer | rohan <purohit.rohan@gmail.com> | Sun Jun 28 03:23:27 2020 -0400 |
tree | bccfce4e91d9b0a767efa995de4daf821f0f0c4d | |
parent | fbd7f53452c455f493fc81ba832e419bcc1d6520 [diff] |
Fixed weird variable naming in FP16.java The variable e is usually used for exponent. Variable masked with EXPONENT_SIGNIFICAND_MASK gives the absolute value. Test: cts-tradefed run singleCommand cts-dev --module CtsUtilTestCases --test android.util.cts.HalfTest Change-Id: I17ecbc2f112ecc85a074032123078366ceedc058 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>