Home
last modified time | relevance | path

Searched +defs:diff +defs:degrees (Results 1 – 25 of 126) sorted by relevance

123456

/dports/games/xsc/xsc-1.6/
H A Dtrig.C70 Trig::xsin(const float degrees) in xsin()
77 Trig::xcos(const float degrees) in xcos()
95 float diff = fabs(t - h); in wedge() local
/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()
57 int* degrees) { in RotationInDegrees()
269 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/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()
57 int* degrees) { in RotationInDegrees()
269 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/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()
57 int* degrees) { in RotationInDegrees()
269 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/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()
64 int* degrees) { in RotationInDegrees()
279 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc42 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees()
65 int* degrees) { in RotationInDegrees()
275 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc42 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees()
65 int* degrees) { in RotationInDegrees()
275 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc42 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees()
65 int* degrees) { in RotationInDegrees()
275 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_capture/
H A Dvideo_capture_impl.cc34 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees, in RotationFromDegrees()
57 int* degrees) { in RotationInDegrees()
295 int64_t diff = (now_ns - _incomingFrameTimesNanos[num - 1]) / in CalculateFrameRate() local
/dports/comms/splat/splat-1.4.2/utils/
H A Dbearing.c64 int degrees, minutes, seconds; in dec2dms() local
119 beta, azimuth, diff, num, den, fraction; in Azimuth() local
178 int a, b, length, degrees, minutes; in ReadBearing() local
/dports/games/eureka/eureka-1.27b-source/src/
H A De_things.cc38 int calc_new_angle(int angle, int diff) in calc_new_angle()
54 int degrees = atoi(EXEC_Param[0]); in CMD_TH_SpinThings() local
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/tests/
H A Dex9.c45 PetscInt *degrees; in testDerivativesLegendre() local
164 PetscReal diff = lgndre_jet[i] - pkd_jet[i]; in testDerivativesLegendre() local
/dports/math/igraph/igraph-0.9.5/src/misc/
H A Dfeedback_arc_set.c150 igraph_vector_t degrees; in igraph_i_feedback_arc_set_undirected() local
198 igraph_real_t diff, maxdiff; in igraph_i_feedback_arc_set_eades() local
/dports/math/R-cran-igraph/igraph/src/
H A Dfeedback_arc_set.c153 igraph_vector_t degrees; in igraph_i_feedback_arc_set_undirected() local
201 igraph_real_t diff, maxdiff; in igraph_i_feedback_arc_set_eades() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestRotateMethods.java163 double degrees = quad * 90.0; in test() local
348 double diff = Math.abs(val1 - val2); in ulps() local
/dports/misc/mnn/MNN-1.2.0/source/cv/
H A DMatrix_CV.cpp39 #define SkDegreesToRadians(degrees) ((degrees) * (SK_ScalarPI / 180)) argument
291 void Matrix::setRotate(float degrees, float px, float py) { in setRotate()
299 void Matrix::setRotate(float degrees) { in setRotate()
307 void Matrix::preRotate(float degrees, float px, float py) { in preRotate()
313 void Matrix::preRotate(float degrees) { in preRotate()
319 void Matrix::postRotate(float degrees, float px, float py) { in postRotate()
325 void Matrix::postRotate(float degrees) { in postRotate()
416 float diff; in setRectToRect() local
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dfader.c71 double degrees = G_PI / 180.0; in G_DEFINE_TYPE() local
255 double diff = in drag_update() local
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dsumtype.d25 struct Fahrenheit { double degrees; } member
26 struct Celsius { double degrees; } variable
27 struct Kelvin { double degrees; } member
180 alias diff = partial!(binOp, Op.Minus); variable

123456