Home
last modified time | relevance | path

Searched refs:bx0 (Results 126 – 150 of 371) sorted by relevance

12345678910>>...15

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/graphicsview/boxes/3rdparty/
H A Dfbm.c107 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
116 setup(0, bx0,bx1, rx0,rx1); in noise3()
120 i = p[ bx0 ]; in noise3()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/contrib/lips4/
H A Dgdevlprn.c382 int bx0, bx1, bx; in lprn_bubble_gen() local
394 bx0 = x0 / lprn->nBw; in lprn_bubble_gen()
397 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_gen()
410 int bx0 = bbl->brect.p.x / lprn->nBw; in lprn_bubble_flush() local
432 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_flush()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/lips4/
H A Dgdevlprn.c382 int bx0, bx1, bx; in lprn_bubble_gen() local
394 bx0 = x0 / lprn->nBw; in lprn_bubble_gen()
397 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_gen()
410 int bx0 = bbl->brect.p.x / lprn->nBw; in lprn_bubble_flush() local
432 for (bx = bx0; bx <= bx1; bx++) { in lprn_bubble_flush()
/dports/print/ghostscript7-base/ghostscript-7.07/epag-3.09/
H A Dgdevepag.c551 int bx0,bx1,bx; in epag_bubble_gen() local
563 bx0 = x0 / cont->bw; in epag_bubble_gen()
566 for(bx = bx0; bx <= bx1; bx++){ in epag_bubble_gen()
574 int bx,bx0,bx1; in epag_bubble_flush() local
578 bx0 = bbl->x0 / cont->bw; in epag_bubble_flush()
580 for(bx = bx0; bx <= bx1; bx++){ in epag_bubble_flush()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_rtree.c331 double bx0,bx1,by0,by1; /* Boundary of the query function */ in bfs_query_func() local
338 bx0 = p->aParam[0]; in bfs_query_func()
345 }else if( x0>=bx0 && x1<=bx1 && y0>=by0 && y1<=by1 ){ in bfs_query_func()
347 }else if( x1>=bx0 && x0<=bx1 && y1>=by0 && y0<=by1 ){ in bfs_query_func()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_rtree.c331 double bx0,bx1,by0,by1; /* Boundary of the query function */ in bfs_query_func() local
338 bx0 = p->aParam[0]; in bfs_query_func()
345 }else if( x0>=bx0 && x1<=bx1 && y0>=by0 && y1<=by1 ){ in bfs_query_func()
347 }else if( x1>=bx0 && x0<=bx1 && y1>=by0 && y0<=by1 ){ in bfs_query_func()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_rtree.c331 double bx0,bx1,by0,by1; /* Boundary of the query function */ in bfs_query_func() local
338 bx0 = p->aParam[0]; in bfs_query_func()
345 }else if( x0>=bx0 && x1<=bx1 && y0>=by0 && y1<=by1 ){ in bfs_query_func()
347 }else if( x1>=bx0 && x0<=bx1 && y1>=by0 && y0<=by1 ){ in bfs_query_func()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_rtree.c331 double bx0,bx1,by0,by1; /* Boundary of the query function */ in bfs_query_func() local
338 bx0 = p->aParam[0]; in bfs_query_func()
345 }else if( x0>=bx0 && x1<=bx1 && y0>=by0 && y1<=by1 ){ in bfs_query_func()
347 }else if( x1>=bx0 && x0<=bx1 && y1>=by0 && y0<=by1 ){ in bfs_query_func()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktestutils.c277 int ax0, ay0, ax1, ay1, bx0, by0, bx1, by1, xdist = 0, ydist = 0; in widget_geo_dist() local
281 if (!gtk_widget_translate_coordinates (b, base, 0, 0, &bx0, &by0) || in widget_geo_dist()
284 if (bx0 >= ax1) in widget_geo_dist()
285 xdist = bx0 - ax1; in widget_geo_dist()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/
H A Dbezier.py135 ((bx0, by0), (bx1, by1), (bx2, by2), (bx3, by3)) = bez
137 x0 = bx0
246 ((bx0, by0), (bx1, by1), (bx2, by2), (bx3, by3)) = bez
247 m1 = tpoint((bx0, by0), (bx1, by1), t)
254 return ((bx0, by0), m1, m4, m), (m, m5, m3, (bx3, by3))
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Drender_alphabetsoup.py362 bx0, by0 = last[:]
374 x = (-bx0 + 3 * bx1 - 3 * bx2 + bx3) * (t ** 3) + \
375 (3 * bx0 - 6 * bx1 + 3 * bx2) * (t ** 2) + \
376 (-3 * bx0 + 3 * bx1) * t + \
377 bx0
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/common/
H A Dkhrn_int_util.c130 int32_t *ax0, int32_t *ay0, int32_t *bx0, int32_t *by0, int32_t *w0, int32_t *h0, in khrn_clip_rect2() argument
134 khrn_clip_range2(ax0, bx0, w0, ax1, aw1, bx1, bw1); in khrn_clip_rect2()
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdSse2ResizeBilinear.cpp131 …template<bool align> SIMD_INLINE void InterpolateY(const uint8_t * bx0, const uint8_t * bx1, __m12… in InterpolateY() argument
133 __m128i lo = InterpolateY<align>((__m128i*)bx0 + 0, (__m128i*)bx1 + 0, alpha); in InterpolateY()
134 __m128i hi = InterpolateY<align>((__m128i*)bx0 + 1, (__m128i*)bx1 + 1, alpha); in InterpolateY()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktestutils.c351 int ax0, ay0, ax1, ay1, bx0, by0, bx1, by1, xdist = 0, ydist = 0; in widget_geo_dist() local
359 if (!gtk_widget_translate_coordinates (b, base, 0, 0, &bx0, &by0) || in widget_geo_dist()
363 if (bx0 >= ax1) in widget_geo_dist()
364 xdist = bx0 - ax1; in widget_geo_dist()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/simd/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
154 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
162 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/www/firefox-esr/firefox-91.8.0/media/libjpeg/simd/powerpc/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libjpeg/simd/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
154 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
162 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/simd/powerpc/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/simd/powerpc/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/www/firefox/firefox-99.0/media/libjpeg/simd/powerpc/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libjpeg/simd/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
154 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
162 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/graphics/mozjpeg/mozjpeg-4.0.3/simd/powerpc/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/benchmarks/glmark2/glmark2-2021.12/src/libjpeg-turbo/simd/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
154 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
162 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libjpeg/simd/powerpc/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libjpeg/simd/powerpc/
H A Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
156 bx0 = vec_mergeh(bl, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx0 = vec_packsu(rg0, bx0); in jsimd_ycc_rgb_convert_altivec()

12345678910>>...15