![]() |
Qt 6.x
The Qt SDK
|
#include "qfloat16.h"#include "private/qsimd_p.h"#include <cmath>#include <QtCore/qdatastream.h>#include <QtCore/qmetatype.h>#include <QtCore/qtextstream.h>#include "qfloat16tables.cpp"
Include dependency graph for qfloat16.cpp:Go to the source code of this file.
Functions | |
| static bool | hasFastF16 () |
| static void | qFloatToFloat16_fast (quint16 *, const float *, qsizetype) noexcept |
| static void | qFloatFromFloat16_fast (float *, const quint16 *, qsizetype) noexcept |
| QDataStream & | operator<< (QDataStream &ds, qfloat16 f) |
| QDataStream & | operator>> (QDataStream &ds, qfloat16 &f) |
| QTextStream & | operator>> (QTextStream &ts, qfloat16 &f16) |
| QTextStream & | operator<< (QTextStream &ts, qfloat16 f) |
|
inlinestatic |
Definition at line 313 of file qfloat16.cpp.
Referenced by qfloat16::qFloatFromFloat16(), and qfloat16::qFloatToFloat16().
Here is the caller graph for this function:
|
related |
Definition at line 378 of file qfloat16.cpp.
| QTextStream & operator<< | ( | QTextStream & | ts, |
| qfloat16 | f | ||
| ) |
Definition at line 409 of file qfloat16.cpp.
|
related |
Definition at line 395 of file qfloat16.cpp.
| QTextStream & operator>> | ( | QTextStream & | ts, |
| qfloat16 & | f16 | ||
| ) |
Definition at line 401 of file qfloat16.cpp.
Definition at line 323 of file qfloat16.cpp.
Referenced by qfloat16::qFloatFromFloat16().
Here is the caller graph for this function:Definition at line 318 of file qfloat16.cpp.
Referenced by qfloat16::qFloatToFloat16().
Here is the caller graph for this function: