Home
last modified time | relevance | path

Searched refs:qIsInf (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/data/
H A Dqabstractfloat.cpp115 if(qIsInf(a)) in isEqual()
116 return qIsInf(b) && internalSignbit(a) == internalSignbit(b); in isEqual()
117 else if(qIsInf(b)) in isEqual()
118 return qIsInf(a) && internalSignbit(a) == internalSignbit(b); in isEqual()
149 else if(qIsInf(m_value)) in stringValue()
291 return qIsInf(m_value); in isInf()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/data/
H A Dqabstractfloat_tpl_p.h124 if(qIsInf(a)) in isEqual()
125 return qIsInf(b) && internalSignbit(a) == internalSignbit(b); in isEqual()
126 else if(qIsInf(b)) in isEqual()
127 return qIsInf(a) && internalSignbit(a) == internalSignbit(b); in isEqual()
158 else if(qIsInf(m_value)) in stringValue()
290 return qIsInf(m_value); in isInf()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qnumeric/
H A Dtst_qnumeric.cpp114 QVERIFY(qIsInf(inf)); in qNan()
115 QVERIFY(qIsInf(-inf)); in qNan()
116 QVERIFY(qIsInf(2*inf)); in qNan()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptvaluegenerated/
H A Dtst_qscriptvalue_generated_toXXX.cpp492 if (qIsInf(expected)) { in toNumber_test()
493 QVERIFY(qIsInf(value.toNumber())); in toNumber_test()
494 QVERIFY(qIsInf(value.toNumber())); in toNumber_test()
1195 if (qIsInf(expected)) { in toInteger_test()
1196 QVERIFY(qIsInf(value.toInteger())); in toInteger_test()
1197 QVERIFY(qIsInf(value.toInteger())); in toInteger_test()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/global/
H A Dqnumeric.h53 Q_CORE_EXPORT bool qIsInf(double d);
56 Q_CORE_EXPORT bool qIsInf(float f);
H A Dqnumeric.cpp50 Q_CORE_EXPORT bool qIsInf(double d) { return qt_is_inf(d); } in qIsInf() function
65 Q_CORE_EXPORT bool qIsInf(float f) { return qt_is_inf(f); } in qIsInf() function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnumeric.h47 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(double d);
51 Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qIsInf(float f);

12345678910>>...13