Home
last modified time | relevance | path

Searched refs:i_off (Results 1 – 25 of 114) sorted by relevance

12345

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/property/
H A Dhnd_spinspin.F239 i_off = k_data+45*(ixy-1)
254 call dscal(45,gfaci*gfacj,dbl_mb(i_off),1)
259 isotr=(dbl_mb(i_off)+dbl_mb(i_off+4)+dbl_mb(i_off+8))
262 isotr=(dbl_mb(i_off+9)+dbl_mb(i_off+13)+dbl_mb(i_off+17))
265 isotr=(dbl_mb(i_off+18)+dbl_mb(i_off+22)+dbl_mb(i_off+26))
268 isotr=(dbl_mb(i_off+27)+dbl_mb(i_off+31)+dbl_mb(i_off+35))
271 isotr=(dbl_mb(i_off+36)+dbl_mb(i_off+40)+dbl_mb(i_off+44))
280 value = value + dbl_mb(i_off+9*jj+ii)
282 dbl_mb(i_off+ii) = value
284 isotr = (dbl_mb(i_off)+dbl_mb(i_off+4)+dbl_mb(i_off+8))/3.0d0
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/property/
H A Dhnd_spinspin.F239 i_off = k_data+45*(ixy-1)
254 call dscal(45,gfaci*gfacj,dbl_mb(i_off),1)
259 isotr=(dbl_mb(i_off)+dbl_mb(i_off+4)+dbl_mb(i_off+8))
262 isotr=(dbl_mb(i_off+9)+dbl_mb(i_off+13)+dbl_mb(i_off+17))
265 isotr=(dbl_mb(i_off+18)+dbl_mb(i_off+22)+dbl_mb(i_off+26))
268 isotr=(dbl_mb(i_off+27)+dbl_mb(i_off+31)+dbl_mb(i_off+35))
271 isotr=(dbl_mb(i_off+36)+dbl_mb(i_off+40)+dbl_mb(i_off+44))
280 value = value + dbl_mb(i_off+9*jj+ii)
282 dbl_mb(i_off+ii) = value
284 isotr = (dbl_mb(i_off)+dbl_mb(i_off+4)+dbl_mb(i_off+8))/3.0d0
[all …]
/dports/math/libmesh/libmesh-1.6.2/include/numerics/
H A Ddense_subvector.h99 unsigned int i_off() const { return _i_off; } in i_off() function
191 _parent_vector (i + this->i_off()) = 0.; in zero()
201 libmesh_assert_less (i + this->i_off(), _parent_vector.size()); in operator()
203 return _parent_vector (i + this->i_off()); in operator()
212 libmesh_assert_less (i + this->i_off(), _parent_vector.size()); in operator()
214 return _parent_vector (i + this->i_off()); in operator()
222 Real my_min = libmesh_real(_parent_vector (this->i_off())); in min()
226 Real current = libmesh_real(_parent_vector (i + this->i_off())); in min()
239 Real my_max = libmesh_real(_parent_vector (this->i_off())); in max()
243 Real current = libmesh_real(_parent_vector (i + this->i_off())); in max()
[all …]
H A Ddense_submatrix.h113 unsigned int i_off() const { return _i_off; } in i_off() function
131 this->parent().condense(this->i_off()+i, in condense()
184 libmesh_assert_less_equal ((this->i_off() + this->m()), _parent_matrix.m()); in reposition()
196 _parent_matrix(i + this->i_off(), in zero()
209 libmesh_assert_less (i + this->i_off(), _parent_matrix.m()); in operator()
212 return _parent_matrix (i + this->i_off(), in operator()
224 libmesh_assert_less (i + this->i_off(), _parent_matrix.m()); in operator()
227 return _parent_matrix (i + this->i_off(), in operator()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/news/husky/husky-1.9.20191207/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/htpl/src/
H A Dformat.c19 int i=0, i_off=0; in parseVarFormat() local
53 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseVarFormat()
55 intstr[i_off] = *formatstr; in parseVarFormat()
56 i_off++; in parseVarFormat()
108 int i=0, i_off=0; in parseStrFormat() local
116 while((strlen(formatstr) > 0) && (isdigit(*formatstr)) && i_off < 5) in parseStrFormat()
118 intstr[i_off] = *formatstr; in parseStrFormat()
119 i_off++; in parseStrFormat()
131 i_off=0; in parseStrFormat()
134 intstr[i_off] = *formatstr; in parseStrFormat()
[all …]
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwCheckME.c232 nw->checkME.i_off=get_icon(nw,id_off); in Initialize()
240 nw->labelME.left_icon = nw->checkME.i_off; in Initialize()
253 XFreePixmap(dpy , cw->checkME.i_off->pixmap); in Destroy()
254 XFreePixmap(dpy , cw->checkME.i_off->shape); in Destroy()
300 nw->checkME.i_off=get_icon(nw,id_off); in SetValues()
303 XFreePixmap(dpy , cw->checkME.i_off->pixmap); in SetValues()
304 XFreePixmap(dpy , cw->checkME.i_off->shape); in SetValues()
306 MwFree((void*)cw->checkME.i_off); in SetValues()
314 nw->labelME.left_icon = nw->checkME.i_off; in SetValues()
328 nw->labelME.left_icon = nw->checkME.i_off; in SetValues()
[all …]
H A DMwSubME.c170 nw->subME.i_off=get_icon(nw , trioff); in Initialize()
172 XtVaSetValues(new_widget , XtNright_icon , nw->subME.i_off , NULL); in Initialize()
186 XFreePixmap(dpy , cw->subME.i_off->pixmap); in Destroy()
187 XFreePixmap(dpy , cw->subME.i_off->shape); in Destroy()
221 XtVaSetValues(w , XtNright_icon , cw->subME.i_off,NULL); in Leave()
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Ddg_fem_context.C147 (sub_dofs, _neighbor_subresiduals[j]->i_off(), in neighbor_side_fe_reinit()
150 (_neighbor_subresiduals[j]->i_off(), sub_dofs, in neighbor_side_fe_reinit()
154 (sub_dofs, _neighbor_subresiduals[j]->i_off(), in neighbor_side_fe_reinit()
157 (_neighbor_subresiduals[j]->i_off(), sub_dofs, in neighbor_side_fe_reinit()
161 (sub_dofs, _neighbor_subresiduals[j]->i_off(), in neighbor_side_fe_reinit()
164 (_neighbor_subresiduals[j]->i_off(), sub_dofs, in neighbor_side_fe_reinit()
168 (sub_dofs, _neighbor_subresiduals[j]->i_off(), in neighbor_side_fe_reinit()
171 (_neighbor_subresiduals[j]->i_off(), sub_dofs, in neighbor_side_fe_reinit()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/ecp/
H A Decp_ind_var.f5 & i_ze1,i_ze2,n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c,
39 & n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c,n_cont_c
48 i_off = 0
62 i_off = 1
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/ecp/
H A Decp_ind_var.f5 & i_ze1,i_ze2,n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c, argument
39 & n_x,n_co_tot,n_co_max,i_off,n_pass,i_cont_c,n_cont_c local
48 i_off = 0
62 i_off = 1
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dav1_unpack.h78 const size_t i_off = i_obu_offset + i_header; in AV1_Unpack_Sample_ExpandSize() local
79 memmove(&p_block->p_buffer[i_off + i_sizelen], &p_block->p_buffer[i_off], in AV1_Unpack_Sample_ExpandSize()
80 p_block->i_buffer - i_off - i_sizelen); in AV1_Unpack_Sample_ExpandSize()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dpairiter.h122 const int i_off = i_*(i_+1)/2; in init_ij() local
123 j_ = renorm_ij - i_off; in init_ij()
129 const int i_off = i_*(i_-1)/2; in init_ij() local
130 ij_aa_ = i_off + j_; in init_ij()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/mlcc/
H A Dmlcc3_omega.F901008 i_off = i + n_occ_inact
1012 epsilon_ijk = Fock_diagonal(i_off) &
1120 i_off = i + n_occ_inact
1336 omega_off = n_vir*(i_off - 1) + 1
1428 omega_off = n_vir*(i_off - 1) + 1
1726 i_off = i + n_occ_inact
2350 i_off = i + n_gen_inact
2352 if(i_off .eq. j_off) then
2523 i_off = i + n_occ_inact
2525 do j = 1,i_off - n_gen_inact
[all …]
H A Dmlccsdpt_e_calc.F90559 i_off = i + n_occ_inact
596 i_off = i + n_occ_inact
598 do j = 1,i_off - n_gen_inact
604 if(i_off .eq. j_off) then
1409 i_off = i + n_occ_inact
1487 ai = n_vir*(i_off-1) + a
1490 bi = n_vir*(i_off-1) + b
1493 ci = n_vir*(i_off-1) + c
1560 integer :: i_off, j_off, k_off local
1585 i_off = i + n_occ_inact
[all …]
H A Dmlcc3_h_omega.F901317 i_off = i + n_occ_inact
1321 epsilon_ijk = Fock_diagonal(i_off) &
1445 i_off = i + n_occ_inact
1525 omega_off = n_vir*(i_off - 1) + 1
1947 i_off = i + n_occ_inact
2323 i_off = i + n_occ_inact
2365 i_off = i + n_gen_inact
2367 if(i_off .eq. j_off) then
2538 i_off = i + n_occ_inact
2540 do j = 1,i_off - n_gen_inact
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_reorder.cpp196 Address i_addr(int i_off) { in i_addr()
197 return ptr[reg_ptr_in + reg_off_in + i_off * itype_sz]; in i_addr()
210 i_off = prev_i_off; in step()
223 i_off += is(d); in step()
229 i_off += -n(d) * is(d); in step()
245 void tr8x8_avx2(int i_off, int o_off, const bool h_padded) { in tr8x8_avx2()
417 int i_off = 0, o_off = 0; in process_unroll_tr8x8() local
419 step(off, i_off, o_off, i_off, o_off, step_size); in process_unroll_tr8x8()
420 tr8x8_avx2(i_off, o_off, false); in process_unroll_tr8x8()
598 if (i_off[ur] != i_off[ur - 1] + 1) can_load_xmm = false; in process_unroll_generic_step()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Ddepth_first_octree.pyx57 cdef int i, i_off, j, j_off, k, k_off, ci, fi
72 for i_off in range(i_f):
73 i = i_off + i_i #index
110 cdef np.int32_t i, i_off, j, j_off, k, k_off, ci, fi
124 for i_off in range(i_f):
125 i = i_off + i_i
/dports/science/nest/nest-simulator-3.1/testsuite/pytests/
H A Dtest_current_recording_generators.py53 self.i_off = 50.0
57 'offset': self.i_off,
173 self.i_amp + self.i_off,
177 -self.i_amp + self.i_off,

12345