Home
last modified time | relevance | path

Searched refs:degrees (Results 476 – 500 of 25154) sorted by relevance

1...<<11121314151617181920>>...1007

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Format/
H A DFormatDegreesMinutesSecondsPolarTheta.cpp72 int degrees = qFloor (value); in formatOutputDegreesMinutes() local
73 value -= degrees; in formatOutputDegreesMinutes()
75 degrees *= (negative ? -1.0 : 1.0); in formatOutputDegreesMinutes()
78 .arg (degrees) in formatOutputDegreesMinutes()
H A DFormatDegreesMinutesSecondsBase.cpp38 int degrees = qFloor (value); in formatOutputDegreesMinutesSeconds() local
39 value -= degrees; in formatOutputDegreesMinutesSeconds()
43 degrees *= (negative ? -1.0 : 1.0); in formatOutputDegreesMinutesSeconds()
46 .arg (degrees) in formatOutputDegreesMinutesSeconds()
64 int degrees = qFloor (value); in formatOutputDegreesMinutesSecondsNsew() local
65 value -= degrees; in formatOutputDegreesMinutesSecondsNsew()
78 .arg (degrees) in formatOutputDegreesMinutesSecondsNsew()
/dports/misc/mnn/MNN-1.2.0/demo/android/app/src/main/java/com/taobao/android/mnndemo/
H A DCameraView.java121 int degrees = 0; in setCameraDisplayOrientation() local
124 degrees = 0; in setCameraDisplayOrientation()
127 degrees = 90; in setCameraDisplayOrientation()
130 degrees = 180; in setCameraDisplayOrientation()
133 degrees = 270; in setCameraDisplayOrientation()
136 degrees = 0; in setCameraDisplayOrientation()
144 result = (info.orientation + degrees) % 360; in setCameraDisplayOrientation()
147 result = (info.orientation - degrees + 360) % 360; in setCameraDisplayOrientation()
/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dangle.rs54 fn degrees(&self) -> CSSFloat { in degrees() method
111 ComputedAngle::from_degrees(self.degrees()) in to_computed_value()
117 value: AngleDimension::Deg(computed.degrees()), in from_computed_value()
149 pub fn degrees(&self) -> CSSFloat { in degrees() method
150 self.value.degrees() in degrees()
157 self.value.degrees() * RAD_PER_DEG in radians()
167 pub fn from_calc(degrees: CSSFloat) -> Self { in from_calc()
169 value: AngleDimension::Deg(degrees), in from_calc()
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/Action/
H A DFileGalleryImageOverlay.php311 list($degrees, $minutes, $seconds) = $coordinate;
314 $coordinateDD = sprintf("%.4f", $sign * ($degrees + $minutes / 60 + $seconds / 3600));
317 $minutes += 60 * ($degrees - floor($degrees));
318 $degrees = floor($degrees);
328 $degrees += floor($minutes / 60.0);
332 $coordinateDMS = sprintf("%d° %d' %.3f'' %s", $degrees, $minutes, $seconds, $hemisphere);
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Ddist_graph_create.c38 const int degrees[], const int destinations[], const int weights[], in MPI_Dist_graph_create() argument
58 } else if (n > 0 && (NULL == sources || NULL == degrees || in MPI_Dist_graph_create()
68 } else if (degrees[i] < 0) { in MPI_Dist_graph_create()
72 for( j = 0; j < degrees[i]; ++j ) { in MPI_Dist_graph_create()
91 err = topo->topo.dist_graph.dist_graph_create(topo, comm_old, n, sources, degrees, in MPI_Dist_graph_create()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Ddist_graph_create.c38 const int degrees[], const int destinations[], const int weights[], in MPI_Dist_graph_create() argument
58 } else if (n > 0 && (NULL == sources || NULL == degrees || in MPI_Dist_graph_create()
68 } else if (degrees[i] < 0) { in MPI_Dist_graph_create()
72 for( j = 0; j < degrees[i]; ++j ) { in MPI_Dist_graph_create()
91 err = topo->topo.dist_graph.dist_graph_create(topo, comm_old, n, sources, degrees, in MPI_Dist_graph_create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/
H A Ddisplay.cc185 display::Display::Rotation Display::DegreesToRotation(int degrees) { in DegreesToRotation() argument
186 if (degrees == 0) in DegreesToRotation()
188 if (degrees == 90) in DegreesToRotation()
190 if (degrees == 180) in DegreesToRotation()
192 if (degrees == 270) in DegreesToRotation()
215 bool Display::IsValidRotation(int degrees) { in IsValidRotation() argument
216 return degrees == 0 || degrees == 90 || degrees == 180 || degrees == 270; in IsValidRotation()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-9/doc/
H A Dresults.dox10 Number of degrees of freedom: 1681
15 Number of degrees of freedom: 3537
20 Number of degrees of freedom: 6734
25 Number of degrees of freedom: 14105
30 Number of degrees of freedom: 27462
35 Number of degrees of freedom: 55044
40 Number of degrees of freedom: 108492
45 Number of degrees of freedom: 210612
50 Number of degrees of freedom: 406907
55 Number of degrees of freedom: 780591
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/
H A Ddisplay.cc186 display::Display::Rotation Display::DegreesToRotation(int degrees) { in DegreesToRotation() argument
187 if (degrees == 0) in DegreesToRotation()
189 if (degrees == 90) in DegreesToRotation()
191 if (degrees == 180) in DegreesToRotation()
193 if (degrees == 270) in DegreesToRotation()
216 bool Display::IsValidRotation(int degrees) { in IsValidRotation() argument
217 return degrees == 0 || degrees == 90 || degrees == 180 || degrees == 270; in IsValidRotation()
/dports/math/octave-forge-mapping/mapping-1.4.1/inst/
H A Ddistance.m31 ## Units can be either "degrees" (the default) or "radians", just the first
49 ## Uses "spherical cosine formula" for distances > 25-40 degrees,
54 ## default units are degrees
55 units = "degrees";
79 if (! strncmpi (units, "degrees", luni) && ! strncmpi (units, "radians", luni))
80 error ("distance: only degrees and radians are allowed as units");
86 if (strcmp (units, "degrees"))
100 if (strncmpi (units, "degrees", luni))
110 ## convert to degrees if desired
111 if (strncmpi (units, "degrees", luni))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/
H A Ds1angle.cc33 double degrees = a.degrees(); in operator <<() local
35 int sz = snprintf(buffer, sizeof(buffer), "%.7f", degrees); in operator <<()
39 return os << degrees; in operator <<()
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/RegularCWComplexes/
H A DfilteredCW.gi239 Y!.degrees:=[];
241 Y!.degrees[i]:=List([1..Y!.filteredDimension(1,i-1)],a->1);
246 Y!.degrees[i][j]:=t;
262 if Y!.degrees[n+1][i]>F then return [false]; fi;
263 if F>1 and Y!.degrees[n+1][i]<F then return [false]; fi;
265 cnt:=Filtered(cnt,x->Y!.degrees[n+2][x]<=F);
267 Y!.degrees[n+1][i]:=Y!.degrees[n+1][i]+1;
268 Y!.degrees[n+2][cnt[1]]:=Y!.degrees[n+2][cnt[1]]+1;
336 cnt[d][Y!.degrees[d][i]]:=1*cnt[d][Y!.degrees[d][i]]+1;
356 cnt[d][Y!.degrees[d][i]]:=1*cnt[d][Y!.degrees[d][i]]+1;
[all …]
/dports/cad/stepcode/stepcode-0.8/test/p21/
H A Dselect_segfault_210e3.stp21 PLANE_ANGLE_MEASURE_WITH_UNIT()REPRESENTATION_ITEM('0 degrees'));
23 PLANE_ANGLE_MEASURE_WITH_UNIT()REPRESENTATION_ITEM('90 degrees'));
25 PLANE_ANGLE_MEASURE_WITH_UNIT()REPRESENTATION_ITEM('180 degrees'));
27 PLANE_ANGLE_MEASURE_WITH_UNIT()REPRESENTATION_ITEM('270 degrees'));
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/Private/
H A Dqquickmathutils.cpp57 qreal QQuickMathUtils::degToRad(qreal degrees) const { in degToRad()
58 return qDegreesToRadians(degrees); in degToRad()
70 qreal QQuickMathUtils::degToRadOffset(qreal degrees) const { in degToRadOffset()
71 return qDegreesToRadians(degrees - 90); in degToRadOffset()
/dports/math/gap/gap-4.11.0/pkg/recog-1.3.2/contrib/akos/
H A Ddown.g17 local d,q,g,i, r, pol, factors, degrees, newdim, power, rr, ss;
31 degrees:=AsSortedList(List(factors,Degree));
32 newdim:=first(degrees);
36 degrees:=Filtered(degrees, x->x<>newdim);
37 power:=q^10*Lcm(List(degrees, x->q^x-1));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc34 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees() argument
36 switch (degrees) { in RotationFromDegrees()
57 int* degrees) { in RotationInDegrees() argument
60 *degrees = 0; in RotationInDegrees()
63 *degrees = 90; in RotationInDegrees()
66 *degrees = 180; in RotationInDegrees()
69 *degrees = 270; in RotationInDegrees()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Geometry/
H A Dtensors.c177 int degrees[], in spline_tensor_product() argument
203 if( degrees[d] < 2 ) in spline_tensor_product()
207 degrees[d] ); in spline_tensor_product()
210 if( degrees[d] > max_degree ) in spline_tensor_product()
211 max_degree = degrees[d]; in spline_tensor_product()
215 total_values *= degrees[d]; in spline_tensor_product()
262 deg = degrees[d]; in spline_tensor_product()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_capture/
H A Dvideo_capture_impl.cc34 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees() argument
36 switch (degrees) { in RotationFromDegrees()
57 int* degrees) { in RotationInDegrees() argument
60 *degrees = 0; in RotationInDegrees()
63 *degrees = 90; in RotationInDegrees()
66 *degrees = 180; in RotationInDegrees()
69 *degrees = 270; in RotationInDegrees()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc34 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees() argument
36 switch (degrees) { in RotationFromDegrees()
57 int* degrees) { in RotationInDegrees() argument
60 *degrees = 0; in RotationInDegrees()
63 *degrees = 90; in RotationInDegrees()
66 *degrees = 180; in RotationInDegrees()
69 *degrees = 270; in RotationInDegrees()
/dports/science/minc2/minc-release-2.2.00/volume_io/Geometry/
H A Dtensors.c174 int degrees[], in spline_tensor_product() argument
200 if( degrees[d] < 2 ) in spline_tensor_product()
204 degrees[d] ); in spline_tensor_product()
207 if( degrees[d] > max_degree ) in spline_tensor_product()
208 max_degree = degrees[d]; in spline_tensor_product()
212 total_values *= degrees[d]; in spline_tensor_product()
259 deg = degrees[d]; in spline_tensor_product()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc42 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees() argument
44 switch (degrees) { in RotationFromDegrees()
64 int* degrees) { in RotationInDegrees() argument
67 *degrees = 0; in RotationInDegrees()
70 *degrees = 90; in RotationInDegrees()
73 *degrees = 180; in RotationInDegrees()
76 *degrees = 270; in RotationInDegrees()
/dports/net/py-geopy/geopy-2.2.0/geopy/
H A Dpoint.py325 def parse_degrees(cls, degrees, arcminutes, arcseconds, direction=None): argument
332 degrees = float(degrees)
333 negative = degrees < 0
338 more = units.degrees(arcminutes=arcminutes, arcseconds=arcseconds)
340 degrees -= more
342 degrees += more
345 return degrees
347 return -degrees
/dports/x11-toolkits/ntk/ntk/src/
H A DCairo_Theme.cxx60 double degrees = M_PI / 180.0; in rect_path() local
65 cairo_arc (cr, x + w - radius, y + radius, radius, -90 * degrees, 0 * degrees); in rect_path()
66 cairo_arc (cr, x + w - radius, y + h - radius, radius, 0 * degrees, 90 * degrees); in rect_path()
67 cairo_arc (cr, x + radius, y + h - radius, radius, 90 * degrees, 180 * degrees); in rect_path()
68 cairo_arc (cr, x + radius, y + radius, radius, 180 * degrees, 270 * degrees); in rect_path()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/hwmon/
H A Dds1621.rst107 and 80 degrees respectively).
125 - DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees)
126 - DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees)
127 - DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees)
128 - DS1721: +/- 1.0 degree Celsius (from -10 to +85 degrees)
129 - DS1731: +/- 1.0 degree Celsius (from -10 to +85 degrees)
146 0 0 9 bits, 0.5 degrees Celsius
147 1 0 10 bits, 0.25 degrees Celsius
148 0 1 11 bits, 0.125 degrees Celsius
149 1 1 12 bits, 0.0625 degrees Celsius
[all …]

1...<<11121314151617181920>>...1007