Home
last modified time | relevance | path

Searched refs:ayx (Results 1 – 25 of 135) sorted by relevance

123456

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_aff2d.c19 static void invert2d( float axx, float axy, float ayx, float ayy , in invert2d() argument
22 float det = axx*ayy - axy*ayx ; in invert2d()
27 *byx = -ayx / det ; in invert2d()
43 float axx, float axy, float ayx, float ayy ) in mri_aff2d_byte() argument
59 invert2d( axx,axy,ayx,ayy , &bxx,&bxy,&byx,&byy ) ; in mri_aff2d_byte()
61 bxx = axx ; bxy = axy ; byx = ayx ; byy = ayy ; in mri_aff2d_byte()
135 float axx, float axy, float ayx, float ayy ) in mri_aff2d_rgb() argument
152 invert2d( axx,axy,ayx,ayy , &bxx,&bxy,&byx,&byy ) ; in mri_aff2d_rgb()
154 bxx = axx ; bxy = axy ; byx = ayx ; byy = ayy ; in mri_aff2d_rgb()
/dports/editors/ted/Ted-2.23/utilPs/
H A DpsNup.c108 double ayx; in utilNupGetBaseTranform() local
170 ayx= ( 1.0* cellWideTwips )/ ( 1.0* dgPage->dgPageHighTwips ); in utilNupGetBaseTranform()
175 if ( ayx > 1.0 ) { ayx= 1.0; } in utilNupGetBaseTranform()
183 if ( axy > ayx ) in utilNupGetBaseTranform()
184 { axy= ayx; } in utilNupGetBaseTranform()
/dports/games/golly/golly-3.3-src/Scripts/Lua/gplus/
H A Dinit.lua467 local axx, axy, ayx, ayy = table.unpack(A)
468 g.putcells(p.array, x, y, axx, axy, ayx, ayy, mode)
479 local axx, axy, ayx, ayy = table.unpack(A)
480 g.putcells(p.array, x, y, axx, axy, ayx, ayy, mode)
/dports/science/tinker/tinker/source/
H A Dsurfatom.f60 real*8 ayx,ayy local
286 ayx = tyk / dk
300 uyj = tyj*ayy - txj*ayx
536 real*8 ayx,ayy local
802 ayx = tyk / dk
816 uyj = tyj*ayy - txj*ayx
982 dax = axx*faca - ayx*facb + azx*facc
H A Dsurface.f67 real*8 ayx,ayy,azx local
344 ayx = tyk / dk
358 uyl = tyl*ayy - txl*ayx
647 real*8 ayx,ayy,azx local
949 ayx = tyk / dk
963 uyl = tyl*ayy - txl*ayx
1130 dax = axx*faca - ayx*facb + azx*facc
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxlua.cpp720 int ayx = 0; in g_parse() local
727 if (lua_gettop(L) > 5) ayx = luaL_checkinteger(L, 6); in g_parse()
745 lua_pushinteger(L, y0 + x * ayx + y * ayy); lua_rawseti(L, -2, ++arraylen); in g_parse()
835 int ayx = 0; in g_transform() local
840 if (lua_gettop(L) > 5) ayx = luaL_checkinteger(L, 6); in g_transform()
855 lua_pushinteger(L, y0 + x * ayx + y * ayy); lua_rawseti(L, -2, ++arraylen); in g_transform()
955 int ayx = 0; in g_putcells() local
967 if (lua_gettop(L) > 5) ayx = luaL_checkinteger(L, 6); in g_putcells()
1004 int newy = y0 + x * ayx + y * ayy; in g_putcells()
1028 int newy = y0 + x * ayx + y * ayy; in g_putcells()
[all …]
H A Dwxpython.cpp991 long ayx = 0; in py_parse() local
994 if (!PyArg_ParseTuple(args, (char*)"s|llllll", &s, &x0, &y0, &axx, &axy, &ayx, &ayy)) in py_parse()
1009 AddTwoInts(outlist, x0 + x * axx + y * axy, y0 + x * ayx + y * ayy); in py_parse()
1092 long ayx = 0; in py_transform() local
1096 &PyList_Type, &inlist, &x0, &y0, &axx, &axy, &ayx, &ayy)) in py_transform()
1109 y0 + x * ayx + y * ayy); in py_transform()
1223 long ayx = 0; in py_putcells() local
1232 &x0, &y0, &axx, &axy, &ayx, &ayy, &mode)) in py_putcells()
1269 int newy = y0 + x * ayx + y * ayy; in py_putcells()
1297 int newy = y0 + x * ayx + y * ayy; in py_putcells()
[all …]
H A Dwxperl.cpp1047 int ayx = 0; in XS() local
1053 if (items > 5) ayx = SvIV(ST(5)); in XS()
1069 av_push(outarray, newSViv(y0 + x * ayx + y * ayy)); in XS()
1166 int ayx = 0; in XS() local
1170 if (items > 5) ayx = SvIV(ST(5)); in XS()
1183 av_push(outarray, newSViv(y0 + x * ayx + y * ayy)); in XS()
1311 int ayx = 0; in XS() local
1324 if (items > 5) ayx = SvIV(ST(5)); in XS()
1362 int newy = y0 + x * ayx + y * ayy; in XS()
1387 int newy = y0 + x * ayx + y * ayy; in XS()
[all …]
H A Dwxoverlay.h840 int axx, axy, ayx, ayy; // affine transformation values variable
H A Dwxoverlay.cpp2426 ayx = 0; in DoCreate()
5290 const int y0 = y - (x * ayx + y * ayy); in DoPaste()
5303 int newy = y0 + x * ayx + y * ayy; in DoPaste()
5321 int newy = y0 + x * ayx + y * ayy; in DoPaste()
5606 const int y0 = y - (x * ayx + y * ayy); in DoPaste()
5619 int newy = y0 + x * ayx + y * ayy; in DoPaste()
5637 int newy = y0 + x * ayx + y * ayy; in DoPaste()
7141 int oldayx = ayx; in DoTransform()
7146 ayx = a3; in DoTransform()
7148 identity = (axx == 1) && (axy == 0) && (ayx == 0) && (ayy == 1); in DoTransform()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dlockon.cpp695 uint8_t ayx = ayy; in rotate_draw() local
712 INCREMENT(ayx, cy); in rotate_draw()
714 DECREMENT(ayx, cy); in rotate_draw()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dlockon.cpp695 uint8_t ayx = ayy; in rotate_draw() local
712 INCREMENT(ayx, cy); in rotate_draw()
714 DECREMENT(ayx, cy); in rotate_draw()
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DJacobianBasis.cpp796 const double ayx = in getMetricMinAndGradients() local
801 const double aetaeta = ayx * invJaci[1][0] + ayy * invJaci[1][1]; in getMetricMinAndGradients()
802 const double aetaxi = ayx * invJaci[0][0] + ayy * invJaci[0][1]; in getMetricMinAndGradients()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn.c220 double ayx = fabs(pmat->yx), ayy = fabs(pmat->yy); in fraction_matrix__set() local
221 double scale = max(axx + axy, ayx + ayy); in fraction_matrix__set()
523 float ayx = fabs(ctm->xx), ayy = fabs(ctm->xy); in t1_hinter__set_mapping() local
524 float scale = max(axx + axy, ayx + ayy); in t1_hinter__set_mapping()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn.c220 double ayx = fabs(pmat->yx), ayy = fabs(pmat->yy); in fraction_matrix__set() local
221 double scale = max(axx + axy, ayx + ayy); in fraction_matrix__set()
523 float ayx = fabs(ctm->xx), ayy = fabs(ctm->xy); in t1_hinter__set_mapping() local
524 float scale = max(axx + axy, ayx + ayy); in t1_hinter__set_mapping()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn.c233 double ayx = fabs(pmat->yx), ayy = fabs(pmat->yy); in fraction_matrix__set() local
234 double scale = max(axx + axy, ayx + ayy); in fraction_matrix__set()
636 float ayx = fabs(ctm->xx), ayy = fabs(ctm->xy); in t1_hinter__set_mapping() local
637 float scale = max(axx + axy, ayx + ayy); in t1_hinter__set_mapping()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn.c233 double ayx = fabs(pmat->yx), ayy = fabs(pmat->yy); in fraction_matrix__set() local
234 double scale = max(axx + axy, ayx + ayy); in fraction_matrix__set()
636 float ayx = fabs(ctm->xx), ayy = fabs(ctm->xy); in t1_hinter__set_mapping() local
637 float scale = max(axx + axy, ayx + ayy); in t1_hinter__set_mapping()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn.c233 double ayx = fabs(pmat->yx), ayy = fabs(pmat->yy); in fraction_matrix__set() local
234 double scale = max(axx + axy, ayx + ayy); in fraction_matrix__set()
635 float ayx = fabs(ctm->xx), ayy = fabs(ctm->xy); in t1_hinter__set_mapping() local
636 float scale = max(axx + axy, ayx + ayy); in t1_hinter__set_mapping()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn.c233 double ayx = fabs(pmat->yx), ayy = fabs(pmat->yy); in fraction_matrix__set() local
234 double scale = max(axx + axy, ayx + ayy); in fraction_matrix__set()
635 float ayx = fabs(ctm->xx), ayy = fabs(ctm->xy); in t1_hinter__set_mapping() local
636 float scale = max(axx + axy, ayx + ayy); in t1_hinter__set_mapping()
/dports/textproc/py-iso-639/iso639-0.4.5/iso639/
H A Diso-639-3_Retirements.tab181 ayx Ayi (China) D nun 2011-05-18
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/data/
H A Diso-639-3_Retirements.tab181 ayx Ayi (China) D nun 2011-05-18
/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/test/Horde/ActiveSync/fixtures/
H A Dsigned_attachment.eml335 MwA4twsbt6tUG0HfISc/LX8LSdVd1el0zVnr+ayx+hEsHaHFTc4+mtmsfjadzhmEBwAATF4AJP9h
/dports/deskutils/xneur/xneur-0.20.0/share/languages/pl/
H A Dproto3172 ayx
/dports/deskutils/xneur/xneur-0.20.0/share/languages/us/
H A Dproto3204 ayx
/dports/deskutils/xneur/xneur-0.20.0/share/languages/gb/
H A Dproto3204 ayx

123456