19#include <private/qv4staticvalue_p.h>
20#include <QtCore/qnumeric.h>
21#include <QtCore/private/qnumeric_p.h>
25#define QMLJS_READONLY __attribute((const))
56 if (((
a < 0) xor (
b < 0)) && (
result == 0))
Combined button and popup list for selecting options.
\qmltype Particle \inqmlmodule QtQuick.Particles
static QMLJS_READONLY ReturnedValue mul_int32(int a, int b)
static QMLJS_READONLY ReturnedValue add_int32(int a, int b)
static QMLJS_READONLY ReturnedValue sub_int32(int a, int b)
std::enable_if_t< std::is_unsigned_v< T >, bool > qAddOverflow(T v1, T v2, T *r)
std::enable_if_t< std::is_unsigned_v< T >, bool > qSubOverflow(T v1, T v2, T *r)
std::enable_if_t< std::is_unsigned_v< T >||std::is_signed_v< T >, bool > qMulOverflow(T v1, T v2, T *r)
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
[7]
static StaticValue fromDouble(double d)
constexpr ReturnedValue asReturnedValue() const
static constexpr StaticValue fromInt32(int i)