Home
last modified time | relevance | path

Searched refs:bx0 (Results 201 – 225 of 371) sorted by relevance

12345678910>>...15

/dports/math/gap/gap-4.11.0/extern/gmp/mpn/arm/v7a/cora15/
H A Dlogops_n.asm105 beq L(bx0)
113 L(bx0): ldrd r4, r5, [up, #0]
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/arm/v7a/cora15/
H A Dlogops_n.asm105 beq L(bx0)
113 L(bx0): ldrd r4, r5, [up, #0]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/arm/v7a/cora15/
H A Dlogops_n.asm105 beq L(bx0)
113 L(bx0): ldrd r4, r5, [up, #0]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dvoxmodel.cpp507 int32_t *const bx0 = (int32_t *)Xmalloc(i<<1); in vox2poly() local
508 int32_t *const by0 = (int32_t *)(((intptr_t)bx0)+i); in vox2poly()
530 daquad(bx0[z], y, by0[z], x, y, by0[z], x, y, z, i>=0); in vox2poly()
535 else if ((v < ov) && (by0[z] != oz)) { bx0[z] = x; by0[z] = oz; } in vox2poly()
546 daquad(bx0[y], by0[y], z, x, by0[y], z, x, y, z, (i>=0)+2); in vox2poly()
551 else if ((v < ov) && (by0[y] != oz)) { bx0[y] = x; by0[y] = oz; } in vox2poly()
562 daquad(x, bx0[z], by0[z], x, y, by0[z], x, y, z, (i>=0)+4); in vox2poly()
567 else if ((v < ov) && (by0[z] != oz)) { bx0[z] = y; by0[z] = oz; } in vox2poly()
675 Xfree(shp); Xfree(zbit); Xfree(bx0); in vox2poly()
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdSsse3ResizeBilinear.cpp247 …template<bool align> SIMD_INLINE void InterpolateY(const uint8_t * bx0, const uint8_t * bx1, __m12… in InterpolateY() argument
249 __m128i lo = InterpolateY<align>((__m128i*)bx0 + 0, (__m128i*)bx1 + 0, alpha); in InterpolateY()
250 __m128i hi = InterpolateY<align>((__m128i*)bx0 + 1, (__m128i*)bx1 + 1, alpha); in InterpolateY()
H A DSimdAvx2ResizeBilinear.cpp272 …template<bool align> SIMD_INLINE void InterpolateY(const uint8_t * bx0, const uint8_t * bx1, __m25… in InterpolateY() argument
274 __m256i lo = InterpolateY<align>((__m256i*)bx0 + 0, (__m256i*)bx1 + 0, alpha); in InterpolateY()
275 __m256i hi = InterpolateY<align>((__m256i*)bx0 + 1, (__m256i*)bx1 + 1, alpha); in InterpolateY()
H A DSimdNeonResizeBilinear.cpp240 …template<bool align> SIMD_INLINE void InterpolateY(const uint8_t * bx0, const uint8_t * bx1, uint1… in InterpolateY() argument
242 uint16x8_t lo = InterpolateY<align>((uint16_t*)(bx0 + 0), (uint16_t*)(bx1 + 0), alpha); in InterpolateY()
243 uint16x8_t hi = InterpolateY<align>((uint16_t*)(bx0 + A), (uint16_t*)(bx1 + A), alpha); in InterpolateY()
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/tests/
H A Dtest_stride_tricks.py77 bx0 = np.array([[1, 2, 3], [1, 2, 3], [1, 2, 3]])
78 by0 = bx0.T
79 assert_array_equal(bx0, bx)
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dstex3d.c156 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
160 setup(0, bx0, bx1, rx0, rx1); in noise3()
164 i = p[bx0]; in noise3()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dstex3d.c156 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in noise3() local
160 setup(0, bx0, bx1, rx0, rx1); in noise3()
164 i = p[bx0]; in noise3()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DJPXStream.cc1975 resLevel->bx0[0] = resLevel->x0;
1984 resLevel->bx0[0] = jpxCeilDivPow2(resLevel->x0 - 1, 1);
1988 resLevel->bx0[1] = jpxCeilDivPow2(resLevel->x0, 1);
1992 resLevel->bx0[2] = jpxCeilDivPow2(resLevel->x0 - 1, 1);
2037 if (px0 < resLevel->bx0[sb]) {
2038 px0 = resLevel->bx0[sb];
2060 + (resLevel->bx1[1] - resLevel->bx0[1]);
2126 + (cb->x0 - resLevel->bx0[sb]);
2995 nx1 = resLevel->bx1[1] - resLevel->bx0[1];
2996 nx2 = nx1 + resLevel->bx1[0] - resLevel->bx0[0];
[all …]
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DJPXStream.cc1975 resLevel->bx0[0] = resLevel->x0;
1984 resLevel->bx0[0] = jpxCeilDivPow2(resLevel->x0 - 1, 1);
1988 resLevel->bx0[1] = jpxCeilDivPow2(resLevel->x0, 1);
1992 resLevel->bx0[2] = jpxCeilDivPow2(resLevel->x0 - 1, 1);
2037 if (px0 < resLevel->bx0[sb]) {
2038 px0 = resLevel->bx0[sb];
2060 + (resLevel->bx1[1] - resLevel->bx0[1]);
2126 + (cb->x0 - resLevel->bx0[sb]);
2995 nx1 = resLevel->bx1[1] - resLevel->bx0[1];
2996 nx2 = nx1 + resLevel->bx1[0] - resLevel->bx0[0];
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/pict-lib/texpict/
H A Dballoon.rkt49 (let-values ([(bx0 by0 bx1 by1 x0 y0 x1 y1 xc yc mx0 mx1 my0 my1 mfx mfy)
123 (send dc draw-line (+ x x0 bx0 (* i mx0)) (+ y y0 by0 (* i my0))
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/common/
H A Dkhrn_int_util.h468 int32_t *ax0, int32_t *bx0, int32_t *l0,
477 int32_t *ax0, int32_t *ay0, int32_t *bx0, int32_t *by0, int32_t *w0, int32_t *h0,
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest.c695 Evas_Object *bg = NULL, *bx0 = NULL, *bx1 = NULL, *lb = NULL, *chk = NULL; in my_win_main() local
757 bx0 = elm_box_add(win); in my_win_main()
759 evas_object_size_hint_weight_set(bx0, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); in my_win_main()
762 elm_win_resize_object_add(win, bx0); in my_win_main()
763 evas_object_show(bx0); in my_win_main()
769 elm_box_pack_end(bx0, fr); in my_win_main()
787 elm_box_pack_end(bx0, tg); in my_win_main()
794 elm_box_pack_end(bx0, bx1); in my_win_main()
835 elm_box_pack_end(bx0, sc); in my_win_main()
H A Dconfig.c968 Evas_Object *bx0) in _status_basic() argument
975 elm_box_pack_end(bx0, fr); in _status_basic()
988 Evas_Object *bx0) in _status_config() argument
996 elm_box_pack_end(bx0, fr); in _status_config()
4288 Evas_Object *bx0) in _status_config_full() argument
4318 elm_box_pack_end(bx0, tb); in _status_config_full()
4341 elm_box_pack_end(bx0, naviframe); in _status_config_full()
4348 Evas_Object *win, *bx0; in win_create() local
4356 bx0 = elm_box_add(win); in win_create()
4359 evas_object_show(bx0); in win_create()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dmdsprite.c1443 int i, j, x, y, z, v, ov, oz = 0, cnt, sc, x0, y0, dx, dy, i0, i1, *bx0, *by0; in vox2poly() local
1464 bx0 = (int *)malloc(i<<1); if (!bx0) { free(gvox); return(0); } in vox2poly()
1465 by0 = (int *)(((intptr_t)bx0)+i); in vox2poly()
1482 { daquad(bx0[z],y,by0[z],x,y,by0[z],x,y,z,i>=0); by0[z] = -1; } in vox2poly()
1483 if (v > ov) oz = z; else if ((v < ov) && (by0[z] != oz)) { bx0[z] = x; by0[z] = oz; } in vox2poly()
1493 { daquad(bx0[y],by0[y],z,x,by0[y],z,x,y,z,(i>=0)+2); by0[y] = -1; } in vox2poly()
1504 { daquad(x,bx0[z],by0[z],x,y,by0[z],x,y,z,(i>=0)+4); by0[z] = -1; } in vox2poly()
1511 if (!shp) { free(bx0); free(gvox); return(0); } in vox2poly()
1531 zbit = (int *)malloc(i); if (!zbit) { free(bx0); free(gvox); free(shp); return(0); } in vox2poly()
1573 if (!gvox->quad) { free(zbit); free(shp); free(bx0); free(gvox); return(0); } in vox2poly()
[all …]
/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmsvgfiltersurface.c1329 int bx0, bx1, by0, by1, b00, b10, b01, b11; in _turbulence_noise2() local
1334 bx0 = (int) t; in _turbulence_noise2()
1335 bx1 = bx0 + 1; in _turbulence_noise2()
1346 if (bx0 >= pStitchInfo->nWrapX) in _turbulence_noise2()
1347 bx0 -= pStitchInfo->nWidth; in _turbulence_noise2()
1356 bx0 &= LSM_SVG_TURBULENCE_BM; in _turbulence_noise2()
1360 i = turbulence->uLatticeSelector[bx0]; in _turbulence_noise2()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/textures/
H A Dnoise.cc300 int bx0, bx1, by0, by1, bz0, bz1, b00, b10, b01, b11; in operator ()() local
304 setup(0, bx0,bx1, rx0,rx1); in operator ()()
308 int i = stdp_p[ bx0 ]; in operator ()()
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/curves/
H A Dtocubic.py265 bx0, by0 = x0 + bz[0][0] * scale, y0 + bz[0][1] * scale
270 print bx0, by0, 'moveto', bx1, by1, 'lineto stroke'
273 print 'gsave', bx0, by0, 'translate circle fill grestore'
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DJPXStream.h190 unsigned int bx0[3], by0[3], // subband bounds member
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DJPXStream.h190 unsigned int bx0[3], by0[3], // subband bounds member
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DJPXStream.h190 unsigned int bx0[3], by0[3], // subband bounds member
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DJPXStream.h190 unsigned int bx0[3], by0[3], // subband bounds member
/dports/multimedia/jmref/JM/lencod/src/
H A Dmv_search.c57 static const short bx0[5][4] = {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,2,0,0}, {0,2,0,2}}; variable
614 short bx0_part = bx0[parttype][block8x8] << 2; in BPredPartitionCost()
1181 int bx = bx0[parttype][block8x8] << 2; in BIDPartitionCost()
1583 short bx = bx0[blocktype][block8x8]; in PartitionMotionSearch()
1613 short bx = bx0[blocktype][block8x8]; in PartitionMotionSearch()
1707 short bx = bx0[parttype][block8x8]; in SubPartitionMotionSearch()
1753 short bx = bx0[parttype][block8x8]; in SubPartitionMotionSearch()

12345678910>>...15