diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-12-11 14:03:19 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-12-11 14:10:17 (GMT) |
commit | 8f28b68bcd1e18529ebece8c94133443b925ebab (patch) | |
tree | 986c65bface1540f6c9f8eaffcd1381ca9b1a946 /doc/src/snippets/code/src_xmlpatterns_api_qxmlserializer.cpp | |
parent | bf8e5ae8b05d8e6efeaa36c1c556a4b2f52ffed1 (diff) | |
download | Qt-8f28b68bcd1e18529ebece8c94133443b925ebab.zip Qt-8f28b68bcd1e18529ebece8c94133443b925ebab.tar.gz Qt-8f28b68bcd1e18529ebece8c94133443b925ebab.tar.bz2 |
qreal-ization
In some places we do have direct math related calls. Almost all are
calling the double precision functions even if the args and results
are float.
This leads to unnecessary float->double and double->float transitions.
By using wrapper functions we can control which functrion variants
are effectively called.
Task-number: QTBUG-4894
Reviewed-by: Shane Kearns
Diffstat (limited to 'doc/src/snippets/code/src_xmlpatterns_api_qxmlserializer.cpp')
0 files changed, 0 insertions, 0 deletions