10 int integral = int(floor(
value));
15 const int dMax = 1000;
16 int n1 = 0,
d1 = 1, n2 = 1,
d2 = 1;
18 while (
d1 <= dMax &&
d2 <= dMax) {
23 }
else if (
value > mid) {
33 return {n1 + n2 + integral * (
d1 +
d2),
d1 +
d2};
35 return { n2 + integral *
d2,
d2 };
37 return { n1 + integral *
d1,
d1 };
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
constexpr T qAbs(const T &t)