Home
last modified time | relevance | path

Searched refs:elevation (Results 51 – 75 of 4726) sorted by relevance

12345678910>>...190

/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Tests/Calving2D/PROG/
H A Dbedrockfunction_flat.f907 FUNCTION initbedrock(Model, nodenumber, x) RESULT(elevation)
11 REAL (KIND=dp) :: x, elevation local
61 REAL (KIND=dp) :: x, elevation,z0, slope local
64 elevation = z0 - slope*x
73 FUNCTION initbedrock(Model, nodenumber, x) RESULT(elevation)
77 REAL (KIND=dp) :: x, elevation local
83 REAL (KIND=dp) :: x, elevation local
85 elevation = initbedrock(Model, nodenumber, x) + 680.0_dp
/dports/graphics/gpxsee/GPXSee-7.32/src/data/
H A Dwaypoint.cpp10 qreal dem = DEM::elevation(coordinates()); in elevations()
12 return QPair<qreal, qreal>(dem, _show2ndElevation ? elevation() in elevations()
15 return QPair<qreal, qreal>(elevation(), NAN); in elevations()
18 return QPair<qreal, qreal>(elevation(), _show2ndElevation in elevations()
19 ? DEM::elevation(coordinates()) : NAN); in elevations()
21 return QPair<qreal, qreal>(DEM::elevation(coordinates()), NAN); in elevations()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.cross.rast/
H A Dmain.c29 struct Option *input, *output, *elevation; member
92 param.elevation = G_define_option(); in set_params()
93 param.elevation->key = "elevation"; in set_params()
94 param.elevation->type = TYPE_STRING; in set_params()
95 param.elevation->required = YES; in set_params()
96 param.elevation->description = in set_params()
98 param.elevation->gisprompt = "old,cell,raster"; in set_params()
128 double elevation = 0; in rast3d_cross_section() local
170 elevation = intvalue; in rast3d_cross_section()
173 elevation = fvalue; in rast3d_cross_section()
[all …]
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/fragments/ScrollFragment/root/res/values/
H A Dstrings.xml.ftl53 "Resting elevation.\n\n"
55 "All material objects, regardless of size, have a resting elevation, or default elevation "
57 "elevation as soon as possible.\n\n"
61 "The resting elevation for a component type is consistent across apps (e.g., FAB elevation "
66 "Responsive elevation and dynamic elevation offsets.\n\n"
68 "Some component types have responsive elevation, meaning they change elevation in response "
70 "changes are consistently implemented using dynamic elevation offsets.\n"
71 "Dynamic elevation offsets are the goal elevation that a component moves towards, relative "
74 "the same elevation change relative to their resting elevation.\n"
76 "elevation.\n\n"
[all …]
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/activities/ScrollActivity/root/res/values/
H A Dstrings.xml.ftl53 "Resting elevation.\n\n"
55 "All material objects, regardless of size, have a resting elevation, or default elevation "
57 "elevation as soon as possible.\n\n"
61 "The resting elevation for a component type is consistent across apps (e.g., FAB elevation "
66 "Responsive elevation and dynamic elevation offsets.\n\n"
68 "Some component types have responsive elevation, meaning they change elevation in response "
70 "changes are consistently implemented using dynamic elevation offsets.\n"
71 "Dynamic elevation offsets are the goal elevation that a component moves towards, relative "
74 "the same elevation change relative to their resting elevation.\n"
76 "elevation.\n\n"
[all …]
/dports/astro/mkgmap/mkgmap-r4608/examples/styles/default/inc/
H A Dcontour_lines1 # Contours take their name from the elevation setting.
2 contour=elevation & contour_ext=elevation_minor
5 contour=elevation & contour_ext=elevation_medium
8 contour=elevation & contour_ext=elevation_major
11 contour=elevation | contour_ext=elevation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/
H A Dhrtf_elevation.cc102 int elevation, in CalculateKernelsForAzimuthElevation() argument
114 DCHECK_GE(elevation, -45); in CalculateKernelsForAzimuthElevation()
115 DCHECK_LE(elevation, 90); in CalculateKernelsForAzimuthElevation()
116 DCHECK_EQ((elevation / 15) * 15, elevation); in CalculateKernelsForAzimuthElevation()
118 int positive_elevation = elevation < 0 ? elevation + 360 : elevation; in CalculateKernelsForAzimuthElevation()
226 int elevation, in CreateForSubject() argument
228 DCHECK_GE(elevation, -45); in CreateForSubject()
229 DCHECK_LE(elevation, 90); in CreateForSubject()
230 DCHECK_EQ((elevation / 15) * 15, elevation); in CreateForSubject()
242 int actual_elevation = std::min(elevation, max_elevation); in CreateForSubject()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/
H A Dhrtf_elevation.cc102 int elevation, in CalculateKernelsForAzimuthElevation() argument
114 DCHECK_GE(elevation, -45); in CalculateKernelsForAzimuthElevation()
115 DCHECK_LE(elevation, 90); in CalculateKernelsForAzimuthElevation()
116 DCHECK_EQ((elevation / 15) * 15, elevation); in CalculateKernelsForAzimuthElevation()
118 int positive_elevation = elevation < 0 ? elevation + 360 : elevation; in CalculateKernelsForAzimuthElevation()
226 int elevation, in CreateForSubject() argument
228 DCHECK_GE(elevation, -45); in CreateForSubject()
229 DCHECK_LE(elevation, 90); in CreateForSubject()
230 DCHECK_EQ((elevation / 15) * 15, elevation); in CreateForSubject()
242 int actual_elevation = std::min(elevation, max_elevation); in CreateForSubject()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DLabelController.java65 private Float elevation; field in LabelController
104 this.elevation = 0f; in LabelController()
214 elevation = null; in updateProperties()
218 setElevation(elevation); in updateProperties()
383 if (elevation != this.elevation) { in setElevation()
385 this.elevation = elevation; in setElevation()
394 return this.elevation; in getElevation()
600 this.elevation = elevation; in LabelModificationUndoableEdit()
660 if (elevation != null) { in doModifyLabels()
661 label.setElevation(elevation); in doModifyLabels()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DGCATTropModel.hpp115 virtual double correction(double elevation) const;
194 virtual double mapping_function(double elevation) const;
203 virtual double dry_mapping_function(double elevation) const in dry_mapping_function()
204 { return mapping_function(elevation); }; in dry_mapping_function()
214 virtual double wet_mapping_function(double elevation) const in wet_mapping_function()
215 { return mapping_function(elevation); }; in wet_mapping_function()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/MATLAB_Tools/shellgui/
H A Dshellgui.m76 global a b c n azimuth elevation
103 global a b c n azimuth elevation
118 global a b c n azimuth elevation
124 elevation = 10 ; variable
139 global a b c n azimuth elevation
167 global a b c n azimuth elevation
194 global a b c n azimuth elevation
220 global a b c n azimuth elevation
244 global a b c n azimuth elevation
255 global a b c n azimuth elevation
[all …]

12345678910>>...190