Home
last modified time | relevance | path

Searched refs:nray (Results 76 – 100 of 101) sorted by relevance

12345

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/kbpp/
H A Dkbppv3d.F58 integer nray,G_ray_hndl,tmp_ray_hndl
250 nray = kbpp_calc_nray(nfft1,nfft2,nfft3,unita)
253 value = BA_alloc_get(mt_dbl,nray,
255 value = value.and.BA_alloc_get(mt_dbl,2*nray,
257 value = value.and.BA_alloc_get(mt_dbl,2*nray*(lmax+1),
259 value = value.and.BA_alloc_get(mt_dbl,2*nray*2,
261 value = value.and.BA_alloc_get(mt_dbl,nray,
290 > nray,Gmax_ray,
H A Dpawppv1.F61 integer nray,G_ray_hndl,tmp_ray_hndl
297 nray = kbpp_calc_nray(nfft1,nfft2,nfft3,unita)
299 value = BA_alloc_get(mt_dbl,nray,
301 value = value.and.BA_alloc_get(mt_dbl,2*nray,
303 value = value.and.BA_alloc_get(mt_dbl,2*nray,
305 value = value.and.BA_alloc_get(mt_dbl,2*nray*(nbasis),
307 value = value.and.BA_alloc_get(mt_dbl,nray,
348 > nray,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/kbpp/
H A Dkbppv3.F56 integer nray,G_ray_hndl,tmp_ray_hndl
212 nray = kbpp_calc_nray(nfft1,nfft2,nfft3,unita)
214 value = BA_alloc_get(mt_dbl,nray,
216 value = value.and.BA_alloc_get(mt_dbl,2*nray,
218 value = value.and.BA_alloc_get(mt_dbl,2*nray*(lmax+1),
220 value = value.and.BA_alloc_get(mt_dbl,2*nray*2,
222 value = value.and.BA_alloc_get(mt_dbl,nray,
250 > nray,
H A Dkbppv3d.F58 integer nray,G_ray_hndl,tmp_ray_hndl
250 nray = kbpp_calc_nray(nfft1,nfft2,nfft3,unita)
253 value = BA_alloc_get(mt_dbl,nray,
255 value = value.and.BA_alloc_get(mt_dbl,2*nray,
257 value = value.and.BA_alloc_get(mt_dbl,2*nray*(lmax+1),
259 value = value.and.BA_alloc_get(mt_dbl,2*nray*2,
261 value = value.and.BA_alloc_get(mt_dbl,nray,
290 > nray,Gmax_ray,
H A Dpawppv1.F61 integer nray,G_ray_hndl,tmp_ray_hndl
297 nray = kbpp_calc_nray(nfft1,nfft2,nfft3,unita)
299 value = BA_alloc_get(mt_dbl,nray,
301 value = value.and.BA_alloc_get(mt_dbl,2*nray,
303 value = value.and.BA_alloc_get(mt_dbl,2*nray,
305 value = value.and.BA_alloc_get(mt_dbl,2*nray*(nbasis),
307 value = value.and.BA_alloc_get(mt_dbl,nray,
348 > nray,
/dports/graphics/povray37/povray-3.7.0.10/source/backend/lighting/
H A Dphotons.cpp710 Ray nray(ray); in ComputeRefractionForPhotons() local
716 nray.SetFlags(Ray::RefractionRay, ray); in ComputeRefractionForPhotons()
719 Assign_Vector(nray.Origin, *ipoint); in ComputeRefractionForPhotons()
733 nray.AppendInterior(interior); in ComputeRefractionForPhotons()
744 nray.RemoveInterior(interior); in ComputeRefractionForPhotons()
745 if(nray.GetInteriors().empty()) in ComputeRefractionForPhotons()
781 nray.AppendInterior(interior); in ComputeRefractionForPhotons()
789 Assign_Vector(nray.Direction, ray.Direction); in ComputeRefractionForPhotons()
803 TraceRay(nray, lc, weight, ticket, true); in ComputeRefractionForPhotons()
832 nray.SetSpectralBand(spectralBand); in ComputeRefractionForPhotons()
[all …]
H A Dphotons.h320 …hotons(const FINISH* finish, const Vector3d& ipoint, const Ray& ray, Ray& nray, DBL ior, DBL n, co…
H A Dradiosity.cpp554 …Ray nray(*ipoint, *direction, Ray::OtherRay, false, false, true); // Build a ray pointing in the c… in GatherLight() local
560 …DBL depth = trace.TraceRay(nray, temp_full_colour, weight, ticket, false); // Go down in recursion… in GatherLight()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/
H A Dtrace.cpp1255 Ray nray(ray); in ComputeReflection() local
1267 n = dot(nray.Direction, rawnormal); in ComputeReflection()
1272 n2 = dot(nray.Direction, normal); in ComputeReflection()
1289 nray.Direction.normalize(); in ComputeReflection()
1290 nray.Origin = ipoint; in ComputeReflection()
1314 Ray nray(ray); in ComputeRefraction() local
1324 nray.Origin = ipoint; in ComputeRefraction()
1335 if(nray.GetInteriors().empty()) in ComputeRefraction()
1338 nray.AppendInterior(interior); in ComputeRefraction()
1348 nray.RemoveInterior(interior); in ComputeRefraction()
[all …]
H A Dtrace.h529 …bool TraceRefractionRay(const FINISH* finish, const Vector3d& ipoint, Ray& ray, Ray& nray, double …
/dports/graphics/povray37/povray-3.7.0.10/source/backend/render/
H A Dtrace.cpp1191 Ray nray(ray); in ComputeReflection() local
1225 VNormalizeEq(nray.Direction); in ComputeReflection()
1226 Assign_Vector(nray.Origin, *ipoint); in ComputeReflection()
1249 Ray nray(ray); in ComputeRefraction() local
1258 Assign_Vector(nray.Origin, *ipoint); in ComputeRefraction()
1269 if(nray.GetInteriors().empty()) in ComputeRefraction()
1272 nray.AppendInterior(interior); in ComputeRefraction()
1283 nray.RemoveInterior(interior); in ComputeRefraction()
1284 if(nray.GetInteriors().empty()) in ComputeRefraction()
1320 nray.AppendInterior(interior); in ComputeRefraction()
[all …]
H A Dtrace.h448 …bool TraceRefractionRay(const FINISH* finish, const Vector3d& ipoint, const Ray& ray, Ray& nray, d…
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Dfft_tools.F1426 nm = MAXVAL(nray(0:np - 1))
1427 nr = nray(my_pos)
1443 nr = nray(ip)
1462 DO ir = 1, nray(ip)
1557 nm = MAXVAL(nray(0:np - 1))
1558 nr = nray(my_pos)
1574 nr = nray(ip)
1731 DO ir = 1, nray(my_pos)
1773 DO ir = 1, nray(ip)
1931 DO ir = 1, nray(ip)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/pw/
H A Dfft_tools.F1426 nm = MAXVAL(nray(0:np - 1))
1427 nr = nray(my_pos)
1443 nr = nray(ip)
1462 DO ir = 1, nray(ip)
1557 nm = MAXVAL(nray(0:np - 1))
1558 nr = nray(my_pos)
1574 nr = nray(ip)
1731 DO ir = 1, nray(my_pos)
1773 DO ir = 1, nray(ip)
1931 DO ir = 1, nray(ip)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/utilities/paw_utilities/
H A Dnwpw_compcharge.F634 integer i,j,nrho,nray,nx,ny,nz
693 > nray,
728 integer nray
729 real*8 Gray(nray)
730 real*8 vlray(nray,2)
731 real*8 tmpray(nray)
754 call dcopy(nray,0.0d0,0,vlray,1)
755 do k=2,nray
821 integer nray
822 real*8 Gray(nray),vlray(nray,2)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/utilities/paw_utilities/
H A Dnwpw_compcharge.F634 integer i,j,nrho,nray,nx,ny,nz
693 > nray,
728 integer nray
729 real*8 Gray(nray)
730 real*8 vlray(nray,2)
731 real*8 tmpray(nray)
754 call dcopy(nray,0.0d0,0,vlray,1)
755 do k=2,nray
821 integer nray
822 real*8 Gray(nray),vlray(nray,2)
[all …]
/dports/graphics/libpillowfight/libpillowfight-dae21f97de872e4ad2e94f1b0fc53302a00259fd/src/pillowfight/
H A D_swt.c191 struct swt_points *ray, *nray; in free_rays() local
192 for (ray = rays, nray = (ray ? ray->next : NULL) ; in free_rays()
194 ray = nray, nray = (nray ? nray->next : NULL)) { in free_rays()
/dports/graphics/py-pypillowfight/pypillowfight-0.3.0/src/pillowfight/
H A D_swt.c191 struct swt_points *ray, *nray; in free_rays() local
192 for (ray = rays, nray = (ray ? ray->next : NULL) ; in free_rays()
194 ray = nray, nray = (nray ? nray->next : NULL)) { in free_rays()
/dports/misc/vxl/vxl-3.3.2/contrib/gel/gevd/
H A Dgevd_contour.cxx826 int nray = 0; in NumConnectedRays() local
830 if (seg->v1()->cast_to_vertex_2d() == &v) nray++; // 1 for 1-chain in NumConnectedRays()
831 if (seg->v2()->cast_to_vertex_2d() == &v) nray++; // 2 for 1-cycle in NumConnectedRays()
833 return nray; in NumConnectedRays()
848 int nray = (nbr ? NumConnectedRays(*nbr) : 0); in DetectTouch() local
849 if (nray > maxray) { in DetectTouch()
850 maxray = nray; // number of rays connected to it in DetectTouch()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dphotons.h331 …ayForPhotons(const FINISH* finish, const Vector3d& ipoint, Ray& ray, Ray& nray, DBL ior, DBL n, co…
H A Dradiosity.cpp568 …Ray nray(ticket, ipoint, direction, Ray::OtherRay, false, false, true); // Build a ray pointing in… in GatherLight() local
575 …DBL depth = trace.TraceRay(nray, temp_full_colour, dummyTransm, weight, false); // Go down in recu… in GatherLight()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/
H A DAUTHORS62 385 nray <navamitaray@gmail.com>
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/psp/
H A Dpaw.F20 integer nx,ny,nz,nrho,nray,npack0
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/psp/
H A Dpaw.F20 integer nx,ny,nz,nrho,nray,npack0
/dports/chinese/ibus-table-chinese/ibus-table-chinese-1.8.3/tables/wubi-haifeng/
H A DCJKa.tab1469 1468 39BB 㦻 nrat nray nray . 541541325111534 .

12345