Home
last modified time | relevance | path

Searched +defs:by +defs:_ (Results 1 – 25 of 96) sorted by relevance

1234

/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/app/
H A Dgui.h33 #define _(string) dgettext(GETTEXT_PACKAGE, string) macro
35 #define _(string) string macro
59 #define isInside(x, y, tx, ty, bx, by) ((x) > (tx) && (y) > (ty) && (x) < (bx) && (y) < (by)) argument
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/app/
H A Dgui.h33 #define _(string) dgettext(GETTEXT_PACKAGE, string) macro
35 #define _(string) string macro
59 #define isInside(x, y, tx, ty, bx, by) ((x) > (tx) && (y) > (ty) && (x) < (bx) && (y) < (by)) argument
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A DbirthDeath.ml276 let by = var
405 let _ = function
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/examples/common/
H A Dboilerplate.rs35 let _ = self.events_proxy.wakeup(); in wake_up() localVariable
49 fn by(&self, w: i32, h: i32) -> LayoutRect; in by() method
61 fn by(&self, w: i32, h: i32) -> LayoutRect { in by() method
312 let _ = renderer.flush_pipeline_info(); in main_wrapper() localVariable
/dports/www/firefox/firefox-99.0/gfx/wr/examples/common/
H A Dboilerplate.rs35 let _ = self.events_proxy.wakeup(); in wake_up() localVariable
49 fn by(&self, w: i32, h: i32) -> LayoutRect; in by() method
61 fn by(&self, w: i32, h: i32) -> LayoutRect { in by() method
312 let _ = renderer.flush_pipeline_info(); in main_wrapper() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/examples/common/
H A Dboilerplate.rs35 let _ = self.events_proxy.wakeup(); in wake_up() localVariable
49 fn by(&self, w: i32, h: i32) -> LayoutRect; in by() method
61 fn by(&self, w: i32, h: i32) -> LayoutRect { in by() method
312 let _ = renderer.flush_pipeline_info(); in main_wrapper() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/examples/common/
H A Dboilerplate.rs34 let _ = self.events_proxy.wakeup(); in wake_up() localVariable
44 fn by(&self, w: i32, h: i32) -> LayoutRect; in by() method
56 fn by(&self, w: i32, h: i32) -> LayoutRect { in by() method
278 let _ = renderer.flush_pipeline_info(); in main_wrapper() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/examples/common/
H A Dboilerplate.rs34 let _ = self.events_proxy.wakeup(); in wake_up() localVariable
48 fn by(&self, w: i32, h: i32) -> LayoutRect; in by() method
60 fn by(&self, w: i32, h: i32) -> LayoutRect { in by() method
330 let _ = renderer.flush_pipeline_info(); in main_wrapper() localVariable
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dcombine-files.c47 #define _(msgid) gettext (msgid) macro
687 union value *by; in execute_add_files() local
712 union value *by; in execute_match_files() local
746 union value *by; in execute_update() local
802 scan_table (struct comb_file *file, union value by[]) in scan_table()
888 advance_file (struct comb_file *file, union value by[]) in advance_file()
901 output_case (struct comb_proc *proc, struct ccase *output, union value by[]) in output_case()
/dports/devel/py-stackexchange/py-stackexchange-2.2.7/stackexchange/
H A Dmodels.py177 def fetch_callback(self, _, site): argument
235 def fetch_callback(self, _): argument
472 def unanswered(self, by = None, **kw): argument
481 def no_answers(self, by = None, **kw): argument
490 def unaccepted(self, by, **kw): argument
495 def favorited_by(self, by, **kw): argument
/dports/audio/libsoxr/soxr-0.1.3-Source/src/
H A Dvr32.c37 #define _ sum += (input[-i] + input[i]) * half_fir_coefs[i], ++i; macro
48 #define _ sum += (input[-i] + input[i]) * half_fir_coefs[2*i], ++i; macro
59 #define _ sum += (input[-i] + input[1+i]) * half_fir_coefs[2*i+1], ++i; macro
74 #define _ sum += (input[-(2*i+1)] + input[2*i+1]) * fast_half_fir_coefs[i], ++i; in fast_half_fir() macro
81 #define _ in1=(in1-p->y[i])*iir_coefs[i]+tmp1;tmp1=p->y[i],p->y[i]=in1;++i;\ macro
109 #define _ p->y[i] += small_normal, i += 2; in half_phase() macro
112 #define _ p->y[i] -= small_normal, i += 2; in half_phase() macro
155 #define _ sum += (b *x + a)*input[i], ++i; macro
268 #define shiftr(x,by) ((by) < 0? (x) << (-(by)) : (x) >> (by)) argument
269 #define shiftl(x,by) shiftr(x,-(by)) argument
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/src/
H A Dvr32.c37 #define _ sum += (input[-i] + input[i]) * half_fir_coefs[i], ++i; macro
48 #define _ sum += (input[-i] + input[i]) * half_fir_coefs[2*i], ++i; macro
59 #define _ sum += (input[-i] + input[1+i]) * half_fir_coefs[2*i+1], ++i; macro
74 #define _ sum += (input[-(2*i+1)] + input[2*i+1]) * fast_half_fir_coefs[i], ++i; in fast_half_fir() macro
81 #define _ in1=(in1-p->y[i])*iir_coefs[i]+tmp1;tmp1=p->y[i],p->y[i]=in1;++i;\ macro
109 #define _ p->y[i] += small_normal, i += 2; in half_phase() macro
112 #define _ p->y[i] -= small_normal, i += 2; in half_phase() macro
155 #define _ sum += (b *x + a)*input[i], ++i; macro
268 #define shiftr(x,by) ((by) < 0? (x) << (-(by)) : (x) >> (by)) argument
269 #define shiftl(x,by) shiftr(x,-(by)) argument
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/tutorials/optimize/
H A Dopt_conv_cuda.py149 by, fi = s[B].split(fi, factor=block_factor) variable
211 _, ni = s[AA].split(ni, factor=4) variable
221 _, fi = s[WW].split(fi, factor=4) variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tutorials/optimize/
H A Dopt_conv_cuda.py153 by, fi = s[B].split(fi, factor=block_factor) variable
215 _, ni = s[AA].split(ni, factor=4) variable
225 _, fi = s[WW].split(fi, factor=4) variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/tutorials/optimize/
H A Dopt_conv_cuda.py149 by, fi = s[B].split(fi, factor=block_factor) variable
211 _, ni = s[AA].split(ni, factor=4) variable
221 _, fi = s[WW].split(fi, factor=4) variable
/dports/multimedia/librav1e/rav1e-0.5.1/src/tiling/
H A Dtile.rs55 let by = self.y >> (MI_SIZE_LOG2 - ydec); in to_frame_block_offset() localVariable
204 pub fn as_const(&self) -> Tile<'_, T> { in as_const()
/dports/multimedia/rav1e/rav1e-0.5.1/src/tiling/
H A Dtile.rs55 let by = self.y >> (MI_SIZE_LOG2 - ydec); in to_frame_block_offset() localVariable
204 pub fn as_const(&self) -> Tile<'_, T> { in as_const()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/tiling/
H A Dtile.rs55 let by = self.y >> (MI_SIZE_LOG2 - ydec); in to_frame_block_offset() localVariable
204 pub fn as_const(&self) -> Tile<'_, T> { in as_const()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Aka/
H A Dplugin.py45 _ = PluginInternationalization('Aka') variable
160 def lock_aka(self, channel, name, by): argument
172 def unlock_aka(self, channel, name, by): argument
282 def lock_aka(self, channel, name, by): argument
299 def unlock_aka(self, channel, name, by): argument
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/News/
H A Dplugin.py40 _ = PluginInternationalization('News') variable
74 def add(self, subject, text, at, expires, by): argument
/dports/math/pspp/pspp-1.4.1/src/language/control/
H A Dloop.c39 #define _(msgid) gettext (msgid) macro
71 double cur, by, last; /* Current value, increment, last value. */ member
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_fast_heuristics.cc74 [&](size_t tile_id, size_t _) { in Heuristics()
109 [&](size_t y, size_t _) { in Heuristics()
214 float& max) { in Heuristics()
268 [&](size_t tile_id, size_t _) { in Heuristics()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_fast_heuristics.cc74 [&](size_t tile_id, size_t _) { in Heuristics()
109 [&](size_t y, size_t _) { in Heuristics()
214 float& max) { in Heuristics()
268 [&](size_t tile_id, size_t _) { in Heuristics()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_fast_heuristics.cc74 [&](size_t tile_id, size_t _) { in Heuristics()
109 [&](size_t y, size_t _) { in Heuristics()
214 float& max) { in Heuristics()
268 [&](size_t tile_id, size_t _) { in Heuristics()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_fast_heuristics.cc74 [&](size_t tile_id, size_t _) { in Heuristics()
109 [&](size_t y, size_t _) { in Heuristics()
214 float& max) { in Heuristics()
268 [&](size_t tile_id, size_t _) { in Heuristics()

1234