Home
last modified time | relevance | path

Searched refs:b_max (Results 1 – 25 of 2488) sorted by relevance

12345678910>>...100

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/bifs/
H A Dunquantize.c154 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->colorMax); in Q_IsTypeOn()
160 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->textureCoordinateMax); in Q_IsTypeOn()
166 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->angleMax); in Q_IsTypeOn()
172 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->scaleMax); in Q_IsTypeOn()
180 b_max->x = MIN(b_max->x, qp->keyMax); in Q_IsTypeOn()
181 b_max->y = MIN(b_max->y, qp->keyMax); in Q_IsTypeOn()
182 b_max->z = MIN(b_max->z, qp->keyMax); in Q_IsTypeOn()
188 b_max->x = b_max->y = b_max->z = FIX_ONE; in Q_IsTypeOn()
194 b_max->x = b_max->y = b_max->z = FIX_ONE; in Q_IsTypeOn()
200 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->sizeMax); in Q_IsTypeOn()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/bifs/
H A Dunquantize.c154 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->colorMax); in Q_IsTypeOn()
160 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->textureCoordinateMax); in Q_IsTypeOn()
166 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->angleMax); in Q_IsTypeOn()
172 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->scaleMax); in Q_IsTypeOn()
180 b_max->x = MIN(b_max->x, qp->keyMax); in Q_IsTypeOn()
181 b_max->y = MIN(b_max->y, qp->keyMax); in Q_IsTypeOn()
182 b_max->z = MIN(b_max->z, qp->keyMax); in Q_IsTypeOn()
188 b_max->x = b_max->y = b_max->z = FIX_ONE; in Q_IsTypeOn()
194 b_max->x = b_max->y = b_max->z = FIX_ONE; in Q_IsTypeOn()
200 b_max->x = b_max->y = b_max->z = MIN(b_max->x, qp->sizeMax); in Q_IsTypeOn()
[all …]
/dports/math/blis/blis-0.8.1/frame/3/
H A Dbli_l3_blocksize.c116 dim_t b_alg, b_max; \
136 b_max = bli_blksz_get_max( dt, bsize ); \
146 b_max = bli_align_dim_to_mult( b_max, mnr ); \
152 b_max = bli_align_dim_to_mult( b_max, mnr ); \
182 dim_t b_alg, b_max; \
202 b_max = bli_blksz_get_max( dt, bsize ); \
235 dim_t b_alg, b_max; \
255 b_max = bli_blksz_get_max( dt, bsize ); \
266 b_max = bli_align_dim_to_mult( b_max, mnr ); \
296 dim_t b_alg, b_max; \
[all …]
/dports/graphics/R-cran-s2/s2/src/s2/base/
H A Dcasts.h240 int b_max = e_max_sign ^ e_max; in loose_enum_test() local
245 b_max |= e_min_sign ^ e_min; in loose_enum_test()
249 b_max |= b_max >> 1; in loose_enum_test()
250 b_max |= b_max >> 2; in loose_enum_test()
251 b_max |= b_max >> 4; in loose_enum_test()
252 b_max |= b_max >> 8; in loose_enum_test()
253 b_max |= b_max >> 16; in loose_enum_test()
255 b_max |= b_max >> 32; in loose_enum_test()
259 return b_min <= e_val && e_val <= b_max; in loose_enum_test()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/base/
H A Dcasts.h240 int b_max = e_max_sign ^ e_max; in loose_enum_test() local
245 b_max |= e_min_sign ^ e_min; in loose_enum_test()
249 b_max |= b_max >> 1; in loose_enum_test()
250 b_max |= b_max >> 2; in loose_enum_test()
251 b_max |= b_max >> 4; in loose_enum_test()
252 b_max |= b_max >> 8; in loose_enum_test()
253 b_max |= b_max >> 16; in loose_enum_test()
255 b_max |= b_max >> 32; in loose_enum_test()
259 return b_min <= e_val && e_val <= b_max; in loose_enum_test()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/base/
H A Dcasts.h240 int b_max = e_max_sign ^ e_max; in loose_enum_test() local
245 b_max |= e_min_sign ^ e_min; in loose_enum_test()
249 b_max |= b_max >> 1; in loose_enum_test()
250 b_max |= b_max >> 2; in loose_enum_test()
251 b_max |= b_max >> 4; in loose_enum_test()
252 b_max |= b_max >> 8; in loose_enum_test()
253 b_max |= b_max >> 16; in loose_enum_test()
255 b_max |= b_max >> 32; in loose_enum_test()
259 return b_min <= e_val && e_val <= b_max; in loose_enum_test()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/base/
H A Dcasts.h310 int b_max = e_max_sign ^ e_max; in loose_enum_test() local
315 b_max |= e_min_sign ^ e_min; in loose_enum_test()
319 b_max |= b_max >> 1; in loose_enum_test()
320 b_max |= b_max >> 2; in loose_enum_test()
321 b_max |= b_max >> 4; in loose_enum_test()
322 b_max |= b_max >> 8; in loose_enum_test()
323 b_max |= b_max >> 16; in loose_enum_test()
325 b_max |= b_max >> 32; in loose_enum_test()
329 return b_min <= e_val && e_val <= b_max; in loose_enum_test()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp57 r_max(0), g_max(0), b_max(0), in QXcbColormapPrivate()
74 int b_max; member in QXcbColormapPrivate
189 const int g = (x / d->b_max) % d->g_max; in query_colormap()
190 const int b = x % d->b_max; in query_colormap()
193 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in query_colormap()
260 d->pixels.resize(d->r_max * d->g_max * d->b_max); in init_indexed()
265 for (int b = 0; b < d->b_max; ++b, ++x) { in init_indexed()
268 (b * 0xff + (d->b_max - 1) / 2) / (d->b_max - 1)); in init_indexed()
313 for (int b = 0; b < d->b_max; ++b) { in init_direct()
607 ? d->r_max * d->g_max * d->b_max in size()
[all …]

12345678910>>...100