Home
last modified time | relevance | path

Searched refs:zscale (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/rt_tddft/rtutils/
H A Drt_tddft_renormalize.F34 double complex :: ztrace, zscale
53 zscale = nelec_alpha / dtrace
54 call ga_scale (g_zdens_mo, zscale)
57 $ " density matrix by ", zscale
74 zscale = nelec_beta / dtrace
75 call ga_scale (g_zdens_mo, zscale)
78 $ " density matrix by ", zscale
95 zscale = nelec_total / dtrace
96 call ga_scale (g_zdens_mo, zscale)
99 $ " density matrix by ", zscale
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/rt_tddft/rtutils/
H A Drt_tddft_renormalize.F34 double complex :: ztrace, zscale
53 zscale = nelec_alpha / dtrace
54 call ga_scale (g_zdens_mo, zscale)
57 $ " density matrix by ", zscale
74 zscale = nelec_beta / dtrace
75 call ga_scale (g_zdens_mo, zscale)
78 $ " density matrix by ", zscale
95 zscale = nelec_total / dtrace
96 call ga_scale (g_zdens_mo, zscale)
99 $ " density matrix by ", zscale
/dports/science/cgribex/cgribex-1.9.4/src/
H A Ddecode_array.tmpl8 T fmin, T zscale, T *restrict fpdata)
36 fpdata[i] = fmin + zscale*fpdata[i];
78 fpdata[i] = (T)(fmin + zscale*jj);
101 fpdata[i] = fmin + zscale * ui16;
139 fpdata[i] = fmin + zscale * dval;
145 fpdata[i] = fmin + zscale * dval;
152 fpdata[i] = fmin + zscale * dval;
159 fpdata[i] = fmin + zscale * dval;
186 fpdata[i] = fmin + zscale * dval;
197 fpdata[i] = fmin + zscale * dval;
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dselect.c58 float zscale = (float)(~0u); in draw_objects() local
84 ReferenceHitEntries[1][MIN_Z] = (GLuint)roundf(zscale * ((1 - 0.5)*0.5)); in draw_objects()
85 ReferenceHitEntries[1][MAX_Z] = (GLuint)roundf(zscale * ((1 - 0.4)*0.5)); in draw_objects()
103 ReferenceHitEntries[2][MIN_Z] = (GLuint)roundf(zscale * ((1 - 0.2)*0.5)); in draw_objects()
117 float zscale = (float)(~0u); in compare_hit_record() local
128 diffz = abs(hit1[MIN_Z] - hit2[MIN_Z])/zscale; in compare_hit_record()
134 hit1[MIN_Z] / zscale, in compare_hit_record()
135 hit2[MIN_Z] / zscale, in compare_hit_record()
140 diffz = abs(hit1[MAX_Z] - hit2[MAX_Z])/zscale; in compare_hit_record()
146 hit1[MAX_Z] / zscale, in compare_hit_record()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_04_dxf_high_level_structs/
H A Dtest_414_explode_blockrefs.py225 def test_07_rotated_and_reflected_curves(zscale, is_arc): argument
226 scale = Vec3(1, 1, zscale)
229 _check_curve(ellipse, Vec3(1, 0, 0), Vec3(0, 1, 0), Vec3(0, 0, zscale))
232 _check_curve(ellipse, Vec3(0, 1, 0), Vec3(-1, 0, 0), Vec3(0, 0, zscale))
238 _check_curve(ellipse, Vec3(0, -1, 0), Vec3(1, 0, 0), Vec3(0, 0, zscale))
240 scale = Vec3(1, -1, zscale)
246 _check_curve(ellipse, Vec3(0, 1, 0), Vec3(1, 0, 0), Vec3(0, 0, zscale))
254 scale = Vec3(-1, 1, zscale)
266 _check_curve(ellipse, Vec3(0, 1, 0), Vec3(1, 0, 0), Vec3(0, 0, zscale))
268 scale = Vec3(-1, -1, zscale)
[all …]
/dports/games/spring/spring_98.0/rts/Game/Camera/
H A DOverheadController.cpp26 , zscale(0.5f) in COverheadController()
95 zscale *= (1.0f + (0.01f * move * tiltSpeed * shiftSpeed)); in MouseWheelMove()
96 zscale = Clamp(zscale, 0.05f, 10.0f); in MouseWheelMove()
142 zscale = 0.5f; in MouseWheelMove()
158 dir = float3(0.0f, -1.0f, flipped ? zscale : -zscale).ANormalize(); in UpdateVectors()
195 sm["zscale"] = zscale; in GetState()
204 SetStateFloat(sm, "zscale", zscale); in SetState()
H A DSmoothController.cpp29 , zscale(0.5f) in SmoothController()
141 zscale *= (1.0f + (0.01f * move * tiltSpeed * shiftSpeed)); in MouseWheelMove()
142 zscale = Clamp(zscale, 0.05f, 10.0f); in MouseWheelMove()
188 zscale = 0.5f; in MouseWheelMove()
204 dir = float3(0.0f, -1.0f, flipped ? zscale : -zscale).ANormalize(); in UpdateVectors()
244 sm["zscale"] = zscale; in GetState()
253 SetStateFloat(sm, "zscale", zscale); in SetState()
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dfeature.c30 double a = C_A * zscale, /* Scale parameters if necessary. */ in feature()
31 b = C_B * zscale, in feature()
32 c = C_C * zscale, d = C_D * zscale, e = C_E * zscale; in feature()
H A Dparam.c28 double a = C_A * zscale, /* Rescale coefficients if a */ in param()
29 b = C_B * zscale, /* Z scaling is required. */ in param()
30 c = C_C * zscale, d = C_D * zscale, e = C_E * zscale, f = C_F; /* f does not need rescaling as */ in param()
/dports/databases/grass7/grass-7.8.6/vector/v.transform/
H A Dmain.c48 *xscale, *yscale, *zscale, *zrot, *columns, *field_opt; in main() local
158 zscale = G_define_option(); in main()
159 zscale->key = "zscale"; in main()
160 zscale->type = TYPE_DOUBLE; in main()
161 zscale->required = NO; in main()
162 zscale->multiple = NO; in main()
163 zscale->description = _("Scaling factor for z coordinates"); in main()
164 zscale->answer = "1.0"; in main()
165 zscale->guisection = _("Custom"); in main()
226 else if (strcmp(tokens[0], zscale->key) == 0) in main()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddisplace_atoms.cpp113 double xscale,yscale,zscale; in command() local
117 zscale = domain->lattice->zlattice; in command()
119 else xscale = yscale = zscale = 1.0; in command()
127 double delz = zscale*force->numeric(FLERR,arg[4]); in command()
160 d_lo = zscale*force->numeric(FLERR,arg[3]); in command()
161 d_hi = zscale*force->numeric(FLERR,arg[4]); in command()
178 coord_lo = zscale*force->numeric(FLERR,arg[6]); in command()
179 coord_hi = zscale*force->numeric(FLERR,arg[7]); in command()
203 double dz = zscale*force->numeric(FLERR,arg[4]); in command()
242 point[2] = zscale*force->numeric(FLERR,arg[4]); in command()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Dprocedural_transform.lua10 function procedural.transform.wrapped_cylinder(source,period,radius,zscale,zoff)
12 if zscale == nil then zscale = 1 end
20 return source(math.sin(a) * radius, y, math.cos(a) * radius * zscale + x * zoff)
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dinfo.c94 double zscale, struct Cell_head *region) in scan_bounds() argument
151 fprintf(stdout, "z: %11f %11f\n", min_z * zscale, max_z * zscale); in scan_bounds()
155 max_y, min_y, max_x, min_x, min_z * zscale, in scan_bounds()
156 max_z * zscale); in scan_bounds()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Dinfo.c95 double zscale, struct Cell_head *region) in scan_bounds() argument
152 fprintf(stdout, "z: %11f %11f\n", min_z * zscale, max_z * zscale); in scan_bounds()
156 max_y, min_y, max_x, min_x, min_z * zscale, in scan_bounds()
157 max_z * zscale); in scan_bounds()
/dports/science/yoda/YODA-1.9.1/include/YODA/
H A DDbn3D.h133 void scaleZ(double zscale) { in scaleZ() argument
134 _dbnZ.scaleX(zscale); in scaleZ()
135 _sumWXZ *= zscale; in scaleZ()
136 _sumWYZ *= zscale; in scaleZ()
162 void scaleXYZ(double xscale, double yscale, double zscale) { in scaleXYZ() argument
165 scaleZ(zscale); in scaleXYZ()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Ddisplace_atoms.cpp102 double xscale,yscale,zscale; in command() local
106 zscale = domain->lattice->zlattice; in command()
108 else xscale = yscale = zscale = 1.0; in command()
115 move(2,arg[4],zscale); in command()
136 d_lo = zscale*utils::numeric(FLERR,arg[3],false,lmp); in command()
137 d_hi = zscale*utils::numeric(FLERR,arg[4],false,lmp); in command()
154 coord_lo = zscale*utils::numeric(FLERR,arg[6],false,lmp); in command()
155 coord_hi = zscale*utils::numeric(FLERR,arg[7],false,lmp); in command()
183 double dz = zscale*utils::numeric(FLERR,arg[4],false,lmp); in command()
223 point[2] = zscale*utils::numeric(FLERR,arg[4],false,lmp); in command()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/tests/
H A Dtest_backproject_dem.cxx34 double zscale = rpc_cam->scale(vpgl_rational_camera<double>::Z_INDX); in test_backproject_dem() local
35 double zmax = zoff + zscale; in test_backproject_dem()
36 double zmin = zoff - zscale; in test_backproject_dem()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/rt_tddft/propagators/
H A Dprop_magnus_exp_bch_scaled.F72 double complex zscale
104 zscale = dcmplx (scale_val)
107 call ga_scale (g_w_scale, zscale)
111 zscale = dcmplx (scale_val)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/rt_tddft/propagators/
H A Dprop_magnus_exp_bch_scaled.F72 double complex zscale
104 zscale = dcmplx (scale_val)
107 call ga_scale (g_w_scale, zscale)
111 zscale = dcmplx (scale_val)
/dports/databases/grass7/grass-7.8.6/vector/v.out.vtk/
H A Dmain.c41 double zscale = 1.0, llscale = 1.0; in main() local
143 sscanf(scale->answer, "%lf", &zscale); in main()
147 zscale /= llscale; in main()
148 printf("Scale %g\n", zscale); in main()
238 write_vtk(ascii, &Map, layer, types, typenum, dp, zscale, numatts->answer, 0 ); in main()
/dports/graphics/volpack/volpack-1.0b3/examples/
H A Dscalevolume.c48 double xscale, yscale, zscale; /* scale factors */ local
69 zscale = atof(argv[5]);
96 dst_zlen = src_zlen * zscale;
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplwind.c142 PLFLT cx, cy, saz, caz, salt, calt, zscale; in c_plw3d() local
176 zscale = height / ( zmax_adjusted - zmin_adjusted ); in c_plw3d()
186 plsc->zzscl = zscale; in c_plw3d()
236 plsc->cyz = zscale * calt; in c_plw3d()
239 plsc->czz = zscale * salt; in c_plw3d()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplwind.c142 PLFLT cx, cy, saz, caz, salt, calt, zscale; in c_plw3d() local
176 zscale = height / ( zmax_adjusted - zmin_adjusted ); in c_plw3d()
186 plsc->zzscl = zscale; in c_plw3d()
236 plsc->cyz = zscale * calt; in c_plw3d()
239 plsc->czz = zscale * salt; in c_plw3d()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_export_dxf/primitive_exporters/
H A Dinsert_exporter.py62 zscale=sizeZ
69 xscale=xscale,yscale=yscale,zscale=zscale,\
/dports/games/spring/spring_98.0/rts/Sim/Path/Default/
H A DPathHeatMap.cpp28 zscale = std::max(1, std::min(gs->hmapy, int(scalez))); in PathHeatMap()
30 zsize = gs->hmapy / zscale; in PathHeatMap()
45 hmz >>= zscale; in GetHeatMapIndex()

12345678910>>...19