Home
last modified time | relevance | path

Searched refs:tempe (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_pow.c81 if (mpz_sgn(tempe->z) < 0) { in GMPy_Integer_PowWithType()
107 if (mpz_even_p(tempe->z)) { in GMPy_Integer_PowWithType()
140 if (mpz_sgn(tempe->z) < 0) { in GMPy_Integer_PowWithType()
147 mpz_abs(exp, tempe->z); in GMPy_Integer_PowWithType()
185 Py_XDECREF((PyObject*)tempe); in GMPy_Integer_PowWithType()
191 Py_XDECREF((PyObject*)tempe); in GMPy_Integer_PowWithType()
344 Py_XDECREF((PyObject*)tempe); in GMPy_Real_PowWithType()
354 Py_XDECREF((PyObject*)tempe); in GMPy_Real_PowWithType()
361 Py_XDECREF((PyObject*)tempe); in GMPy_Real_PowWithType()
421 Py_XDECREF((PyObject*)tempe); in GMPy_Complex_PowWithType()
[all …]
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_pow.c91 if (!tempb || !tempe || !result) { in GMPy_Integer_Pow()
100 if (mpz_sgn(tempe->z) < 0) { in GMPy_Integer_Pow()
123 if (mpz_even_p(tempe->z)) { in GMPy_Integer_Pow()
156 if (mpz_sgn(tempe->z) < 0) { in GMPy_Integer_Pow()
191 Py_XDECREF((PyObject*)tempe); in GMPy_Integer_Pow()
197 Py_XDECREF((PyObject*)tempe); in GMPy_Integer_Pow()
340 Py_XDECREF((PyObject*)tempe); in GMPy_Real_Pow()
349 Py_XDECREF((PyObject*)tempe); in GMPy_Real_Pow()
356 Py_XDECREF((PyObject*)tempe); in GMPy_Real_Pow()
422 Py_XDECREF((PyObject*)tempe); in GMPy_Complex_Pow()
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dvmb.F56 . massi, tempe, velo, pcm(3), mtot,
139 call temp(2,Nat,mass,va,ntcon,tempe)
141 if (abs(tempe-ttemp) .ge. 1.e-4 .and. tempe .ge. 1.e-4) then
144 va(ix,i) = va(ix,i) * dsqrt(ttemp/tempe)
216 subroutine temp(iunit,natoms,ma,va,ntcon,tempe) argument
250 . ma(natoms),tempe,va(3,natoms)
291 tempe = 2.0d0*kin/(3.0d0*natoms-3.0d0-ntcon)/8.617d-5
293 tempe = 2.0d0*kin/(3.0d0*natoms-3.0d0-ntcon)/8.617d-5/eV
/dports/dns/firedns/firedns/firestring/
H A Dfirestring.c1093 struct firestring_estr_t tempe; in firestring_estr_replace() local
1096 tempe.s = &source->s[oldi]; in firestring_estr_replace()
1097 tempe.l = tempe.a = i - oldi; in firestring_estr_replace()
1104 tempe.s = &source->s[oldi]; in firestring_estr_replace()
1105 tempe.l = tempe.a = source->l - oldi; in firestring_estr_replace()
1106 if (firestring_estr_estrcat(dest,&tempe,0) != 0) in firestring_estr_replace()
1114 struct firestring_estr_t tempe; in firestring_estr_areplace() local
1117 tempe.s = &source->s[oldi]; in firestring_estr_areplace()
1118 tempe.l = tempe.a = i - oldi; in firestring_estr_areplace()
1125 tempe.s = &source->s[oldi]; in firestring_estr_areplace()
[all …]
/dports/misc/firestring/firestring/
H A Dfirestring.c1093 struct firestring_estr_t tempe; in firestring_estr_replace() local
1096 tempe.s = &source->s[oldi]; in firestring_estr_replace()
1097 tempe.l = tempe.a = i - oldi; in firestring_estr_replace()
1104 tempe.s = &source->s[oldi]; in firestring_estr_replace()
1105 tempe.l = tempe.a = source->l - oldi; in firestring_estr_replace()
1106 if (firestring_estr_estrcat(dest,&tempe,0) != 0) in firestring_estr_replace()
1114 struct firestring_estr_t tempe; in firestring_estr_areplace() local
1117 tempe.s = &source->s[oldi]; in firestring_estr_areplace()
1118 tempe.l = tempe.a = i - oldi; in firestring_estr_areplace()
1125 tempe.s = &source->s[oldi]; in firestring_estr_areplace()
[all …]
/dports/math/chaco/Chaco-2.2/code/connect/
H A Dconnected.c72 struct edgeslist *tempe; /* used for freeing edgelist space */ local
112 tempe = edges;
114 sfree((char *) tempe);
/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c117 temp1 , temp2 , tempa , tempe , templ , u , ux , in gal_sgp4() local
156 tempe = sgp4->bstar * sgp4->cc4 * sgp4->t ; in gal_sgp4()
168 tempe = tempe + sgp4->bstar * sgp4->cc5 * ( sin ( mm ) - sgp4->sinmao ) ; in gal_sgp4()
225 em -= tempe ; in gal_sgp4()
/dports/math/sc-im/sc-im-0.8.2/src/
H A Ddep_graph.c555 edgeT * tempe; in GraphIsReachable() local
557 tempe = src->edges; in GraphIsReachable()
559 tempe = src->back_edges; in GraphIsReachable()
561 while (tempe != NULL) { in GraphIsReachable()
562 if ( ! GraphIsReachable(tempe->connectsTo, dest, back_dep)) { in GraphIsReachable()
563 tempe = tempe->next; in GraphIsReachable()
/dports/www/gpx2map/gpx2map-0.2/
H A Dgpx2map69 tempe => 1,
656 my $tempe;
680 undef $tempe; # Default value is undefined
686 $tempe = 0.0 + $tmp;
703 time => $time, tempe => $tempe, speed => $speed
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsgp4.c126 axn, xn, beta, xl, e, a, tcube, delm, delomg, templ, tempe, tempa, in sgp4_predict() local
141 tempe=m->bstar*m->c4*tsince; in sgp4_predict()
154 tempe=tempe+m->bstar*m->c5*(sin(xmp)-m->sinmo); in sgp4_predict()
159 e=m->eo-tempe; in sgp4_predict()
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dpoly.c207 poly_elist *tempe; in inside_poly() local
215 tempe = poly->head; in inside_poly()
218 parray[i] = tempe->data.p2; in inside_poly()
219 tempe = tempe->prev; in inside_poly()
320 poly_elist *tempe; in inside_poly_point() local
328 tempe = poly->head; in inside_poly_point()
331 parray[i] = tempe->data.p2; in inside_poly_point()
332 tempe = tempe->prev; in inside_poly_point()
/dports/shells/pdksh/pdksh-5.2.14/tests/
H A Dth195 $tempe = "/tmp/rte$$";
310 unlink($tempi, $tempo, $tempe, $temps);
489 if (!open(STDERR, "> $tempe")) {
490 print STDOUT "$prog: couldn't open $tempe in child - $!\n";
559 $tmp = &check_output($test{'long-name'}, $tempe, 'stderr',
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMImageMetricLoad.hxx192 float tempe = 0.0; in EvaluateMetricGivenSolution() local
195 tempe = std::fabs( GetMetric(InVec) ); in EvaluateMetricGivenSolution()
204 itk::fem::Element::Float temp = shapef[n] * tempe * w * detJ; in EvaluateMetricGivenSolution()
261 float tempe = 0.0; in EvaluateMetricGivenSolution1() local
264 tempe = std::fabs( GetMetric(InVec) ); in EvaluateMetricGivenSolution1()
273 itk::fem::Element::Float temp = shapef[n] * tempe * w * detJ; in EvaluateMetricGivenSolution1()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/FEM/include/
H A DitkFEMFiniteDifferenceFunctionLoad.hxx186 float tempe = 0.0; in EvaluateMetricGivenSolution() local
190 tempe = std::fabs(0.0); in EvaluateMetricGivenSolution()
198 itk::fem::Element::Float temp = shapef[n] * tempe * w * detJ; in EvaluateMetricGivenSolution()
/dports/shells/mksh/mksh/
H A Dcheck.pl362 $tempe = "${temp_dir}/rte";
405 unlink($tempi, $tempo, $tempe, $temps);
585 if (!open(STDERR, "> $tempe")) {
586 print STDOUT "$prog: couldn't open $tempe in child - $!\n";
670 $tmp = &check_output($test{'long-name'}, $tempe, 'stderr',
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c47 static doublereal epoch, ecose, aycof, esine, a3ovk2, tempa, tempe, bstar, in dpspce_() local
622 tempe = bstar * c4 * tsince; in dpspce_()
634 e = em - tempe; in dpspce_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c47 static doublereal epoch, ecose, aycof, esine, a3ovk2, tempa, tempe, bstar, in dpspce_() local
622 tempe = bstar * c4 * tsince; in dpspce_()
634 e = em - tempe; in dpspce_()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Dslasq2.c131 real tempe, tempq; in slasq2_() local
624 tempe = z__[(k << 2) - 5]; in slasq2_()
627 z__[(k << 2) - 3] = z__[(k << 2) - 3] + sigma + tempe - z__[(k << 2) - 5]; in slasq2_()
H A Ddlasq2.c135 doublereal tempe, tempq; in dlasq2_() local
627 tempe = z__[(k << 2) - 5]; in dlasq2_()
630 z__[(k << 2) - 3] = z__[(k << 2) - 3] + sigma + tempe - z__[(k << 2) - 5]; in dlasq2_()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_agpsupport.c426 struct drm_agp_mem *entry, *tempe; in drm_legacy_agp_clear() local
433 list_for_each_entry_safe(entry, tempe, &dev->agp->memory, head) { in drm_legacy_agp_clear()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_agpsupport.c426 struct drm_agp_mem *entry, *tempe; in drm_legacy_agp_clear() local
433 list_for_each_entry_safe(entry, tempe, &dev->agp->memory, head) { in drm_legacy_agp_clear()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_agpsupport.c426 struct drm_agp_mem *entry, *tempe; in drm_legacy_agp_clear() local
433 list_for_each_entry_safe(entry, tempe, &dev->agp->memory, head) { in drm_legacy_agp_clear()
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddlasq2.c165 doublereal tempe, tempq; in igraphdlasq2_() local
608 tempe = z__[(k << 2) - 5]; in igraphdlasq2_()
611 z__[(k << 2) - 3] = z__[(k << 2) - 3] + sigma + tempe - z__[(k << in igraphdlasq2_()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c35 tcube,delm,delomg,templ,tempe,tempa,xnode,tsq,xmp, in SGP4() local
150 tempe = tle->bstar*c4*tsince; in SGP4()
162 tempe = tempe+tle->bstar*c5*(sin(xmp)-sinmo); in SGP4()
167 e = tle->eo-tempe; in SGP4()
276 sinnok,sinu,sinuk,tempe,templ,tsq,u,uk,ux,uy,uz, in SDP4() local
373 tempe = tle->bstar*c4*tsince; in SDP4()
385 deep_arg.em = deep_arg.em-tempe; in SDP4()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c493 struct drm_agp_mem *entry, *tempe; in drm_agp_clear() local
500 list_for_each_entry_safe(entry, tempe, &dev->agp->memory, head) { in drm_agp_clear()

12345678910>>...15