Home
last modified time | relevance | path

Searched defs:maxAbs (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/quadtree/
H A DIntervalSize.java47 double maxAbs = Math.max(Math.abs(min), Math.abs(max)); in isZeroWidth() local
/dports/graphics/geos/geos-3.9.1/src/index/quadtree/
H A DIntervalSize.cpp40 double maxAbs = max(fabs(mn), fabs(mx)); in isZeroWidth() local
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/props/Norm/
H A DMax.hpp21 Real maxAbs = 0; in MaxNorm() local
44 Real maxAbs = 0; in HermitianMaxNorm() local
/dports/math/cgal/CGAL-5.3/include/CGAL/CORE/
H A DFilter.h53 double maxAbs; // if (|fpVal| > maxAbs * ind * 2^{-53}) then variable
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/QuadMeshingTools/
H A DarrayGeometry.h22 …inline double maxAbs(double x, double y, double z) { return std::max(std::abs(x),std::max(std::abs… in maxAbs() function
32 inline double maxAbs (const vec3& a) { return maxAbs(a[0],a[1],a[2]); } in maxAbs() function
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/feature/
H A DMaxAbsScaler.scala80 val maxAbs = Array.tabulate(n) { i => math.max(math.abs(minVals(i)), math.abs(maxVals(i))) } constant
/dports/security/helib/HElib-1.3.1/src/
H A Dtapprox.cpp51 double maxAbs = 0.0; in calcMaxRelDiff() local
95 double maxAbs = 0.0; in debugCompare() local
159 double maxAbs = 0.0; in resetPtxtMag() local
/dports/devel/bullet/bullet3-3.21/src/BulletInverseDynamics/
H A DIDMath.cpp54 idScalar maxAbs(const vecx &v) in maxAbs() function
68 idScalar maxAbs(const vec3 &v) in maxAbs() function
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletInverseDynamics/
H A DIDMath.cpp54 idScalar maxAbs(const vecx &v) in maxAbs() function
68 idScalar maxAbs(const vec3 &v) in maxAbs() function
/dports/devel/py-bullet3/bullet3-3.21/src/BulletInverseDynamics/
H A DIDMath.cpp54 idScalar maxAbs(const vecx &v) in maxAbs() function
68 idScalar maxAbs(const vec3 &v) in maxAbs() function
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletInverseDynamics/
H A DIDMath.cpp54 idScalar maxAbs(const vecx &v) in maxAbs() function
68 idScalar maxAbs(const vec3 &v) in maxAbs() function
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/floats/constraints/
H A DIntervalGaussSeidel.java81 double maxAbs(FloatInterval v) { in maxAbs() method in IntervalGaussSeidel
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizers/src/
H A DitkAmoebaOptimizer.cxx249 double maxAbs = 0.0; in StartOptimization() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizersv4/src/
H A DitkAmoebaOptimizerv4.cxx217 double maxAbs = 0.0; in StartOptimization() local
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/raster/
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/raster/
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/raster/
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 { func
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A Dtapprox1.cpp34 double maxAbs = NextPow2(Norm(p)); in resetPtxtMag() local
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshOctreeLibOL.cpp50 inline double maxAbs(double x, double y, double z) in maxAbs() function
54 inline double maxAbs(const vec3 &a) { return maxAbs(a[0], a[1], a[2]); } in maxAbs() function
/dports/security/helib/HElib-1.3.1/tests/
H A DGTestApproxNums.cpp76 double maxAbs = 0.0; in calcMaxRelDiff() local
165 double maxAbs = helib::NextPow2(helib::Norm(p)); in resetPtxtMag() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c276 int16_t ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs; in WebRtcIsacfix_DecodePlcImpl() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c276 int16_t ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs; in WebRtcIsacfix_DecodePlcImpl() local
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_isac/fix/
H A Ddecode_plc.c278 WebRtc_Word16 ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs; in WebRtcIsacfix_DecodePlcImpl() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c276 int16_t ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs; in WebRtcIsacfix_DecodePlcImpl() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c276 int16_t ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs; in WebRtcIsacfix_DecodePlcImpl() local

12