Home
last modified time | relevance | path

Searched refs:ioBox (Results 1 – 4 of 4) sorted by relevance

/dports/science/libgridxc/libgridxc-libgridxc-0.9.6/src/
H A Dcellxc.F90264 ioBox(2,3), ip, iq, is, ix, iuvdw, & local
419 ioBox(1,1)=lb1; ioBox(1,2)=lb2; ioBox(1,3)=lb3
420 ioBox(2,1)=ub1; ioBox(2,2)=ub2; ioBox(2,3)=ub3
421 myMesh(:) = ioBox(2,:) - ioBox(1,:) + 1
425 call setMeshDistr( ioDistr, nMesh, ioBox )
434 if (any(nMesh/=oldMesh)) call setMeshDistr( myDistr, nMesh, ioBox )
1238 call copyMeshData( nMesh, myDistr, myVxc, ioBox, Vxc, my2io )
1241 call copyMeshData( nMesh, myDistr, mydVxcdD, ioBox, dVxcdD, my2io )
/dports/science/siesta/siesta-4.1.5/Src/SiestaXC/
H A Dcellxc.F90377 ioBox(2,3), ip, iq, is, ix, iuvdw, & local
473 ioBox(1,1)=lb1; ioBox(1,2)=lb2; ioBox(1,3)=lb3
474 ioBox(2,1)=ub1; ioBox(2,2)=ub2; ioBox(2,3)=ub3
475 myMesh(:) = ioBox(2,:) - ioBox(1,:) + 1
479 call setMeshDistr( ioDistr, nMesh, ioBox )
488 if (any(nMesh/=oldMesh)) call setMeshDistr( myDistr, nMesh, ioBox )
1273 call copyMeshData( nMesh, myDistr, myVxc, ioBox, Vxc, my2io )
1276 call copyMeshData( nMesh, myDistr, mydVxcdD, ioBox, dVxcdD, my2io )
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dlive-workspace.c686 static void _xfdashboard_live_workspace_transform_allocation(ClutterActorBox *ioBox, in _xfdashboard_live_workspace_transform_allocation() argument
707 result.x1=((ioBox->x1/totalWidth)*allocationWidth)*(totalWidth/visibleWidth); in _xfdashboard_live_workspace_transform_allocation()
708 result.x2=((ioBox->x2/totalWidth)*allocationWidth)*(totalWidth/visibleWidth); in _xfdashboard_live_workspace_transform_allocation()
710 result.y1=((ioBox->y1/totalHeight)*allocationHeight)*(totalHeight/visibleHeight); in _xfdashboard_live_workspace_transform_allocation()
711 result.y2=((ioBox->y2/totalHeight)*allocationHeight)*(totalHeight/visibleHeight); in _xfdashboard_live_workspace_transform_allocation()
714 ioBox->x1=result.x1; in _xfdashboard_live_workspace_transform_allocation()
715 ioBox->y1=result.y1; in _xfdashboard_live_workspace_transform_allocation()
716 ioBox->x2=result.x2; in _xfdashboard_live_workspace_transform_allocation()
717 ioBox->y2=result.y2; in _xfdashboard_live_workspace_transform_allocation()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacTextEditor.pas4220 … {const} iText: {variable-size-array} UniCharPtr; iLen: UniCharCount; var ioBox: Rect; iStyle: ATS… in TXNDrawUnicodeTextBox()
4268 function TXNDrawCFStringTextBox( iText: CFStringRef; var ioBox: Rect; iStyle: ATSUStyle { can be NU… in TXNDrawCFStringTextBox()