Home
last modified time | relevance | path

Searched refs:irs (Results 251 – 275 of 1025) sorted by relevance

1...<<11121314151617181920>>...41

/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm.c811 if (irs->s == 255) { in asm_sunk_store()
812 if (irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_sunk_store()
813 irs->o == IR_FSTORE || irs->o == IR_XSTORE) { in asm_sunk_store()
814 IRIns *irk = IR(irs->op1); in asm_sunk_store()
821 return (ira + irs->s == irs); /* Quick check. */ in asm_sunk_store()
840 IRIns *irs; in asm_snap_alloc1() local
842 for (irs = IR(as->snapref-1); irs > ir; irs--) in asm_snap_alloc1()
843 if (irs->r == RID_SINK && asm_sunk_store(as, ir, irs)) { in asm_snap_alloc1()
844 lua_assert(irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_snap_alloc1()
845 irs->o == IR_FSTORE || irs->o == IR_XSTORE); in asm_snap_alloc1()
[all …]
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm.c810 if (irs->s == 255) { in asm_sunk_store()
811 if (irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_sunk_store()
812 irs->o == IR_FSTORE || irs->o == IR_XSTORE) { in asm_sunk_store()
813 IRIns *irk = IR(irs->op1); in asm_sunk_store()
820 return (ira + irs->s == irs); /* Quick check. */ in asm_sunk_store()
839 IRIns *irs; in asm_snap_alloc1() local
841 for (irs = IR(as->snapref-1); irs > ir; irs--) in asm_snap_alloc1()
842 if (irs->r == RID_SINK && asm_sunk_store(as, ir, irs)) { in asm_snap_alloc1()
843 lua_assert(irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_snap_alloc1()
844 irs->o == IR_FSTORE || irs->o == IR_XSTORE); in asm_snap_alloc1()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_asm.c810 if (irs->s == 255) { in asm_sunk_store()
811 if (irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_sunk_store()
812 irs->o == IR_FSTORE || irs->o == IR_XSTORE) { in asm_sunk_store()
813 IRIns *irk = IR(irs->op1); in asm_sunk_store()
820 return (ira + irs->s == irs); /* Quick check. */ in asm_sunk_store()
839 IRIns *irs; in asm_snap_alloc1() local
841 for (irs = IR(as->snapref-1); irs > ir; irs--) in asm_snap_alloc1()
842 if (irs->r == RID_SINK && asm_sunk_store(as, ir, irs)) { in asm_snap_alloc1()
843 lua_assert(irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_snap_alloc1()
844 irs->o == IR_FSTORE || irs->o == IR_XSTORE); in asm_snap_alloc1()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm.c810 if (irs->s == 255) { in asm_sunk_store()
811 if (irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_sunk_store()
812 irs->o == IR_FSTORE || irs->o == IR_XSTORE) { in asm_sunk_store()
813 IRIns *irk = IR(irs->op1); in asm_sunk_store()
820 return (ira + irs->s == irs); /* Quick check. */ in asm_sunk_store()
839 IRIns *irs; in asm_snap_alloc1() local
841 for (irs = IR(as->snapref-1); irs > ir; irs--) in asm_snap_alloc1()
842 if (irs->r == RID_SINK && asm_sunk_store(as, ir, irs)) { in asm_snap_alloc1()
843 lua_assert(irs->o == IR_ASTORE || irs->o == IR_HSTORE || in asm_snap_alloc1()
844 irs->o == IR_FSTORE || irs->o == IR_XSTORE); in asm_snap_alloc1()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/web_idl/
H A Didl_compiler.py243 irs = self._ir_map.irs_of_kinds(
251 for old_ir in irs:
290 irs = self._ir_map.irs_of_kinds(IRMap.IR.Kind.INTERFACE,
303 ]) for ir in irs]
754 irs = {} # {token: Union.IR}
756 irs[token] = NewUnion.IR(token, union_types)
763 irs[token].typedefs.append(typedef)
765 for ir_i in irs.values():
766 for ir_j in irs.values():
770 for ir in sorted(irs.values()):
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/
H A DMakefile.in33 IRSLIBS = ../../../lib/irs/libirs.@A@
38 IRSDEPLIBS = ../../../lib/irs/libirs.@A@
/dports/dns/bind916/bind-9.16.27/bin/tests/system/
H A DMakefile.in33 IRSLIBS = ../../../lib/irs/libirs.@A@
38 IRSDEPLIBS = ../../../lib/irs/libirs.@A@
/dports/science/libgridxc/libgridxc-libgridxc-0.9.6/Testers/
H A Dtest6.m113 for irs = 1:numel(rs)
114 kfg = kf(irs)*[ones(size(s)),2*s];
115 fxc(:,irs) = splint2D( kfg, fxcDat );
/dports/science/siesta/siesta-4.1.5/Src/SiestaXC/Testers/
H A Dtest6.m113 for irs = 1:numel(rs)
114 kfg = kf(irs)*[ones(size(s)),2*s];
115 fxc(:,irs) = splint2D( kfg, fxcDat );
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/so_dft/
H A Dsym_mo_adapt_so.F1 subroutine sym_movecs_adapt_so(basis, thresh, g_vecs, irs, nmixed) argument
15 integer irs(*) ! [output]
160 call ifill(nvec, 0, irs, 1) ! Zeroed for later igop()
347 irs(i) = i1
434 call ga_igop(msg_sym_2, irs, nvec, '+')
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/
H A Ddb.rs1249 let mut irs: Vec<_> = cite_ids in built_cluster_before_output() localVariable
1276 ) in irs.iter_mut().enumerate() in built_cluster_before_output()
1436 while ix < irs.len() { in built_cluster_before_output()
1442 } = &irs[ix]; in built_cluster_before_output()
1454 if !suppress_delimiter(&irs, ix) { in built_cluster_before_output()
1463 while rix < irs.len() { in built_cluster_before_output()
1464 let r = &irs[rix]; in built_cluster_before_output()
1472 if !suppress_delimiter(&irs, ix) { in built_cluster_before_output()
1496 if !suppress_delimiter(&irs, ix) { in built_cluster_before_output()
1503 if let Some(built) = build_cite(&irs, ix) { in built_cluster_before_output()
[all …]
/dports/textproc/miller/miller-5.10.2/c/reg_test/input/
H A DMakefile.am143 page-aligned-final-irs.dkvp \
146 page-aligned-no-final-irs.csvl \
147 page-aligned-no-final-irs.dkvp \
148 page-aligned-no-final-irs.nidx \
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/etc/
H A DRE_Rect.py167 irs = []
186 irs.append(ir)
188 if irs:
189 news.extend(irs)
/dports/science/cp2k-data/cp2k-7.1.0/src/input/
H A Dinput_parsing.F74 … INTEGER :: desc_level, handle, ik, imatch, irs, is, & local
114 irs = SIZE(section_vals%values, 2)
127 section_vals%values(-1, irs)%list => new_val
170 CALL section_vals_parse(section_vals%subs_vals(is, irs)%section_vals, &
264 last_val => section_vals%values(ik, irs)%list
266 section_vals%values(ik, irs)%list => new_val
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/input/
H A Dinput_parsing.F74 … INTEGER :: desc_level, handle, ik, imatch, irs, is, & local
114 irs = SIZE(section_vals%values, 2)
127 section_vals%values(-1, irs)%list => new_val
170 CALL section_vals_parse(section_vals%subs_vals(is, irs)%section_vals, &
282 last_val => section_vals%values(ik, irs)%list
284 section_vals%values(ik, irs)%list => new_val
/dports/net/c3270/suite3270-4.0/Common/
H A Dtask.c4106 ir_state_t *irs; in task_cb_set_ir_state() local
4110 irs->state = state; in task_cb_set_ir_state()
4111 irs->abort = abort; in task_cb_set_ir_state()
4118 irs->name = name; in task_cb_set_ir_state()
4119 irs->state = state; in task_cb_set_ir_state()
4120 irs->abort = abort; in task_cb_set_ir_state()
4134 ir_state_t *irs; in task_cb_get_ir_state() local
4138 return irs->state; in task_cb_get_ir_state()
4152 ir_state_t *irs; in task_cb_abort_ir_state() local
4156 (*irs->abort)(irs->state); in task_cb_abort_ir_state()
[all …]
/dports/x11/x3270/suite3270-4.0/Common/
H A Dtask.c4106 ir_state_t *irs; in task_cb_set_ir_state() local
4110 irs->state = state; in task_cb_set_ir_state()
4111 irs->abort = abort; in task_cb_set_ir_state()
4118 irs->name = name; in task_cb_set_ir_state()
4119 irs->state = state; in task_cb_set_ir_state()
4120 irs->abort = abort; in task_cb_set_ir_state()
4134 ir_state_t *irs; in task_cb_get_ir_state() local
4138 return irs->state; in task_cb_get_ir_state()
4152 ir_state_t *irs; in task_cb_abort_ir_state() local
4156 (*irs->abort)(irs->state); in task_cb_abort_ir_state()
[all …]
/dports/games/trackballs/trackballs-1.3.3/src/
H A Dmap.cc589 const float irs = 1.f / texscale; in fillChunkVBO() local
591 GLfloat tx = (((x % texscale) + texscale) % texscale) * irs; in fillChunkVBO()
592 GLfloat ty = (((y % texscale) + texscale) % texscale) * irs; in fillChunkVBO()
596 c.velocity[0] * irs, c.velocity[1] * irs, fcnormal[Cell::SW]); in fillChunkVBO()
597 packCell(&tdat[k + 8], x + 1, y, c.heights[Cell::SE], c.colors[Cell::SE], tx + irs, ty, in fillChunkVBO()
598 txno, c.velocity[0] * irs, c.velocity[1] * irs, fcnormal[Cell::SE]); in fillChunkVBO()
599 packCell(&tdat[k + 16], x + 1, y + 1, c.heights[Cell::NE], c.colors[Cell::NE], tx + irs, in fillChunkVBO()
600 ty + irs, txno, c.velocity[0] * irs, c.velocity[1] * irs, fcnormal[Cell::NE]); in fillChunkVBO()
602 txno, c.velocity[0] * irs, c.velocity[1] * irs, fcnormal[Cell::NW]); in fillChunkVBO()
604 c.colors[Cell::CENTER], tx + irs / 2, ty + irs / 2, txno, c.velocity[0] * irs, in fillChunkVBO()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/so_dft/
H A Dsym_mo_adapt_so.F1 subroutine sym_movecs_adapt_so(basis, thresh, g_vecs, irs, nmixed) argument
15 integer irs(*) ! [output]
162 call ifill(nvec, 0, irs, 1) ! Zeroed for later igop()
349 irs(i) = i1
436 call ga_igop(msg_sym_2, irs, nvec, '+')
/dports/devel/dep/dep-0.5.4/gps/pkgtree/
H A Dpkgtree.go869 irs := make(map[string]struct{})
879 irs[in] = struct{}{}
881 inrsets[pkg] = irs
970 irs := inrsets[pkg]
982 for in := range irs {
/dports/dns/libbind/libbind-6.0/irs/
H A Dgetprotoent.c161 net_data->pr = (*net_data->irs->pr_map)(net_data->irs); in init()
H A Dgetpwent.c187 net_data->pw = (*net_data->irs->pw_map)(net_data->irs); in init()
H A Dgetservent.c164 net_data->sv = (*net_data->irs->sv_map)(net_data->irs); in init()
/dports/www/R-cran-shiny/shiny/inst/www/shared/ionrangeslider/scss/
H A D_base.scss3 .irs {
80 .irs-with-grid & {
/dports/www/R-cran-crosstalk/crosstalk/inst/lib/ionrangeslider/scss/
H A D_base.scss3 .irs {
80 .irs-with-grid & {

1...<<11121314151617181920>>...41