Home
last modified time | relevance | path

Searched refs:e_i (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMRoundConstantRadius.h123 void setEdge(size_t e_i,const Edge& e) in setEdge() argument
125 fprintf(mFile,"\tsetAttr \".e[%i]\" ",e_i); in setEdge()
154 void setInputCurveA(size_t e_i,size_t ica_i,const nurbsCurve& ica) in setInputCurveA() argument
216 void setInSurfIdxA(size_t e_i,size_t isa_i,int isa) in setInSurfIdxA() argument
244 void setInSurfIdxB(size_t e_i,size_t isb_i,int isb) in setInSurfIdxB() argument
272 void setEdgeValid(size_t e_i,bool ev) in setEdgeValid() argument
275 fprintf(mFile,"\tsetAttr \".e[%i].ev\" %i;\n", e_i,ev); in setEdgeValid()
300 void getInputCurveA(size_t e_i,size_t ica_i)const in getInputCurveA() argument
302 fprintf(mFile,"\"%s.e[%i].ica[%i]\"",mName.c_str(),e_i,ica_i); in getInputCurveA()
309 void getInputCurveB(size_t e_i,size_t icb_i)const in getInputCurveB() argument
[all …]
/dports/math/gap/gap-4.11.0/pkg/gbnp/doc/examples/
H A DTODO5 - example 3 Is it possible to find modules (Reflection modules) e_i s_i= - e_i
6 e_i s_j= e_i (e_i perp s_j) or e_i s_j = e_i+e_j (i<>j and e_i not perp s_j)
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_sort.cpp103 unsigned char *e_i, *e_j; in ON_hsort() local
106 e_i = ((unsigned char*)base) + i*width; in ON_hsort()
112 memcpy(e_i,e_j,width); /* e[i] = e[j]; */ in ON_hsort()
114 e_i = e_j; in ON_hsort()
118 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
152 unsigned char *e_i, *e_j; in ON_hsort() local
155 e_i = ((unsigned char*)base) + i*width; in ON_hsort()
161 memcpy(e_i,e_j,width); /* e[i] = e[j]; */ in ON_hsort()
163 e_i = e_j; in ON_hsort()
167 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
H A Dopennurbs_hsort_template.h46 ON_SORT_TEMPLATE_TYPE* e_i; in ON_HSORT_FNAME() local
77 e_i = base + i; in ON_HSORT_FNAME()
88 ON_HSORT_COPY(e_i,e_j); /* e[i] = e[j]; */ in ON_HSORT_FNAME()
90 e_i = e_j; in ON_HSORT_FNAME()
97 ON_HSORT_FROM_TMP(e_i); /* e[i] = e_tmp; */ in ON_HSORT_FNAME()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_sort.cpp107 unsigned char *e_i, *e_j; in ON_hsort() local
110 e_i = ((unsigned char*)base) + i*width; in ON_hsort()
116 memcpy(e_i,e_j,width); /* e[i] = e[j]; */ in ON_hsort()
118 e_i = e_j; in ON_hsort()
122 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
156 unsigned char *e_i, *e_j; in ON_hsort() local
159 e_i = ((unsigned char*)base) + i*width; in ON_hsort()
165 memcpy(e_i,e_j,width); /* e[i] = e[j]; */ in ON_hsort()
167 e_i = e_j; in ON_hsort()
171 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/
H A Dcphf.py56 e_i = mo_energy[mo_occ>0]
57 e_ai = 1 / lib.direct_sum('a-i->ai', e_a, e_i)
91 e_i = mo_energy[occidx]
92 e_ai = 1 / lib.direct_sum('a-i->ai', e_a, e_i)
97 hs = mo1base = h1.reshape(-1,nmo,nocc) - s1*e_i
118 mo_e1 += mo1[:,occidx] * lib.direct_sum('i-j->ij', e_i, e_i)
142 e_i = mo_energy[mo_occ>0]
144 e_ai = 1 / lib.direct_sum('a-i->ai', e_a, e_i)
152 hs = h1.reshape(-1,nmo,nocc) - s1.reshape(-1,nmo,nocc)*e_i
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/core/
H A Dcashflowlist.cpp108 double e_i = date0.daysTo(at(i).date()) / 365.0; in xirrResult() local
109 result += at(i).value().toDouble() / pow(r, e_i); in xirrResult()
127 double e_i = date0.daysTo(at(i).date()) / 365.0; in xirrResultDerive() local
128 result -= e_i * at(i).value().toDouble() / pow(r, e_i + 1.0); in xirrResultDerive()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_integration__qawc.c119 double a_i, b_i, r_i, e_i; in gsl_integration_qawc() local
126 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qawc()
150 errsum += (error12 - e_i); in gsl_integration_qawc()
157 if (fabs (delta) <= 1.0e-5 * fabs (area12) && error12 >= 0.99 * e_i) in gsl_integration_qawc()
161 if (iteration >= 10 && error12 > e_i) in gsl_integration_qawc()
187 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qawc()
H A Dgsl_integration__qaws.c130 double a_i, b_i, r_i, e_i; in gsl_integration_qaws() local
137 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qaws()
150 errsum += (error12 - e_i); in gsl_integration_qaws()
157 if (fabs (delta) <= 1.0e-5 * fabs (area12) && error12 >= 0.99 * e_i) in gsl_integration_qaws()
161 if (iteration >= 10 && error12 > e_i) in gsl_integration_qaws()
187 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qaws()
H A Dgsl_integration__qag.c173 double a_i, b_i, r_i, e_i; in qag() local
181 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in qag()
194 errsum += (error12 - e_i); in qag()
201 if (fabs (delta) <= 1.0e-5 * fabs (area12) && error12 >= 0.99 * e_i) in qag()
205 if (iteration >= 10 && error12 > e_i) in qag()
231 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in qag()
/dports/math/gsl/gsl-2.7/integration/
H A Dqawc.c119 double a_i, b_i, r_i, e_i; in gsl_integration_qawc() local
126 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qawc()
150 errsum += (error12 - e_i); in gsl_integration_qawc()
157 if (fabs (delta) <= 1.0e-5 * fabs (area12) && error12 >= 0.99 * e_i) in gsl_integration_qawc()
161 if (iteration >= 10 && error12 > e_i) in gsl_integration_qawc()
187 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qawc()
H A Dqaws.c130 double a_i, b_i, r_i, e_i; in gsl_integration_qaws() local
137 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qaws()
150 errsum += (error12 - e_i); in gsl_integration_qaws()
157 if (fabs (delta) <= 1.0e-5 * fabs (area12) && error12 >= 0.99 * e_i) in gsl_integration_qaws()
161 if (iteration >= 10 && error12 > e_i) in gsl_integration_qaws()
187 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in gsl_integration_qaws()
H A Dqag.c173 double a_i, b_i, r_i, e_i; in qag() local
181 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in qag()
194 errsum += (error12 - e_i); in qag()
201 if (fabs (delta) <= 1.0e-5 * fabs (area12) && error12 >= 0.99 * e_i) in qag()
205 if (iteration >= 10 && error12 > e_i) in qag()
231 retrieve (workspace, &a_i, &b_i, &r_i, &e_i); in qag()
/dports/security/signify/outils-0.10/src/usr.bin/calendar/
H A Dostern.c39 int e_a, e_b, e_c, e_d, e_e,e_f, e_g, e_h, e_i, e_k; in easter() local
52 e_i = e_c / 4; in easter()
54 e_l = (32 + 2 * e_e + 2 * e_i - (e_h + e_k)) % 7; in easter()
70 e_i, e_k, e_l, e_m, e_n, e_p, e_q); in easter()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_hsort_template.h46 ON_SORT_TEMPLATE_TYPE* e_i; in ON_HSORT_FNAME() local
77 e_i = base + i; in ON_HSORT_FNAME()
88 ON_HSORT_COPY(e_i,e_j); /* e[i] = e[j]; */ in ON_HSORT_FNAME()
90 e_i = e_j; in ON_HSORT_FNAME()
97 ON_HSORT_FROM_TMP(e_i); /* e[i] = e_tmp; */ in ON_HSORT_FNAME()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/Errors/
H A D30311-66.vb224 Dim e_i As e_i
229 e_i = 4
232 e_i = i
234 e_i = b
236 b = e_i
238 i = e_i
239 e_b = e_i
240 e_i = e_b
255 Dim in_e_i() As e_i
268 Dim out_e_i() As e_i
H A D30311-67.vb226 Dim e_i As e_i
231 e_i = 4
234 e_i = i
236 e_i = b
238 b = e_i
240 i = e_i
241 e_b = e_i
242 e_i = e_b
257 Dim in_e_i() As e_i
270 Dim out_e_i() As e_i
H A D30512-118.vb232 Dim e_i As e_i
237 e_i = 4
240 e_i = i
242 e_i = b
244 b = e_i
246 i = e_i
247 e_b = e_i
248 e_i = e_b
325 Dim in_e_i() As e_i
338 Dim out_e_i() As e_i
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/agf2/
H A Duagf2.c45 double *e_i, in AGF2uee_vv_vev_islice() argument
95 AGF2sum_inplace_ener(e_i[i], e_i, e_a, noa, nva, eja); in AGF2uee_vv_vev_islice()
98 AGF2sum_inplace_ener(e_i[i], e_I, e_A, nob, nvb, eJA); in AGF2uee_vv_vev_islice()
150 double *e_i, in AGF2udf_vv_vev_islice() argument
210 AGF2sum_inplace_ener(e_i[i], e_i, e_a, noa, nva, eja); in AGF2udf_vv_vev_islice()
213 AGF2sum_inplace_ener(e_i[i], e_I, e_A, nob, nvb, eJA); in AGF2udf_vv_vev_islice()
265 double *e_i, in AGF2udf_vv_vev_islice_lowmem() argument
340 AGF2sum_inplace_ener(e_i[i], &(e_i[j]), e_a, one, nva, ea); in AGF2udf_vv_vev_islice_lowmem()
363 AGF2sum_inplace_ener(e_i[i], &(e_I[j]), e_A, one, nvb, eA); in AGF2udf_vv_vev_islice_lowmem()
H A Dragf2.c192 double *e_i, in AGF2ee_vv_vev_islice() argument
233 AGF2sum_inplace_ener(e_i[i], e_i, e_a, nocc, nvir, eja); in AGF2ee_vv_vev_islice()
272 double *e_i, in AGF2df_vv_vev_islice() argument
324 AGF2sum_inplace_ener(e_i[i], e_i, e_a, nocc, nvir, eja); in AGF2df_vv_vev_islice()
363 double *e_i, in AGF2df_vv_vev_islice_lowmem() argument
476 AGF2sum_inplace_ener(e_i[i], &(e_i[j]), e_a, one, nvir, ea); in AGF2df_vv_vev_islice_lowmem()
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dfix_propel_self.rst43 F_i = f_P e_i
46 is the magnitude of the force, and :math:`e_i` is the vector direction
47 of the force. The specification of :math:`e_i` is based on which of the
50 For mode *dipole*, :math:`e_i` is just equal to
52 are not unit vectors, the :math:`e_i` will not be unit vectors.
57 change accordingly (since :math:`|e_i|` will change, which is physically
62 set :math:`e_i` to be a unit vector for all times, so it's best to set
66 For mode *velocity*, :math:`e_i` points in the direction
70 For mode *quat*, :math:`e_i` points in the direction of a unit
88 do so themselves. Therefore, in mode *quat*, the vectors :math:`e_i`
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/scf/
H A Dcphf.py68 e_i = [mo_energy[k][occidx[k]] for k in range(nkpt)]
69 e_ai = [1 / lib.direct_sum('a-i->ai', e_a[k], e_i[k]) for k in range(nkpt)]
122 e_i = [mo_energy[k][occidx[k]] for k in range(nkpt)]
123 e_ai = [1 / lib.direct_sum('a-i->ai', e_a[k], e_i[k]) for k in range(nkpt)]
140 mo1base.append(h1[k] - s1[k] * e_i[k])
173 mo_e1[k] += mo1[k][:,occidx[k]] * lib.direct_sum('i-j->ij', e_i[k], e_i[k])
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug3565757.c32 void get_edge(struct edge_t *const e, const edge_index_t e_i) in get_edge() argument
36 void set_edge(const edge_index_t e_i, const struct edge_t *const e) in set_edge() argument
38 memcpy(edges + e_i, e, sizeof(struct edge_t)); in set_edge()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/doc/Eqs/
H A Dheat_flux_J.tex6 \mathbf{J} & = & \frac{1}{V} \left[ \sum_i e_i \mathbf{v}_i - \sum_{i} \mathbf{S}_{i} \mathbf{v}_i …
7 & = & \frac{1}{V} \left[ \sum_i e_i \mathbf{v}_i + \sum_{i<j} \left( \mathbf{f}_{ij} \cdot \mathbf{…
8 & = & \frac{1}{V} \left[ \sum_i e_i \mathbf{v}_i + \frac{1}{2} \sum_{i<j} \left( \mathbf{f}_{ij} \c…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A DDUPLICATE-ignore_bounds17 \f$h_1\f$ and \f$h_2\f$ with \f$h_1 \ne h_2\f$, such that \f$x + h_1 e_i\f$
18 and \f$x + h_2 e_i\f$ both satisfy the bounds, and then computes
23 with \f$f_0 = f(x)\f$, \f$f_1 = f(x + h_1 e_i)\f$, and
24 \f$f_2 = f(x + h_2 e_i)\f$.

12345678910>>...18