Home
last modified time | relevance | path

Searched +defs:ym +defs:s (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/japanese/sj3-lib/sj3-2.0.1.20/kanakan/
H A Dgetkanji.c47 getkan_none(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in getkan_none()
55 getkan_hira(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in getkan_hira()
76 getkan_kata(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in getkan_kata()
114 getkan_knj(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in getkan_knj()
123 getkan_ofs(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in getkan_ofs()
133 getkan_norm(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in getkan_norm()
153 getkan_ascii(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in getkan_ascii()
168 code2kanji(Uchar *s, Uchar *d, Uchar *ym, Int yl, Int flg) in code2kanji()
232 getkanji(Uchar *ym, Int yl, Uchar *ptr, Uchar *buf) in getkanji()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/java2d/
H A DJava2DGraphicsPainter.java82 float ym = y1 + (h / 2); in drawBorderLine() local
83 BasicStroke s = new BasicStroke(h, BasicStroke.CAP_BUTT, in drawBorderLine() local
95 BasicStroke s = new BasicStroke(w, BasicStroke.CAP_BUTT, in drawBorderLine() local
110 float ym = y1 + (h / 2); in drawBorderLine() local
111 BasicStroke s = new BasicStroke(h, BasicStroke.CAP_ROUND, in drawBorderLine() local
123 BasicStroke s = new BasicStroke(w, BasicStroke.CAP_ROUND, in drawBorderLine() local
135 BasicStroke s = new BasicStroke(h3); in drawBorderLine() local
143 BasicStroke s = new BasicStroke(w3); in drawBorderLine() local
200 float ym = y1 + (h / 2); in drawBorderLine() local
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dgong_beater_1439.c52 float ym; member
81 float ym = plugin_data->ym; in activateGongBeater() local
138 float ym; in instantiateGongBeater() local
191 float ym = plugin_data->ym; in runGongBeater() local
265 float ym = plugin_data->ym; in runAddingGongBeater() local
310 #define D_(s) dgettext(PACKAGE, s) in swh_init() argument
313 #define D_(s) (s) in swh_init() argument
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DUpdate_Edit.cpp110 String s = String(SDL_GetKeyName(SDL_GetKeyFromScancode(static_cast<SDL_Scancode>(i)))); in frameRenderingQueued() local
148 std::string s; in frameRenderingQueued() local
410 UString s = bNew in frameRenderingQueued() local
497 { Real ym = -vNew.y * 0.5f * moveMul; in editMouse() local
532 Real ym = -vNew.y * fMove * moveMul; in editMouse() local
578 Real ym = -vNew.y * fMove * moveMul; in editMouse() local
651 Real ym = -vNew.y * fMove * moveMul; in editMouse() local
/dports/math/cvc4/CVC4-1.7/src/util/
H A Dinteger_cln_imp.cpp62 void Integer::parseInt(const std::string& s, unsigned base) in parseInt()
90 const std::string& s, in readInt()
165 cln::cl_MI ym = ry->canonhom(y.d_value); in modAdd() local
174 cln::cl_MI ym = ry->canonhom(y.d_value); in modMultiply() local
/dports/games/supertux/supertux-0.1.3/src/
H A Dgameobjs.cpp62 BrokenBrick::init(Tile* tile_, float x, float y, float xm, float ym) in init()
167 int s = ((int)scroll_x / 2)%640; in draw() local
179 FloatingScore::init(float x, float y, int s) in init()
/dports/games/vectoroids/vectoroids-1.1.0/
H A Dvectoroids.c90 int xm, ym; member
96 int xm, ym; member
107 int xm, ym; member
115 int xm, ym; member
180 int x, y, xm, ym, angle; variable
2642 void add_bullet(int x, int y, int a, int xm, int ym) in add_bullet()
2676 void add_asteroid(int x, int y, int xm, int ym, int size) in add_asteroid()
2725 void add_bit(int x, int y, int xm, int ym) in add_bit()
2816 void hurt_asteroid(int j, int xm, int ym, int exp_size) in hurt_asteroid()
2922 void draw_text(char * str, int x, int y, int s, color_type c) in draw_text()
[all …]
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dparticle.cpp209 void scatter_line(int x1, int y1, int x2, int y2, int c, int s) in scatter_line()
218 int ym = ( 1 << s ); in scatter_line() local
238 void ascatter_line(int x1, int y1, int x2, int y2, int c1, int c2, int s) in ascatter_line()
247 int ym = ( 1 << s ); in ascatter_line() local
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Damap.c308 void wall_draw(int xm, int ym, int wallcode, int size, MapElem *cur) { in wall_draw()
348 void tile_draw(int xm, int ym, int tiletype, int size, int offs, int color) { in tile_draw()
370 void obj_draw(int xm, int ym, Obj *cobj, int tsize, int so, int color) { in obj_draw()
379 void line_draw(int xm, int ym, Obj *cobj, int tsize, int full, int color) { in line_draw()
412 void obj_mess(curAMap *amptr, MapElem *curmp, int drw, int xm, int ym, int tsize, int pass) { in obj_mess()
553 int xm, ym; in draw_radius_obj() local
564 int xm, ym; in draw_full_obj() local
624 int xc, yc, xm, ym, drw, static_drw, cv; // loop control, so on in amap_draw() local
1054 char *s = toast_str + del_len; // beginning of real data in amap_str_delete() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/applets/Clock/
H A DClock.java108 int xh, yh, xm, ym, xs, ys; in update() local
109 int s = 0, m = 10, h = 10; in update() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/applets/Clock/
H A DClock.java108 int xh, yh, xm, ym, xs, ys; in update() local
109 int s = 0, m = 10, h = 10; in update() local
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/scripting/
H A DMyParser.cpp137 QString s = QObject::tr(i.description); in explainFunction() local
165 double ym = Eval(); in EvalRemoveSingularity() local
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dcorrelation.hxx327 void operator()(SrcIterator s, SrcAccessor s_acc, DestIterator d, DestAccessor d_acc) const in operator ()()
341 MaskIterator ym = m_mask_ul; in operator ()() local
513 void operator()(SrcIterator s, SrcAccessor s_acc, DestIterator d, DestAccessor d_acc) const in operator ()()
533 MaskIterator ym = m_mask_ul; in operator ()() local
571 MaskIterator ym = m_mask_ul; in init_s11() local
/dports/misc/bb/bb-1.3.0/
H A Dcredits2.c50 int ym = aa_imgheight(context) / 3; in pryc() local
75 int s = STATE > 0 ? (STATE < MTIME ? STATE : MTIME) : 0; in morphdraw() local
137 char s[2] = in displaytext() local
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
102 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
119 uint32 ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
151 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/graphics/libyuv/libyuv-0.0.1789/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/util/
H A Dssim.cc75 static double FinalizeSSIM(double iw, double xm, double ym, in FinalizeSSIM()
91 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
103 uint32 ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
131 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/util/
H A Dssim.cc82 double ym, in FinalizeSSIM()
104 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM() local
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local

12345678910>>...17