summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/global.pro
diff options
context:
space:
mode:
authorGlen Mabey <Glen.Mabey@swri.org>2013-06-22 19:43:46 -0500
committerGlen Mabey <Glen.Mabey@swri.org>2017-01-31 14:21:42 +0000
commit3ab7016632c825949f32b72d06ac324b6672b9f6 (patch)
treea385f0389c9b0f37e8c2e4f19980392d16c0b409 /tests/auto/corelib/global/global.pro
parente5d303cb9fb3ade3fae6d3f14a5f4fe139af63c9 (diff)
New qfloat16 class
This constitutes a fairly complete submission of an entirely new floating point type which conforms to IEEE 754 as a 16-bit storage class. Conversion between qfloat16 and float is currently performed through a sequence of lookup tables. Global-level functions qRound(), qRound64(), qFuzzyCompare(), qFuzzyIsNull(), and qIsNull() each with a qfloat16 parameter have been included for completeness. [ChangeLog][QtCore] Added new qfloat16 class. Change-Id: Ia52eb27846965c14f8140c00faf5ba33c9443976 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/global/global.pro')
-rw-r--r--tests/auto/corelib/global/global.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/global.pro b/tests/auto/corelib/global/global.pro
index 219e9de818..b4cc8035e6 100644
--- a/tests/auto/corelib/global/global.pro
+++ b/tests/auto/corelib/global/global.pro
@@ -5,6 +5,7 @@ SUBDIRS=\
qgetputenv \
qglobal \
qnumeric \
+ qfloat16 \
qrand \
qlogging \
qtendian \