Home
last modified time | relevance | path

Searched refs:e_h (Results 1 – 25 of 105) sorted by relevance

12345

/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
51 e_h = ((19 * e_a) + 15 + e_b - (e_d + e_g)) % 30; in easter()
54 e_l = (32 + 2 * e_e + 2 * e_i - (e_h + e_k)) % 7; in easter()
55 e_m = (e_a + 11 * e_h + 22 * e_l) / 451; in easter()
56 e_n = (e_h + e_l + 114 - (7 * e_m)) / 31; in easter()
57 e_p = (e_h + e_l + 114 - (7 * e_m)) % 31; in easter()
69 e_a, e_b, e_c, e_d, e_e, e_f, e_g, e_h, in easter()
/dports/devel/glibmm/glibmm-2.64.2/tools/
H A Denum.pl193 my %e_h = ("enum" => 0, "flags" => 0);
265 $e_h{"enum"}++;
289 $e_h{"flags"} += 10;
293 $e_h{"flags"}++;
297 $e_h{"enum"}++;
319 $e_h{"flags"}++;
323 $e_h{"enum"}++;
345 $e_h{"flags"}++;
387 $e_h{"enum"}++;
402 $e_h{"enum"}++;
[all …]
/dports/graphics/p5-GD-Graph/GDGraph-1.54/Graph/
H A DError.pm252 my $e_h = __error_hash([caller], $ErrorLevel, shift) or return;
253 push @{$Errors{$self}}, $e_h;
254 croak $self->error if $e_h->{level} >= $CriticalLevel;
266 my $e_h = __error_hash([caller], $ErrorLevel, shift) or return;
267 push @{$Errors{$self}}, $e_h;
268 croak $self->error if $e_h->{level} >= $CriticalLevel;
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DWinMagic.c47 int e_x, int e_y, int e_w, int e_h, in SlideWindow() argument
94 if (e_w == 0 || e_h == 0) in SlideWindow()
100 XMoveResizeWindow(dpy, win, e_x, e_y, e_w, e_h); in SlideWindow()
120 max(e_h,s_h)) in SlideWindow()
129 max(e_h,s_h)) in SlideWindow()
140 if (s_y + s_h == e_y + e_h) in SlideWindow()
167 h = s_h + (int)(e_h - s_h) * i / steps; in SlideWindow()
215 if (e_w > 0 && e_h > 0 && (!is_mapped || g_w != w || g_h != w)) in SlideWindow()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DWinMagic.c45 int e_x, int e_y, int e_w, int e_h, in SlideWindow() argument
92 if (e_w == 0 || e_h == 0) in SlideWindow()
98 XMoveResizeWindow(dpy, win, e_x, e_y, e_w, e_h); in SlideWindow()
118 max(e_h,s_h)) in SlideWindow()
127 max(e_h,s_h)) in SlideWindow()
138 if (s_y + s_h == e_y + e_h) in SlideWindow()
165 h = s_h + (int)(e_h - s_h) * i / steps; in SlideWindow()
213 if (e_w > 0 && e_h > 0 && (!is_mapped || g_w != w || g_h != w)) in SlideWindow()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Denergies_xc.f9058 REAL(kind=DP) :: e_xc(m), e_h(m) local
185 e_h(ibnd)=0.d0
187 e_h(ibnd)=e_h(ibnd)+real(conjg(psi(ig,ibnd))*psic(dffts%nl(igk_k(ig,1))))
189 call mp_sum(e_h(ibnd),world_comm)
190 write(stdout,*) 'energies_h :', ibnd, e_h(ibnd)*rytoev
471 e_h(ibnd)=0.d0
473 e_h(ibnd)=e_h(ibnd)+psi_r(ir)*vr(ir,ispin)
475 e_h(ibnd)=e_h(ibnd)/dble(dfftp%nr1*dfftp%nr2*dfftp%nr3)
477 call mp_sum(e_h(ibnd),world_comm)
478 write(stdout,*) 'Routine energies_h :', ibnd, e_h(ibnd)*rytoev
H A Dwrite_wannier_matrix.f909 subroutine write_wannier_matrix(e_xc,e_h, ispin) argument
30 REAL(kind=DP) :: e_h(nbnd,nspin)!hartree energies local
73 write(iunu) e_h(1:nbnd,is)
H A Dproduce_wannier_gamma.f9053 REAL(kind=DP), ALLOCATABLE :: e_xc(:,:),e_h(:,:),e_x(:,:) local
92 allocate(e_xc(nbnd,nspin),e_h(nbnd,nspin), e_x(nbnd,nspin))
214 call energies_xc( npwx, npw, nbnd, evc, e_xc(:,is),e_h(:,is),is )
224 if(ionode ) call write_wannier_matrix(e_xc,e_h,is)
238 call energies_xc( npwx, npw, nbnd, evc, e_xc(:,is),e_h(:,is),is )
637 deallocate(e_xc,e_h,e_x)
/dports/science/quantum-espresso/q-e-qe-6.7.0/LAXlib/
H A Dcdiaghg.f90259 REAL(DP), VARTYPE :: e_h(:)
261 ATTRIBUTES( PINNED ) :: work, iwork, rwork, v_h, e_h
364 ALLOCATE(v_h(ldh,n), e_h(n))
368 CALL pin%lock_buffer( e_h, n, info )
409 iwork, liwork, v_h, SIZE(v_h, 1), e_h, info, .TRUE.)
432 DEALLOCATE(v_h, e_h)
443 CALL pin%release_buffer(e_h, info)
469 ALLOCATE(e_h(n), v_h(ldh,m))
470 e_h(1:n) = e_d(1:n)
478 e_d(1:n) = e_h(1:n)
[all …]
H A Drdiaghg.f90236 REAL(DP), ALLOCATABLE :: e_h(:)
238 ATTRIBUTES( PINNED ) :: v_h, e_h
269 ALLOCATE(e_h(n), v_h(ldh,n))
293 e_h, info, .TRUE.)
320 DEALLOCATE(v_h, e_h)
405 ALLOCATE(e_h(n), v_h(ldh,m))
406 e_h(1:n) = e_d(1:n)
408 CALL MPI_BCAST( e_h, n, MPI_DOUBLE_PRECISION, root_bgrp, intra_bgrp_comm, info )
414 e_d(1:n) = e_h(1:n)
416 DEALLOCATE(e_h, v_h)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator_test.cpp71 expr* e_h = nvs.pop_nodestack(); in main() local
75 if (e_h==NULL) { in main()
79 e_h->put(zorp,cout) << endl; in main()
/dports/print/fontforge/fontforge-20201107/gdraw/
H A DgwidgetP.h43 int (*e_h)(GWindow, GEvent *); /* User's event function for window, our eh will call it */ member
60 int (*e_h)(GWindow, GEvent *); /* User's event function for window, our eh will call it */ member
86 int (*e_h)(GWindow, GEvent *); /* User's event function for window, our eh will call it */ member
H A Dgcontainer.c280 if ( gd->e_h!=NULL ) { in _GWidget_Container_eh()
281 (gd->e_h)(pixmap,event); in _GWidget_Container_eh()
375 (gd->e_h)(gw,&e); in _GWidget_Container_eh()
405 handled = (gd->e_h)(gw,event); in _GWidget_Container_eh()
584 if ( wd->e_h!=NULL ) in GiveToAll()
585 (wd->e_h)(wd->w,event); in GiveToAll()
663 (td->e_h)(gw,event); in _GWidget_TopLevel_eh()
774 gd->e_h = gw->eh; in MakeContainerWidget()
1082 return( gw->widget_data->e_h ); in GWidgetGetEH()
1087 gw->eh = e_h; in GWidgetSetEH()
[all …]
H A Dgdrawable.c216 if ( gdr->e_h!=NULL ) in drawable_e_h()
217 return( (gdr->e_h)(pixmap,event)); in drawable_e_h()
253 gdr->e_h = gd->u.drawable_e_h; in GDrawableCreate()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dpint_staging.F315 SUBROUTINE staging_calc_uf_h(staging_env, mass_beads, ux, uf_h, e_h) argument
318 REAL(KIND=dp), INTENT(OUT) :: e_h local
327 e_h = 0.0_dp
342 e_h = e_h + 0.5*mass_beads(1, idim)*staging_env%w_j**2* &
352 e_h = e_h + 0.5_dp*f*d
H A Dpint_normalmode.F334 SUBROUTINE normalmode_calc_uf_h(normalmode_env, mass_beads, ux, uf_h, e_h) argument
337 REAL(KIND=dp), INTENT(OUT) :: e_h local
345 e_h = 0.0_dp
356 e_h = e_h - 0.5_dp*ux(ibead, idim)*f
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dpint_staging.F315 SUBROUTINE staging_calc_uf_h(staging_env, mass_beads, ux, uf_h, e_h) argument
318 REAL(KIND=dp), INTENT(OUT) :: e_h local
327 e_h = 0.0_dp
342 e_h = e_h + 0.5*mass_beads(1, idim)*staging_env%w_j**2* &
352 e_h = e_h + 0.5_dp*f*d
H A Dpint_normalmode.F334 SUBROUTINE normalmode_calc_uf_h(normalmode_env, mass_beads, ux, uf_h, e_h) argument
337 REAL(KIND=dp), INTENT(OUT) :: e_h local
345 e_h = 0.0_dp
356 e_h = e_h - 0.5_dp*ux(ibead, idim)*f
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Dztimer.cxx173 time_t e_h = 0;
225 e_h = time_end / 100;
226 e_m = time_end - (e_h * 100);
232 e_h += 23;
238 diff_hs = e_h - s_h;
246 printf(" e_h = %ld e_m = %ld\n", e_h, e_m);
/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dentity_manager.cpp32 Entity_Handle e_h = m_entities.size(); in add_entity() local
34 return e_h; in add_entity()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dconic-4.cpp85 std::vector<Geom::Point> e_h = psh.pts; in draw() local
87 Geom::Point p = e_h[i]; in draw()
103 B[dim] += ab.basis[i]*e_h[i][dim]; in draw()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dconic-4.cpp85 std::vector<Geom::Point> e_h = psh.pts; in draw() local
87 Geom::Point p = e_h[i]; in draw()
103 B[dim] += ab.basis[i]*e_h[i][dim]; in draw()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/htmlroff/
H A Dt11.c64 e_h(void) in e_h() function
104 addesc('h', e_h, 0); in t11init()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/standard_unit/
H A Dthermo_vector_test_base.h199 PairScalars e_h = *(this->_example); in exact_h_over_RT() local
202 e_h[2*tuple] = this->eval_h_over_RT( cache.T[2*tuple], species ); in exact_h_over_RT()
203 e_h[2*tuple+1] = this->eval_h_over_RT( cache.T[2*tuple+1], species ); in exact_h_over_RT()
205 return e_h; in exact_h_over_RT()
/dports/games/lmarbles/lmarbles-1.0.8/src/
H A Dmain.c103 int e_h = mm.ft_nml->h + 2; in H_Shw() local
159 SF_Wrt(ft, sdl.scr, off, a_y + i * e_h, hscr[i].nm, 0); in H_Shw()
162 SF_Wrt(ft, sdl.scr, sdl.scr->w / 2, a_y + i * e_h, str, 0); in H_Shw()
166 SF_Wrt(ft, sdl.scr, sdl.scr->w - off, a_y + i * e_h, str, 0); in H_Shw()

12345