Home
last modified time | relevance | path

Searched refs:ttemp (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/science/siesta/siesta-4.1.5/Src/
H A Dvmb.F8 subroutine vmb(nat,ttemp,mass,xa,isa,va) argument
48 real(dp) mass(nat), ttemp, va(3,nat), xa(3,nat)
74 va(1,i) = velo(iseed,ttemp,massi)
75 va(2,i) = velo(iseed,ttemp,massi)
76 va(3,i) = velo(iseed,ttemp,massi)
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)
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/
H A DWorker.java11 if (po.writeDiff(this.ttemp, copy.ttemp)) copy.ttemp = this.ttemp; in createPatch()
25 if (pi.hasDiff()) copy.ttemp = this.ttemp = pi.getDiffAsDouble(); in applyPatch()
102 this.ttemp = uka.transport.BasicIO.extractDouble(_buffer, _pos); in unmarshal()
124 _pos = uka.transport.BasicIO.insert(_buffer, _pos, this.ttemp); in marshal()
139 this.ttemp = _orig.ttemp; in Worker()
158 private double ttemp; field in Worker
193 this.ttemp = 1.0E10; in run()
210 this.ttemp = this.temporary_element.checkTimestep(this.ttemp); in run()
255 return this.ttemp; in getTtemp()
H A DModelCluster_instance_impl.java623 private volatile double ttemp; field in ModelCluster_instance_impl
632 return this.ttemp; in run_ModelCluster_ttemp_get_()
645 return this.ttemp = _value_; in run_ModelCluster_ttemp_set_()
659 double _before_ = this.ttemp; in run_ModelCluster_ttemp_inc_()
660 this.ttemp += _value_; in run_ModelCluster_ttemp_inc_()
663 return this.ttemp += _value_; in run_ModelCluster_ttemp_inc_()
1787 this.ttemp = 1.0E10; in solve()
1807 this.ttemp = this.temporary_element.checkTimestep(this.ttemp); in solve()
1811 this.exported_ttemp = this.ttemp; in solve()
1849 this.timestep = this.ttemp; in solve()
[all …]
H A DModelSmp.java28 if (po.writeDiff(this.ttemp, copy.ttemp)) copy.ttemp = this.ttemp; in createPatch()
66 if (pi.hasDiff()) copy.ttemp = this.ttemp = pi.getDiffAsDouble(); in applyPatch()
249 _pos = uka.transport.BasicIO.insert(_buffer, _pos, this.ttemp); in marshal()
288 this.ttemp = _orig.ttemp; in ModelSmp()
312 private volatile double ttemp; field in ModelSmp
598 this.ttemp = 1.0E10; in solve()
676 this.ttemp = Math.min(this.ttemp, this.worker[this.i].getTtemp()); in solve()
678 this.timestep = this.ttemp; in solve()
679 this.ttemp = 1.0E10; in solve()
807 out.writeDouble(this.ttemp); in writeObject()
[all …]
/dports/games/tong/tong/
H A Dtext.cpp36 SDL_Surface* ttemp; in LoadGraphics() local
37 ttemp=IMG_Load("media/text.png"); in LoadGraphics()
38 textbits=SDL_DisplayFormatAlpha(ttemp); in LoadGraphics()
39 SDL_FreeSurface(ttemp); in LoadGraphics()
129 SDL_Surface* ttemp; in LoadGraphics() local
130 ttemp=IMG_Load("media/text.png"); in LoadGraphics()
131 textbits=SDL_DisplayFormatAlpha(ttemp); in LoadGraphics()
132 SDL_FreeSurface(ttemp); in LoadGraphics()
133 ttemp=IMG_Load("media/textbox.png"); in LoadGraphics()
134 menubits=SDL_DisplayFormatAlpha(ttemp); in LoadGraphics()
[all …]
/dports/cad/impact/Impact/src/run/
H A DWorker.java35 private double time, timestep, ttemp; field in Worker
87 ttemp = 1E10; in run()
127 ttemp = temporary_element.checkTimestep(ttemp); in run()
201 return ttemp; in getTtemp()
H A DModelCluster.java53 private volatile double time,ttemp, exported_ttemp; field in ModelCluster
480 ttemp = 1E10; in solve()
533 ttemp = temporary_element.checkTimestep(ttemp); in solve()
539 exported_ttemp = ttemp; in solve()
604 ttemp = Math.min(ttemp, cluster_nodes[i].getTtemp()); in solve()
606 timestep = ttemp; in solve()
607 ttemp = 1E10; in solve()
H A DModelSmp.java38 private volatile double time,ttemp; field in ModelSmp
518 ttemp = 1E10; in solve()
638 ttemp = Math.min(ttemp,worker[i].getTtemp()); in solve()
640 timestep = ttemp; in solve()
641 ttemp = 1E10; in solve()
876 out.writeDouble(ttemp); in writeObject()
904 ttemp = in.readDouble(); in readObject()
/dports/science/py-dlib/dlib-19.22/dlib/timer/
H A Dtimer.cpp87 uint64 ttemp = t; in add() local
88 tm.add(ttemp,rtemp); in add()
148 uint64 ttemp = t; in adjust_delay() local
149 tm.add(ttemp,rtemp); in adjust_delay()
/dports/science/dlib-cpp/dlib-19.22/dlib/timer/
H A Dtimer.cpp87 uint64 ttemp = t; in add() local
88 tm.add(ttemp,rtemp); in add()
148 uint64 ttemp = t; in adjust_delay() local
149 tm.add(ttemp,rtemp); in adjust_delay()
/dports/mail/astroid/astroid-0.15/src/utils/
H A Ddate_utils.cc227 struct tm ttemp = *ttemp_t; in coarse_date() local
229 if (same_day (ttemp, now)) { in coarse_date()
236 ttemp = *ttemp_t; in coarse_date()
237 time_t ndiff = mktime(&ttemp) - mktime(&now); in coarse_date()
238 if (same_day (ttemp, now) || ndiff > 0) { in coarse_date()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dforked_getaddrinfo.c123 char ttemp[60]; in forked_getaddrinfo() local
308 xastir_snprintf(ttemp, sizeof(ttemp), langcode("BBARSTA031"), tm++); in forked_getaddrinfo()
309 statusline(ttemp,1); // Looking up hostname... in forked_getaddrinfo()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtclipboard.cc180 char ttemp[1024]; in get_pindicator_str() local
182 …ht_snprintf(ttemp, sizeof ttemp, "selection %qxh-%qxh (%qd byte%s) ", sel_start, sel_end-1, sel_en… in get_pindicator_str()
184 ttemp[0] = 0; in get_pindicator_str()
186 return ht_snprintf(buf, max_len, " %s %qxh/%qu %s", edit() ? "edit" : "view", o, o, ttemp); in get_pindicator_str()
H A Dhthex.cc69 char ttemp[1024]; in get_pindicator_str() local
71 …ht_snprintf(ttemp, sizeof ttemp, "selection %qxh-%qxh (%qd byte%s) ", sel_start, sel_end-1, sel_en… in get_pindicator_str()
73 ttemp[0] = 0; in get_pindicator_str()
75 return ht_snprintf(buf, max_len, " %s %qxh/%qu %s", edit() ? "edit" : "view", o, o, ttemp); in get_pindicator_str()
/dports/misc/visp/visp-3.4.0/modules/gui/src/plot/
H A DvpPlotGraph.cpp297 double ttemp; in displayGrid() local
301 ttemp = t; in displayGrid()
330 double ttemp; in displayGrid() local
332 ttemp = t * pow(10.0, power); in displayGrid()
334 ttemp = t; in displayGrid()
913 double ttemp; in displayGrid3D() local
917 ttemp = t; in displayGrid3D()
954 double ttemp; in displayGrid3D() local
958 ttemp = t; in displayGrid3D()
995 double ttemp; in displayGrid3D() local
[all …]
/dports/cad/feappv/feappv-4.1i/include/
H A Delpers.h14 real*8 fdet, opar, ttemp
15 common /elpers/ fdet, opar, ttemp
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/peops/
H A Dspu.cc130 static s32 ttemp; variable
227 ttemp+=cycles; in SPUasync()
228 dosampies=ttemp/384; in SPUasync()
230 ttemp-=dosampies*384; in SPUasync()
567 sampcount=ttemp=0; in SPUinit()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dtdpsyn.cc287 int ttemp; in synseg() local
289 ttemp = wwin[i + pitch]; in synseg()
290 ttemp *= poms; in synseg()
291 ttemp = ttemp >> HAMMING_PRECISION; in synseg()
292 poms = (SAMPLE) ttemp; in synseg()
/dports/audio/mpg123/mpg123-1.29.3/src/
H A Dhttpget.c391 char* ttemp; in fill_request() local
396 if((ttemp = strchr(request->p,'\r')) != NULL){ *ttemp = 0; request->fill = ttemp-request->p+1; } in fill_request()
398 if((ttemp = strchr(request->p,'\n')) != NULL){ *ttemp = 0; request->fill = ttemp-request->p+1; } in fill_request()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/
H A Dhttpget.c391 char* ttemp;
396 if((ttemp = strchr(request->p,'\r')) != NULL){ *ttemp = 0; request->fill = ttemp-request->p+1; }
398 if((ttemp = strchr(request->p,'\n')) != NULL){ *ttemp = 0; request->fill = ttemp-request->p+1; }
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/baij/seq/
H A Dbaijsolvnat4.c439 MatScalar *ttemp=&t[idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj() local
440 xtemp[3] = (PetscScalar)ttemp[3]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
441 xtemp[2] = (PetscScalar)ttemp[2]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
442 xtemp[1] = (PetscScalar)ttemp[1]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
443 xtemp[0] = (PetscScalar)ttemp[0]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
636 MatScalar *ttemp=&t[idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion() local
637 xtemp[3] = (PetscScalar)ttemp[3]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
638 xtemp[2] = (PetscScalar)ttemp[2]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
639 xtemp[1] = (PetscScalar)ttemp[1]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
640 xtemp[0] = (PetscScalar)ttemp[0]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1173.c423 double ttemp; /* Temporary value. */ local
486 ttemp = tdeltay*tdeltax/(tdeltax*tdeltax + tdeltay*tdeltay);
487 tdeltax = tdeltay*ttemp;
488 tdeltay = tdeltax*ttemp;
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vpfutil/
H A Dvpfwrite.c800 tri_coordinate_type ttemp , in VpfWrite() local
803 swap_four ( (char*)&tptr->x, (char*)&ttemp.x ) ; in VpfWrite()
804 swap_four ( (char*)&tptr->y, (char*)&ttemp.y ) ; in VpfWrite()
805 swap_four ( (char*)&tptr->z, (char*)&ttemp.z ) ; in VpfWrite()
806 retval = (long)fwrite ( &ttemp, sizeof (tri_coordinate_type), 1, to ) ; in VpfWrite()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dpint_piglet.F677 REAL(KIND=dp) :: convttemp, deviation, matrixtemp, ttemp local
681 IF (propagator == propagator_rpmd) ttemp = targettemp
686 convttemp = cp_unit_from_cp2k(ttemp, "K")
693 convttemp = cp_unit_from_cp2k(ttemp, "K")/11604.505_dp
700 convttemp = ttemp
709 convttemp = ttemp
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dpint_piglet.F682 REAL(KIND=dp) :: convttemp, deviation, matrixtemp, ttemp local
686 IF (propagator == propagator_rpmd) ttemp = targettemp
691 convttemp = cp_unit_from_cp2k(ttemp, "K")
698 convttemp = cp_unit_from_cp2k(ttemp, "K")/11604.505_dp
705 convttemp = ttemp
714 convttemp = ttemp

123456789