Home
last modified time | relevance | path

Searched refs:l3d (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/
H A Dpersetup.c65 grs_point3d *l3d,*pl3d,*l3d0,*l3d1,*l3d2; in gri_per_umap_setup() local
72 l3d = (grs_point3d *)gr_alloc_temp(n*sizeof(grs_point3d)); in gri_per_umap_setup()
73 if (l3d==NULL) return GR_PER_CODE_MEMERR; in gri_per_umap_setup()
93 gr_free_temp(l3d); in gri_per_umap_setup()
96 for (pl3d=l3d,i=0;i<n;i++,pl3d++) { in gri_per_umap_setup()
104 gr_free_temp(l3d); in gri_per_umap_setup()
135 l3d0=l3d+i0; l3d1=l3d+i1; l3d2=l3d+i2; in gri_per_umap_setup()
149 gr_free_temp(l3d); in gri_per_umap_setup()
154 gr_free_temp(l3d); in gri_per_umap_setup()
215 gr_free_temp(l3d); in gri_per_umap_setup()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Dfock_xc.F5 & nfock, g_dens, g_xc, Exc, nExc, l3d)
40 logical l3d !< [Local] Whether 3-D NGA density
148 write(luout,*) ' l3d ',l3d
156 if(l3d.and.calc_type.ne.2.or.
157 & (.not.l3d).and.calc_type.eq.2) then
158 write (luout,*) 'l3d, calc_type =',l3d,calc_type
168 if(l3d) then
293 if(l3d) then
302 if(ndens.eq.2.and.(.not.l3d)) then
332 & nfock_xc, calc_type, tdum, l3d, triplet)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Dfock_xc.F5 & nfock, g_dens, g_xc, Exc, nExc, l3d)
40 logical l3d !< [Local] Whether 3-D NGA density
148 write(luout,*) ' l3d ',l3d
156 if(l3d.and.calc_type.ne.2.or.
157 & (.not.l3d).and.calc_type.eq.2) then
158 write (luout,*) 'l3d, calc_type =',l3d,calc_type
168 if(l3d) then
293 if(l3d) then
302 if(ndens.eq.2.and.(.not.l3d)) then
332 & nfock_xc, calc_type, tdum, l3d, triplet)
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dmpeg4_layer_3d.c92 M_Layer3D *l3d; in l3d_CheckBindables() local
93 l3d = (M_Layer3D *)n; in l3d_CheckBindables()
100 if (btop != l3d->background) { in l3d_CheckBindables()
103 l3d->background = btop; in l3d_CheckBindables()
108 if (btop != l3d->viewpoint) { in l3d_CheckBindables()
111 l3d->viewpoint = btop; in l3d_CheckBindables()
116 if (btop != l3d->navigationInfo) { in l3d_CheckBindables()
119 l3d->navigationInfo = btop; in l3d_CheckBindables()
124 if (btop != l3d->fog) { in l3d_CheckBindables()
125 gf_node_unregister(l3d->fog, n); in l3d_CheckBindables()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dmpeg4_layer_3d.c92 M_Layer3D *l3d; in l3d_CheckBindables() local
93 l3d = (M_Layer3D *)n; in l3d_CheckBindables()
100 if (btop != l3d->background) { in l3d_CheckBindables()
103 l3d->background = btop; in l3d_CheckBindables()
108 if (btop != l3d->viewpoint) { in l3d_CheckBindables()
111 l3d->viewpoint = btop; in l3d_CheckBindables()
116 if (btop != l3d->navigationInfo) { in l3d_CheckBindables()
119 l3d->navigationInfo = btop; in l3d_CheckBindables()
124 if (btop != l3d->fog) { in l3d_CheckBindables()
125 gf_node_unregister(l3d->fog, n); in l3d_CheckBindables()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_NurbsConvertModification.cxx361 Standard_Real f3d,l3d; in NewCurve2d() local
363 Handle(Geom_Curve) C3d = BRep_Tool::Curve(E, Loc, f3d,l3d); in NewCurve2d()
399 C3d = BRep_Tool::Curve(newE, f3d, l3d); in NewCurve2d()
402 C3d = BRep_Tool::Curve(E,f3d,l3d); in NewCurve2d()
404 GeomAdaptor_Curve G3dAC(C3d, f3d, l3d); in NewCurve2d()
465 Standard_Real newTol = BRepTools::EvalAndUpdateTol(newE, C3d, Curve2d, S, f3d, l3d); in NewCurve2d()
474 Standard_Real newTol = BRepTools::EvalAndUpdateTol(newE, C3d, Curve2d, S, f3d, l3d); in NewCurve2d()
516 Standard_Real newTol = BRepTools::EvalAndUpdateTol(newE, C3d, Curve2d, S, f3d, l3d); in NewCurve2d()
526 Standard_Real newTol = BRepTools::EvalAndUpdateTol(newE, C3d, Curve2d, S, f3d, l3d); in NewCurve2d()
582 C3d = BRep_Tool::Curve(newE, f3d,l3d); in NewCurve2d()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/dimqm/
H A Ddim_tabcd.F8 Subroutine dim_tabcd(what, l3d, Tmat, TTmat, Amat, Bmat, chi, argument
27 logical l3d ! Using 3d arrays?
69 dofull=what.ne.0.or.l3d
120 if(l3d) then
131 if(l3d) then
H A Ddim_grid_quadv0b.F6 $ g_vdim, nmat, do_scf, do_cpks_l, l3d,
52 logical l3d
144 call dim_tabcd(0, l3d, Fmat, Pmat, rho, Bmat,
152 call dim_tabcd(1, l3d, Fmat, Pmat, rho, Bmat,
H A Ddim_grid_quadv0.F13 & nmat, calc_type, l3d, ipm, imag)
31 logical l3d ! true if 3d GA is used
330 , l3d, ipm, imag, dbl_mb(k_dimxyz),
337 if(do_scf.and.(.not.l3d)) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/dimqm/
H A Ddim_tabcd.F8 Subroutine dim_tabcd(what, l3d, Tmat, TTmat, Amat, Bmat, chi, argument
27 logical l3d ! Using 3d arrays?
69 dofull=what.ne.0.or.l3d
120 if(l3d) then
131 if(l3d) then
H A Ddim_grid_quadv0.F13 & nmat, calc_type, l3d, ipm, imag)
31 logical l3d ! true if 3d GA is used
330 , l3d, ipm, imag, dbl_mb(k_dimxyz),
337 if(do_scf.and.(.not.l3d)) then
H A Ddim_grid_quadv0b.F6 $ g_vdim, nmat, do_scf, do_cpks_l, l3d,
52 logical l3d
144 call dim_tabcd(0, l3d, Fmat, Pmat, rho, Bmat,
152 call dim_tabcd(1, l3d, Fmat, Pmat, rho, Bmat,
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_2d.cxx102 …TopLoc_Location loc; Standard_Real f3d,l3d; Handle(Geom_Curve) C3D = BRep_Tool::Curve(E,loc,f3d,l3… in FC2D_HasC3D() local
180 Standard_Real f3d,l3d;TopLoc_Location eloc; in FC2D_make2d() local
181 Handle(Geom_Curve) C1 = BRep_Tool::Curve(E,eloc,f3d,l3d); in FC2D_make2d()
190 if (trim3d) {f=f3d; l=l3d;} in FC2D_make2d()
192 f2d = f3d; l2d = l3d; in FC2D_make2d()
317 Standard_Real f3d,l3d;TopLoc_Location eloc; in FC2D_make2d() local
318 Handle(Geom_Curve) C1 = BRep_Tool::Curve(E,eloc,f3d,l3d); in FC2D_make2d()
327 if (trim3d) {f=f3d; l=l3d;} in FC2D_make2d()
329 f2d = f3d; l2d = l3d; in FC2D_make2d()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/zora/
H A Dzora_tabcd_EFG.F14 subroutine zora_tabcd_EFG(what,l3d, argument
116 logical l3d
169 dofull=what.ne.0.or.l3d
344 if(l3d) then
366 if(what.ne.0.or.l3d) then
389 if(l3d) then
H A Dzora_tabcd.F6 subroutine zora_tabcd(what,l3d, argument
108 logical l3d
161 dofull=what.ne.0.or.l3d
422 if(l3d) then
452 if(what.ne.0.or.l3d) then
483 if(l3d) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/zora/
H A Dzora_tabcd_EFG.F14 subroutine zora_tabcd_EFG(what,l3d, argument
116 logical l3d
169 dofull=what.ne.0.or.l3d
344 if(l3d) then
366 if(what.ne.0.or.l3d) then
389 if(l3d) then
H A Dzora_tabcd.F6 subroutine zora_tabcd(what,l3d, argument
108 logical l3d
161 dofull=what.ne.0.or.l3d
422 if(l3d) then
452 if(what.ne.0.or.l3d) then
483 if(l3d) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/grid/
H A Dgrid_quadvw.F14 T tmat, l3d,triplet, ttau, Mmat, Mmat2,
68 logical l3d
108 , l3d,triplet,
H A Dgrid_quadvw1.F17 , l3d, triplet, ttau, kske, Mmat, Mmat2,
66 logical l3d
110 T tmat, l3d, triplet,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/grid/
H A Dgrid_quadvw.F14 T tmat, l3d,triplet, ttau, Mmat, Mmat2,
68 logical l3d
108 , l3d,triplet,
H A Dgrid_quadvw1.F17 , l3d, triplet, ttau, kske, Mmat, Mmat2,
66 logical l3d
110 T tmat, l3d, triplet,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/util/
H A Ddft_utilmap.F71 logical l3d,getdone
74 l3d=.false.
81 l3d=.true.
107 if(l3d) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/util/
H A Ddft_utilmap.F71 logical l3d,getdone
74 l3d=.false.
81 l3d=.true.
107 if(l3d) then
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/tests/
H A Dtest_tangent_update.cxx108 vgl_infinite_line_3d<double> l3d(p0, p1); in test_tangent_update() local
110 if (l3d.contains(org)) in test_tangent_update()
147 tangent_image(c0, l3d, 0.0, v0); in test_tangent_update()
148 tangent_image(c1, l3d, 0.0, v1); in test_tangent_update()
149 tangent_image(c2, l3d, 0.0, v2); in test_tangent_update()
239 tangent_image(c2, l3d, .1, v2); in test_tangent_update()
/dports/sysutils/jdupes/jdupes-1.19.2/
H A Djody_cacheinfo.c88 case 3: pci->l3d = size; break; in get_proc_cacheinfo()
129 pci.l3, pci.l3i, pci.l3d);

1234567