Home
last modified time | relevance | path

Searched refs:_di (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/dports/math/jags/JAGS-4.3.0/src/modules/mix/samplers/
H A DNormMix.cc91 for (unsigned int i = 0; i < _di.size(); ++i) { in ~NormMix()
92 delete _di[i]; in ~NormMix()
192 for (unsigned int j = _di[i]->start; j < _di[i]->end; ++j) { in getValue()
193 x[j] *= _di[i]->sum; in getValue()
200 if (_di.empty()) { in setValue()
206 _di[i]->sum = 0; in setValue()
207 for (unsigned int j = _di[i]->start; j < _di[i]->end; ++j) { in setValue()
208 _di[i]->sum += x[j]; in setValue()
213 for (unsigned int j = _di[i]->start; j < _di[i]->end; ++j) { in setValue()
214 v[j] /= _di[i]->sum; in setValue()
[all …]
/dports/lang/huc/huc-3.21/include/pce/
H A Dlibrary.asm1425 incw <_di
1430 sta [_di]
1432 incw <_di
1450 incw <_di
1454 sta [_di]
1456 incw <_di
1462 sta [_di]
1470 sta [_di]
1472 incw <_di
1490 sta [_di]
[all …]
H A Dhuc_math.asm28 sta [_di],Y
41 .l1: lda [_di],Y
43 sta [_di],Y
59 sta [_di],Y
70 stw #_ax,<_di
73 stw #_cx,<_di
76 stw <_bp,<_di
90 __stw <_di
94 sta [_di],Y
242 lda [_di]
[all …]
H A Dlibrary.inc19 stw #\1,<_di
28 stw #\1,<_di
101 stw #\1,<_di
110 stw #VRAM(\1),<_di
129 stw \1,<_di
170 stw #\1,<_di
191 stw #\1,<_di
H A Dhuc_bram.asm91 .l1: lda [_di],Y
94 sta [_di],Y
101 cmp [_di],Y
105 sta [_di],Y
135 lda <_di+1
139 sta <_di+1
142 .setsz: lda <_di+1
532 sta [_di],Y
536 inc <_di+1
577 inc <_di+1
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/h/
H A Dcounters.h28 int nn##_di = (di); /* Number of dimensions */ \
42 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) \
50 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) { \
60 (nn##_e >= nn##_di)
79 int nn##_di = (di); /* Number of dimensions */ \
85 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) { \
93 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) \
101 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) { \
111 (nn##_e >= nn##_di)
128 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) \
[all …]
/dports/math/pari/pari-2.13.3/src/kernel/alpha/
H A Dasm1.h37 register ulong _di, _x = (x), _y = (y), _q, _ql, _r; \
48 _di = invert_word(_y); \
49 _ql = mulll (__hire, _di); \
70 register ulong _di, _x = (x), _y = (y), _q, _ql, _r; in divll() local
81 _di = invert_word(_y); in divll()
82 _ql = mulll (__hire, _di); in divll()
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/alpha/
H A Dasm1.h38 register ulong _di, _x = (x), _y = (y), _q, _ql, _r; \
49 _di = invert_word(_y); \
50 _ql = mulll (__hire, _di); \
71 register ulong _di, _x = (x), _y = (y), _q, _ql, _r; in divll() local
82 _di = invert_word(_y); in divll()
83 _ql = mulll (__hire, _di); in divll()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dcallables_ns.cpp168 for (uint16 _di = 0; _di < 64; _di++) { in _c_fade() local
360 for (uint16 _di = 0; _di < 30; _di++) { in _c_frankenstein() local
546 uint16 _di = r.left/4 + r.top * _gfx->_backgroundInfo->_mask->internalWidth; in _c_shade() local
549 memset(_gfx->_backgroundInfo->_mask->data + _di, 0, r.width()/4+1); in _c_shade()
550 _di += _gfx->_backgroundInfo->_mask->internalWidth; in _c_shade()
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dcallables_ns.cpp168 for (uint16 _di = 0; _di < 64; _di++) { in _c_fade() local
360 for (uint16 _di = 0; _di < 30; _di++) { in _c_frankenstein() local
546 uint16 _di = r.left/4 + r.top * _gfx->_backgroundInfo->_mask->internalWidth; in _c_shade() local
549 memset(_gfx->_backgroundInfo->_mask->data + _di, 0, r.width()/4+1); in _c_shade()
550 _di += _gfx->_backgroundInfo->_mask->internalWidth; in _c_shade()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dmapview_common.h112 int _t##_xi, _t##_yi, _t##_si, _t##_di; \
137 _t##_di = _t##_yi - _t##_xi; \
145 _t = map_pos_to_tile(_t##_si / 4 - 1, _t##_di / 4); \
150 (_t##_di - 2) / 4); \
152 (_t##_di - 2) / 4); \
154 (_t##_di + 2) / 4); \
156 (_t##_di + 2) / 4); \
175 (_t##_di - 2) / 4); /*N*/ \
177 (_t##_di + 2) / 4); /*S*/ \
181 _t##_di / 4); /*W*/ \
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dmapview_common.h112 int _t##_xi, _t##_yi, _t##_si, _t##_di; \
137 _t##_di = _t##_yi - _t##_xi; \
145 _t = map_pos_to_tile(_t##_si / 4 - 1, _t##_di / 4); \
150 (_t##_di - 2) / 4); \
152 (_t##_di - 2) / 4); \
154 (_t##_di + 2) / 4); \
156 (_t##_di + 2) / 4); \
175 (_t##_di - 2) / 4); /*N*/ \
177 (_t##_di + 2) / 4); /*S*/ \
181 _t##_di / 4); /*W*/ \
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DTibetanReordering.cpp78 _di = TibetanClassTable::CC_DIGIT | TibetanClassTable::CF_DIGIT, enumerator
108 _di, _di, _di, _di, _di, _di, _di, _di, _di, _di, _xx, _xx, _xx, _xx, _xx, _xx, // 0F20 - 0F2F 2
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DTibetanReordering.cpp78 _di = TibetanClassTable::CC_DIGIT | TibetanClassTable::CF_DIGIT, enumerator
108 _di, _di, _di, _di, _di, _di, _di, _di, _di, _di, _xx, _xx, _xx, _xx, _xx, _xx, // 0F20 - 0F2F 2
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/pa/
H A Dt-dimode5 lib2difuncs-o = $(patsubst %,%_di$(objext),$(lib2difuncs))
6 $(lib2difuncs-o): %_di$(objext): $(srcdir)/libgcc2.c
21 lib2didivmod-o = $(patsubst %,%_di$(objext),$(lib2didivmodfuncs))
22 $(lib2didivmod-o): %_di$(objext): $(srcdir)/libgcc2.c
/dports/graphics/argyllcms/Argyll_V1.9.2/target/
H A Dppoint.h102 int nn##_di = (di); /* Number of dimensions */ \
111 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) \
119 for (nn##_e = 0; nn##_e < nn##_di; nn##_e++) { \
129 (nn##_e >= nn##_di)
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/ia64/
H A Dasm1.h16 register ulong _di, _x = (x), _y = (y), _q, _ql, _r; \
27 _di = invert_word(_y); \
28 _ql = mulll (__hire, _di); \
/dports/math/pari/pari-2.13.3/src/kernel/ia64/
H A Dasm1.h16 register ulong _di, _x = (x), _y = (y), _q, _ql, _r; \
27 _di = invert_word(_y); \
28 _ql = mulll (__hire, _di); \
/dports/devel/z88dk/z88dk/libsrc/target/z88/z88/
H A Ddi.asm17 PUBLIC _di
22 ._di
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/
H A DDecorator.hxx115 DollarInfo * _di = new DollarInfo(di); in setDollarInfo() local
116 opt.set(_di); in setDollarInfo()
117 return *_di; in setDollarInfo()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/power/supply/
H A Dab8500_btemp.c615 static irqreturn_t ab8500_btemp_batctrlindb_handler(int irq, void *_di) in ab8500_btemp_batctrlindb_handler() argument
617 struct ab8500_btemp *di = _di; in ab8500_btemp_batctrlindb_handler()
633 static irqreturn_t ab8500_btemp_templow_handler(int irq, void *_di) in ab8500_btemp_templow_handler() argument
635 struct ab8500_btemp *di = _di; in ab8500_btemp_templow_handler()
660 static irqreturn_t ab8500_btemp_temphigh_handler(int irq, void *_di) in ab8500_btemp_temphigh_handler() argument
662 struct ab8500_btemp *di = _di; in ab8500_btemp_temphigh_handler()
682 static irqreturn_t ab8500_btemp_lowmed_handler(int irq, void *_di) in ab8500_btemp_lowmed_handler() argument
684 struct ab8500_btemp *di = _di; in ab8500_btemp_lowmed_handler()
704 static irqreturn_t ab8500_btemp_medhigh_handler(int irq, void *_di) in ab8500_btemp_medhigh_handler() argument
706 struct ab8500_btemp *di = _di; in ab8500_btemp_medhigh_handler()
H A Dab8500_charger.c2544 struct ab8500_charger *di = _di; in ab8500_charger_mainchunplugdet_handler()
2565 struct ab8500_charger *di = _di; in ab8500_charger_mainchplugdet_handler()
2589 struct ab8500_charger *di = _di; in ab8500_charger_mainextchnotok_handler()
2611 struct ab8500_charger *di = _di; in ab8500_charger_mainchthprotr_handler()
2630 struct ab8500_charger *di = _di; in ab8500_charger_mainchthprotf_handler()
2694 struct ab8500_charger *di = _di; in ab8500_charger_vbusdetf_handler()
2712 struct ab8500_charger *di = _di; in ab8500_charger_vbusdetr_handler()
2731 struct ab8500_charger *di = _di; in ab8500_charger_usblinkstatus_handler()
2750 struct ab8500_charger *di = _di; in ab8500_charger_usbchthprotr_handler()
2769 struct ab8500_charger *di = _di; in ab8500_charger_usbchthprotf_handler()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/power/supply/
H A Dab8500_btemp.c615 static irqreturn_t ab8500_btemp_batctrlindb_handler(int irq, void *_di) in ab8500_btemp_batctrlindb_handler() argument
617 struct ab8500_btemp *di = _di; in ab8500_btemp_batctrlindb_handler()
633 static irqreturn_t ab8500_btemp_templow_handler(int irq, void *_di) in ab8500_btemp_templow_handler() argument
635 struct ab8500_btemp *di = _di; in ab8500_btemp_templow_handler()
660 static irqreturn_t ab8500_btemp_temphigh_handler(int irq, void *_di) in ab8500_btemp_temphigh_handler() argument
662 struct ab8500_btemp *di = _di; in ab8500_btemp_temphigh_handler()
682 static irqreturn_t ab8500_btemp_lowmed_handler(int irq, void *_di) in ab8500_btemp_lowmed_handler() argument
684 struct ab8500_btemp *di = _di; in ab8500_btemp_lowmed_handler()
704 static irqreturn_t ab8500_btemp_medhigh_handler(int irq, void *_di) in ab8500_btemp_medhigh_handler() argument
706 struct ab8500_btemp *di = _di; in ab8500_btemp_medhigh_handler()
H A Dab8500_charger.c2544 struct ab8500_charger *di = _di; in ab8500_charger_mainchunplugdet_handler()
2565 struct ab8500_charger *di = _di; in ab8500_charger_mainchplugdet_handler()
2589 struct ab8500_charger *di = _di; in ab8500_charger_mainextchnotok_handler()
2611 struct ab8500_charger *di = _di; in ab8500_charger_mainchthprotr_handler()
2630 struct ab8500_charger *di = _di; in ab8500_charger_mainchthprotf_handler()
2694 struct ab8500_charger *di = _di; in ab8500_charger_vbusdetf_handler()
2712 struct ab8500_charger *di = _di; in ab8500_charger_vbusdetr_handler()
2731 struct ab8500_charger *di = _di; in ab8500_charger_usblinkstatus_handler()
2750 struct ab8500_charger *di = _di; in ab8500_charger_usbchthprotr_handler()
2769 struct ab8500_charger *di = _di; in ab8500_charger_usbchthprotf_handler()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/power/supply/
H A Dab8500_btemp.c615 static irqreturn_t ab8500_btemp_batctrlindb_handler(int irq, void *_di) in ab8500_btemp_batctrlindb_handler() argument
617 struct ab8500_btemp *di = _di; in ab8500_btemp_batctrlindb_handler()
633 static irqreturn_t ab8500_btemp_templow_handler(int irq, void *_di) in ab8500_btemp_templow_handler() argument
635 struct ab8500_btemp *di = _di; in ab8500_btemp_templow_handler()
660 static irqreturn_t ab8500_btemp_temphigh_handler(int irq, void *_di) in ab8500_btemp_temphigh_handler() argument
662 struct ab8500_btemp *di = _di; in ab8500_btemp_temphigh_handler()
682 static irqreturn_t ab8500_btemp_lowmed_handler(int irq, void *_di) in ab8500_btemp_lowmed_handler() argument
684 struct ab8500_btemp *di = _di; in ab8500_btemp_lowmed_handler()
704 static irqreturn_t ab8500_btemp_medhigh_handler(int irq, void *_di) in ab8500_btemp_medhigh_handler() argument
706 struct ab8500_btemp *di = _di; in ab8500_btemp_medhigh_handler()

12345678910>>...34