Home
last modified time | relevance | path

Searched refs:hupper (Results 1 – 17 of 17) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/hypre/
H A Dmhyp.c132 hupper[0] = (HYPRE_Int)iupper[0]; in MatSetUp_HYPREStruct()
133 hupper[1] = (HYPRE_Int)iupper[1]; in MatSetUp_HYPREStruct()
134 hupper[2] = (HYPRE_Int)iupper[2]; in MatSetUp_HYPREStruct()
140 ex->hbox.imax[0] = hupper[0]; in MatSetUp_HYPREStruct()
141 ex->hbox.imax[1] = hupper[1]; in MatSetUp_HYPREStruct()
142 ex->hbox.imax[2] = hupper[2]; in MatSetUp_HYPREStruct()
243 hupper[0] = (HYPRE_Int)iupper[0]; in MatMult_HYPREStruct()
244 hupper[1] = (HYPRE_Int)iupper[1]; in MatMult_HYPREStruct()
245 hupper[2] = (HYPRE_Int)iupper[2]; in MatMult_HYPREStruct()
726 hupper[0] = (HYPRE_Int)iupper[0]; in MatMult_HYPRESStruct()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Ddiagonalize.f90133 SCALAR, allocatable :: hupper(:)
159 SAFE_ALLOCATE(hupper, (nmat*(nmat+1)/2))
163 hupper(hup_counter) = hbse_a(iloop,jloop)
167 call zhpev(21,hupper,evals_t,evecs_r,nmat,nmat,iwork,0)
168 SAFE_DEALLOCATE(hupper)
183 SAFE_ALLOCATE(hupper, (nmat*(nmat+1)/2))
187 hupper(hup_counter) = hbse_a(iloop,jloop)
191 call dspev(21,hupper,evals_t,evecs_r,nmat,nmat,iwork,0)
192 SAFE_DEALLOCATE(hupper)
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-print-preview.c675 gdouble hupper, vupper; in preview_layout_key_press() local
689 hupper = gtk_adjustment_get_upper (hadj); in preview_layout_key_press()
721 x = hupper - visible_width; in preview_layout_key_press()
723 x = MIN (hupper - visible_width, x + hstep); in preview_layout_key_press()
/dports/devel/glademm/glademm-2.6.0/docs/old/
H A DKNOWN47 Adjustment: hvalue, hlower, hupper, hstep, hpage, hpage_size
/dports/devel/upp/upp/bazaar/Themes/Skulpture/Default/
H A Dtheme.ini46 hupper[]=png hot 1 0 15 16
/dports/devel/upp/upp/bazaar/Themes/Skulpture/Stone/
H A Dtheme.ini47 hupper[]=png hot 1 0 15 16
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/hypre/
H A Dhypre.c2202 HYPRE_Int hlower[3],hupper[3]; in PCApply_PFMG() local
2215 hupper[0] = (HYPRE_Int)iupper[0]; in PCApply_PFMG()
2216 hupper[1] = (HYPRE_Int)iupper[1]; in PCApply_PFMG()
2217 hupper[2] = (HYPRE_Int)iupper[2]; in PCApply_PFMG()
2222 PetscStackCallStandard(HYPRE_StructVectorSetBoxValues,(mx->hb,hlower,hupper,(HYPRE_Complex*)xx)); in PCApply_PFMG()
2229 PetscStackCallStandard(HYPRE_StructVectorGetBoxValues,(mx->hx,hlower,hupper,(HYPRE_Complex*)yy)); in PCApply_PFMG()
2406 HYPRE_Int hlower[3],hupper[3]; in PCApply_SysPFMG() local
2424 hupper[0] = (HYPRE_Int)iupper[0]; in PCApply_SysPFMG()
2425 hupper[1] = (HYPRE_Int)iupper[1]; in PCApply_SysPFMG()
2426 hupper[2] = (HYPRE_Int)iupper[2]; in PCApply_SysPFMG()
[all …]
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-print-preview.c804 double hlower, hupper, vlower, vupper; in preview_layout_key_press() local
820 "upper", &hupper, in preview_layout_key_press()
852 x = hupper - hpage; in preview_layout_key_press()
854 x = MIN (hupper - hpage, x + hstep); in preview_layout_key_press()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-print-preview.c799 double hlower, hupper, vlower, vupper; in preview_layout_key_press() local
815 "upper", &hupper, in preview_layout_key_press()
846 x = hupper - hpage; in preview_layout_key_press()
848 x = MIN (hupper - hpage, x + hstep); in preview_layout_key_press()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dwindow.c1157 gdouble vlower, vpage, vupper, hlower, hpage, hupper; in gui_window_set_scroll() local
1165 g_object_get(hadj, "page-size", &hpage, "lower", &hlower, "upper", &hupper, NULL); in gui_window_set_scroll()
1170 if (x > (hupper - hpage)) { in gui_window_set_scroll()
1171 x = hupper - hpage; in gui_window_set_scroll()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DChCoco.cpp124 s.hupper[status] = s.hlower[status] = WithHotSpot(track, CH_SCROLLBAR_IMAGE, 0);; in ChHostSkin()
H A DScrollBar.h24 Value hupper[4], hthumb[4], hlower[4]; member
H A DScrollBar.cpp23 CtrlsImageLook(hupper, CtrlsImg::I_SBHU); in CH_STYLE()
146 const Value *hl[] = { style->hlower, style->hupper, style->hthumb }; in Paint()
H A DCh.cpp142 SbWc(s.hupper); in ChClassicSkin()
673 s.hupper[status] = s.hlower[status] = ChHot(RotateClockwise(vtrough)); in ChMakeSkin()
H A DChGtk3.cpp456 s.hupper[status] = s.hlower[status] = WithHotSpot(m, CH_SCROLLBAR_IMAGE, 0);; in ChHostSkin()
H A DChWin32.cpp496 Win32Look(s.hupper, 4, XP_SCROLLBAR, SBP_LOWERTRACKHORZ); in ChHostSkin()
/dports/devel/upp/upp/bazaar/Theme/
H A DTheme.cpp187 (d.hupper, "HUpper", 4) in LoadScrollBar()