Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qnumeric.cpp File Reference

(7447ad503330ed176cf369792ffb33b7e00a58d3)

#include "qnumeric.h"
#include "qnumeric_p.h"
#include <string.h>
+ Include dependency graph for qnumeric.cpp:

Go to the source code of this file.

Functions

Q_CORE_EXPORT int qFpClassify (double val)
 
Q_CORE_EXPORT int qFpClassify (float val)
 
static quint32 f2i (float f)
 
static quint64 d2i (double d)
 

Function Documentation

◆ d2i()

static quint64 d2i ( double d)
inlinestatic

Definition at line 178 of file qnumeric.cpp.

◆ f2i()

static quint32 f2i ( float f)
inlinestatic

Definition at line 105 of file qnumeric.cpp.

◆ qFpClassify() [1/2]

Q_CORE_EXPORT int qFpClassify ( double val)

Definition at line 98 of file qnumeric.cpp.

◆ qFpClassify() [2/2]

Q_CORE_EXPORT int qFpClassify ( float val)

Definition at line 99 of file qnumeric.cpp.

Referenced by toDouble().

+ Here is the caller graph for this function: