Home
last modified time | relevance | path

Searched refs:sry (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/store/src/backend/
H A Dmod.rs203 sry!(key.merge(new)); in import()
249 let key_id: ID = sry!( in lookup_by_subkeyid()
338 let fp = sry!(fp.parse() in add()
346 sry!(log::message( in add()
368 let binding_id: ID = sry!( in lookup()
387 let binding_id: ID = sry!( in lookup_by_subkeyid()
629 sry!(self.c in register_encryption()
636 sry!(self.c in register_encryption()
656 sry!(self.c in register_verification()
663 sry!(self.c in register_verification()
[all …]
H A Dlog.rs106 ) = sry!(match self.selector { in next()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/store/src/backend/
H A Dmod.rs203 sry!(key.merge(new)); in import()
249 let key_id: ID = sry!( in lookup_by_subkeyid()
338 let fp = sry!(fp.parse() in add()
346 sry!(log::message( in add()
368 let binding_id: ID = sry!( in lookup()
387 let binding_id: ID = sry!( in lookup_by_subkeyid()
629 sry!(self.c in register_encryption()
636 sry!(self.c in register_encryption()
656 sry!(self.c in register_verification()
663 sry!(self.c in register_verification()
[all …]
H A Dlog.rs106 ) = sry!(match self.selector { in next()
/dports/graphics/animorph/animorph-0.3/src/
H A DQuaternion.cpp47 float sry = sin (e.y * 0.5); in fromEuler() local
53 w = crx * cry * crz + srx * sry * srz; in fromEuler()
54 x = srx * cry * crz - crx * sry * srz; in fromEuler()
55 y = crx * sry * crz + srx * cry * srz; in fromEuler()
56 z = crx * cry * srz - srx * sry * crz; in fromEuler()
H A DMatrix.cpp9 float sry = sinf (e.y); in fromEuler() local
20 data[8] = sry; in fromEuler()
21 data[1] = crx * srz + srx * sry * crz; in fromEuler()
22 data[5] = crx * crz - srx * sry * srz; in fromEuler()
24 data[2] = srx * srz - crx * sry * crz; in fromEuler()
25 data[6] = srx * crz + crx * sry * srz; in fromEuler()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspells3.cc711 char srx = 0, sry = 0; in entomb() local
729 for (sry = you.y_pos - 1; sry < you.y_pos + 2; sry++) in entomb()
734 if (mgrd[srx][sry] != NON_MONSTER in entomb()
735 || (srx == you.x_pos && sry == you.y_pos)) in entomb()
743 if (grd[srx][sry] == safe_to_overwrite[loopy]) in entomb()
754 int objl = igrd[srx][sry]; in entomb()
774 objl = igrd[srx][sry]; in entomb()
785 if (env.cgrid[srx][sry] != EMPTY_CLOUD) in entomb()
786 delete_cloud( env.cgrid[srx][sry] ); in entomb()
789 if ((which_trap = trap_at_xy(srx, sry)) != -1) in entomb()
[all …]
H A Dmisc.cc132 char sry = 0; in search_around() local
143 for (sry = you.y_pos - 1; sry < you.y_pos + 2; sry++) in search_around()
146 if (grd[srx][sry] == DNGN_SECRET_DOOR in search_around()
149 grd[srx][sry] = DNGN_CLOSED_DOOR; in search_around()
154 if (grd[srx][sry] == DNGN_UNDISCOVERED_TRAP in search_around()
157 i = trap_at_xy(srx, sry); in search_around()
160 grd[srx][sry] = trap_category(env.trap[i].type); in search_around()
/dports/math/reduce/Reduce-svn5758-src/packages/ztrans/
H A Dztrrules.red410 2*sry^n*sin(acos(srx*w/(2*sry*x))*n)
423 -2*sry^n*(-1)^n*sin(acos(srx*w/(2*sry*x))*n)
435 2*sry^n*sinh(acosh(srx*w/(2*sry*x))*n)
445 -2*(-sry)^n*sinh(acosh(srx*w/(2*sry*x))*n)
455 (sry^n*(sqrt(4*x*y-w^2)*cos(acos(srx*w/(2*sry*x))*n)
456 + sin(acos(srx*w/(2*sry*x))*n)*w))
469 (sry^n*(-1)^n*(sqrt(4*x*y-w^2)*cos(acos(srx*w/(2*sry*x))*n)
470 + sin(acos(srx*w/(2*sry*x))*n)*w))
483 (sry^n*(sqrt(w^2-4*x*y)*cosh(acosh(srx*w/(2*sry*x))*n)
484 + sinh(acosh(srx*w/(2*sry*x))*n)*w))
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/elements/
H A DQRTZ.cpp86 int rnd, sry, srx; in Element_QRTZ_update() local
94 sry = (rnd%3)-1; in Element_QRTZ_update()
99 if (!pmap[y+sry][x+srx] && parts[i].tmp!=0) in Element_QRTZ_update()
101 np = sim->create_part(-1,x+srx,y+sry,PT_QRTZ); in Element_QRTZ_update()
/dports/graphics/pear-Image_Canvas/Image_Canvas-0.3.2/Image/Canvas/
H A DImageMap.php278 $sry = (isset($params['sry']) ? $params['sry'] : 0);
282 round(($y + $sry * sin(deg2rad($v1 % 360)))) . ',';
294 if (($srx != 0) || ($sry != 0)) {
299 round(($y + $sry * sin(deg2rad($v % 360)))) . ',';
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_scale_smooth_scaler_up.c2 int srx = src_region_x, sry = src_region_y; variable
79 psrc = src->image.data + (src_w * (sry + cy)) + srx;
141 DATA32 *ps = src->image.data + (src_w * sry) + srx + cx;
203 DATA32 *ps = src->image.data + (src_w * sry) + srx;
/dports/graphics/libpano13/libpano13-2.9.20/
H A Dresample.c1416 rgb[i] = sry; in MyTransForm()
1420 sry = src; in MyTransForm()
1422 sry = src + miy * BytesPerLine; in MyTransForm()
1424 sry = src + ys * BytesPerLine; in MyTransForm()
1433 sr = sry; in MyTransForm()
1435 sr = sry + mix *BytesPerPixel; in MyTransForm()
1437 sr = sry + BytesPerPixel * xs; in MyTransForm()
1448 sr = sry; in MyTransForm()
1450 sr = sry + mix *BytesPerPixel; in MyTransForm()
1452 sr = sry + BytesPerPixel * xs; in MyTransForm()
[all …]
H A Dcorrect.c708 unsigned char *sry, *srx, *sl, *st, *sb; in getFrame() local
719 sry = *(im->data); in getFrame()
728 sr = sry + y * im->bytesPerLine; in getFrame()
740 srx = sry; in getFrame()
/dports/graphics/pear-Image_Canvas/Image_Canvas-0.3.2/tests/
H A Dimagemap.php163 'sry' => 10,
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_unittest.cpp2669 int sry = 33000; in testChrmToSrgb() local
2675 testChrmToSrgb(sg, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 0, 0, 0, 0); in testChrmToSrgb()
2682 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 255, 0, 0, 255, 0, 0); in testChrmToSrgb()
2683 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 255, 0, 0, 255, 0); in testChrmToSrgb()
2684 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2687 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2688 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 255, 0, 255, 0, 0); in testChrmToSrgb()
2689 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2692 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2693 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 0, 255, 0, 0, 0, 255); in testChrmToSrgb()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_unittest.cpp2669 int sry = 33000; in testChrmToSrgb() local
2675 testChrmToSrgb(sg, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 0, 0, 0, 0); in testChrmToSrgb()
2682 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 255, 0, 0, 255, 0, 0); in testChrmToSrgb()
2683 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 255, 0, 0, 255, 0); in testChrmToSrgb()
2684 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2687 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2688 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 255, 0, 255, 0, 0); in testChrmToSrgb()
2689 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2692 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2693 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 0, 255, 0, 0, 0, 255); in testChrmToSrgb()
[all …]
/dports/games/redeclipse16/base-1.6.0/config/
H A Dvoice.cfg21 addvoice "sry~" "voice/sorry" 1 // reuse
/dports/games/redeclipse-data/redeclipse-data-v2.0.0/sounds/voice/
H A Dpackage.cfg21 addvoice "sry~" "voice/sorry" 1 // reuse
/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/
H A Dlodepng_unittest.cpp2695 unsigned sry = 33000; in testChrmToSrgb() local
2701 testChrmToSrgb(sg, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 0, 0, 0, 0); in testChrmToSrgb()
2708 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 255, 0, 0, 255, 0, 0); in testChrmToSrgb()
2709 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 255, 0, 0, 255, 0); in testChrmToSrgb()
2710 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2713 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2714 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 255, 0, 255, 0, 0); in testChrmToSrgb()
2715 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2718 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2719 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 0, 255, 0, 0, 0, 255); in testChrmToSrgb()
[all …]
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/store/src/
H A Dmacros.rs82 macro_rules! sry {
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/store/src/
H A Dmacros.rs82 macro_rules! sry {
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDragOverS.c876 Position srx = 0, sry = 0; in make_soup() local
923 sry -= miny; in make_soup()
925 maxy = sry + DI_Height(src); in make_soup()
945 hoty = sry + DI_HotY(src); in make_soup()
972 wd, ht, sox, soy, stx, sty, srx, sry, hotx, hoty); in make_soup()
1015 sry -= miny; in make_soup()
1022 wd, ht, sox, soy, stx, sty, srx, sry, hotx, hoty); in make_soup()
1065 DI_YOffset(src) = sry; in make_soup()
/dports/cad/solvespace/solvespace-2.3/extlib/si/
H A DsiSyncPriv.h118 SiSyncSetScaleRyPacket sry; member
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmsprinter.c429 int sry = GetDeviceCaps(shdc, LOGPIXELSY); local
437 rx, ry, srx, sry));
443 SetWindowExtEx(hdc, srx, sry, NULL);

1234567891011