Home
last modified time | relevance | path

Searched defs:degrees (Results 1 – 25 of 2104) sorted by relevance

12345678910>>...85

/dports/math/igraph/igraph-0.9.5/src/properties/
H A Ddag.c65 igraph_vector_t degrees, neis; in igraph_topological_sorting() local
90 if (VECTOR(degrees)[i] == 0) { in igraph_topological_sorting() local
101 VECTOR(degrees)[node] = -1; in igraph_topological_sorting() local
106 VECTOR(degrees)[(long)VECTOR(neis)[i]]--; in igraph_topological_sorting() local
107 if (VECTOR(degrees)[(long)VECTOR(neis)[i]] == 0) { in igraph_topological_sorting() local
145 igraph_vector_t degrees, neis; in igraph_is_dag() local
164 if (VECTOR(degrees)[i] == 0) { in igraph_is_dag() local
173 VECTOR(degrees)[node] = -1; in igraph_is_dag() local
184 VECTOR(degrees)[nei]--; in igraph_is_dag() local
185 if (VECTOR(degrees)[nei] == 0) { in igraph_is_dag() local
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/
H A DChiSquared.php24 public static function distributionRightTail($value, $degrees)
61 public static function distributionLeftTail($value, $degrees, $cumulative)
104 public static function inverseRightTail($probability, $degrees)
140 public static function inverseLeftTail($probability, $degrees)
201 protected static function degrees(int $rows, int $columns): int function in PhpOffice\\PhpSpreadsheet\\Calculation\\Statistical\\Distributions\\ChiSquared
212 private static function inverseLeftTailCalculation(float $probability, int $degrees): float
240 private static function pchisq($chi2, $degrees)
H A DStudentT.php23 public static function distribution($value, $degrees, $tails)
54 public static function inverse($probability, $degrees)
82 private static function calculateDistribution(float $value, int $degrees, int $tails)
/dports/games/scummvm/scummvm-2.5.1/math/
H A Dangle.cpp30 Angle::Angle(float degrees) : in Angle()
65 void Angle::setDegrees(float degrees) { in setDegrees()
82 float degrees = _degrees; in getDegrees() local
116 Angle &Angle::operator=(float degrees) { in operator =()
128 Angle &Angle::operator+=(float degrees) { in operator +=()
140 Angle &Angle::operator-=(float degrees) { in operator -=()
/dports/games/residualvm/residualvm-0.3.1/math/
H A Dangle.cpp30 Angle::Angle(float degrees) : in Angle()
65 void Angle::setDegrees(float degrees) { in setDegrees()
82 float degrees = _degrees; in getDegrees() local
116 Angle &Angle::operator=(float degrees) { in operator =()
128 Angle &Angle::operator+=(float degrees) { in operator +=()
140 Angle &Angle::operator-=(float degrees) { in operator -=()
/dports/games/jvgs/jvgs-0.5.1-src/src/math/
H A DAffineTransformationMatrix.cpp56 void AffineTransformationMatrix::rotate(float degrees) in rotate()
64 void AffineTransformationMatrix::rotate(float degrees, in rotate()
72 void AffineTransformationMatrix::skewX(float degrees) in skewX()
79 void AffineTransformationMatrix::skewY(float degrees) in skewY()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/Render/
H A DRotator.php26 private $degrees; variable in Icinga\\Chart\\Render\\Rotator
34 public function __construct(Drawable $element, $degrees)
49 private function rotate(RenderContext $ctx, DOMElement $el, $degrees)
/dports/science/py-obspy/obspy-1.2.2/obspy/taup/
H A Dtaup_pierce.py18 def __init__(self, model, phase_list, depth, degrees, receiver_depth=0.0): argument
66 def calculate(self, degrees): argument
75 def calculate_pierce(self, degrees): argument
H A Dtaup_time.py20 def __init__(self, model, phase_list, depth, degrees, receiver_depth=0.0): argument
90 def calculate(self, degrees): argument
99 def calc_time(self, degrees): argument
H A Dseismic_phase.py1009 def calc_time(self, degrees): argument
1037 def calc_pierce(self, degrees): argument
1156 def calc_path(self, degrees): argument
1275 def refine_arrival(self, degrees, ray_index, dist_radian, tolerance, argument
1291 def _refine_arrival(self, degrees, left_estimate, right_estimate, argument
1329 def shoot_ray(self, degrees, ray_param): argument
1384 def linear_interp_arrival(self, degrees, search_dist, left, right): argument
1479 def get_earliest_arrival(cls, rel_phases, degrees): argument
H A Dtaup_path.py17 def calculate(self, degrees): argument
26 def calculate_path(self, degrees): argument
/dports/net/py-geopy/geopy-2.2.0/geopy/
H A Dunits.py13 def degrees(radians=0, arcminutes=0, arcseconds=0): function
27 def radians(degrees=0, arcminutes=0, arcseconds=0): argument
38 def arcminutes(degrees=0, radians=0, arcseconds=0): argument
49 def arcseconds(degrees=0, radians=0, arcminutes=0): argument
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dfixedpoint.h43 static inline WZ_DECL_CONST float RADIANS(float degrees) in RADIANS()
55 #define DEG(degrees) ((degrees) * 8192 / 45) argument
/dports/biology/jalview/jalview/src/MCview/
H A DMCMatrix.java46 public void rotatex(float degrees) in rotatex()
63 public void rotatez(float degrees) in rotatez()
81 public void rotatey(float degrees) in rotatey()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/activeqt/opengl/
H A Dglbox.cpp180 void GLBox::setXRotation( int degrees ) in setXRotation()
191 void GLBox::setYRotation( int degrees ) in setYRotation()
202 void GLBox::setZRotation( int degrees ) in setZRotation()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/units/
H A Dangle.cpp115 Angle Angle::fromDeg(qreal degrees) noexcept { in fromDeg()
121 Angle Angle::fromDeg(const QString& degrees) { in fromDeg()
135 qint32 Angle::degStringToMicrodeg(const QString& degrees) { in degStringToMicrodeg()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtactiveqt/examples/activeqt/opengl/
H A Dglbox.cpp192 void GLBox::setXRotation(int degrees) in setXRotation()
203 void GLBox::setYRotation(int degrees) in setYRotation()
214 void GLBox::setZRotation(int degrees) in setZRotation()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfixp-arith.h48 static inline s32 __fixp_sin32(int degrees) in __fixp_sin32()
72 static inline s32 fixp_sin32(int degrees) in fixp_sin32()
114 int degrees; in fixp_sin32_rad() local
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfixp-arith.h48 static inline s32 __fixp_sin32(int degrees) in __fixp_sin32()
72 static inline s32 fixp_sin32(int degrees) in fixp_sin32()
114 int degrees; in fixp_sin32_rad() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfixp-arith.h48 static inline s32 __fixp_sin32(int degrees) in __fixp_sin32()
72 static inline s32 fixp_sin32(int degrees) in fixp_sin32()
114 int degrees; in fixp_sin32_rad() local
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DgraphTests.c405 int _getImageVertices(graphP theGraph, int *degrees, int maxDegree, in _getImageVertices()
460 int *degrees, int *imageVerts) in _TestForCompleteGraphObstruction()
518 int _TestForK33GraphObstruction(graphP theGraph, int *degrees, int *imageVerts) in _TestForK33GraphObstruction()
609 int degrees[5], imageVerts[6]; in _CheckKuratowskiSubgraphIntegrity() local
641 int _TestForK23GraphObstruction(graphP theGraph, int *degrees, int *imageVerts) in _TestForK23GraphObstruction()
736 int degrees[4], imageVerts[5]; in _CheckOuterplanarObstructionIntegrity() local
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DgraphTests.c405 int _getImageVertices(graphP theGraph, int *degrees, int maxDegree, in _getImageVertices()
460 int *degrees, int *imageVerts) in _TestForCompleteGraphObstruction()
518 int _TestForK33GraphObstruction(graphP theGraph, int *degrees, int *imageVerts) in _TestForK33GraphObstruction()
609 int degrees[5], imageVerts[6]; in _CheckKuratowskiSubgraphIntegrity() local
641 int _TestForK23GraphObstruction(graphP theGraph, int *degrees, int *imageVerts) in _TestForK23GraphObstruction()
736 int degrees[4], imageVerts[5]; in _CheckOuterplanarObstructionIntegrity() local
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/deskew/
H A DOptionsWidget.cpp82 void OptionsWidget::manualDeskewAngleSetExternally(const double degrees) { in manualDeskewAngleSetExternally()
123 const double degrees = spinBoxToDegrees(value); in spinBoxValueChanged() local
191 double OptionsWidget::degreesToSpinBox(const double degrees) { in degreesToSpinBox()
219 void OptionsWidget::UiData::setEffectiveDeskewAngle(const double degrees) { in setEffectiveDeskewAngle()
/dports/deskutils/lumina-pdf/lumina-pdf-645ed591ef91c3607d3ab87dd86f7acfd08b05c9/src-qt5/
H A DRenderer.h30 int degrees; variable
64 void setDegrees(int degrees) { in setDegrees()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Swirl/src/
H A Dswirlelement.cpp44 qreal SwirlElement::degrees() const in degrees() function in SwirlElement
86 auto degrees = qDegreesToRadians(this->d->m_degrees); in iVideoStream() local
120 void SwirlElement::setDegrees(qreal degrees) in setDegrees()

12345678910>>...85