Home
last modified time | relevance | path

Searched refs:isNotZero (Results 1 – 25 of 76) sorted by relevance

1234

/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/tests/
H A DPoint.cpp35 DISTRHO_ASSERT_EQUAL(p.isNotZero(), false, "point start is for sure zero"); in runTestsPerType()
41 DISTRHO_ASSERT_EQUAL(p.isNotZero(), true, "point after custom X is for sure not zero"); in runTestsPerType()
47 … DISTRHO_ASSERT_EQUAL(p.isNotZero(), true, "point after custom X and Y is for sure not zero"); in runTestsPerType()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/tests/
H A DPoint.cpp35 DISTRHO_ASSERT_EQUAL(p.isNotZero(), false, "point start is for sure zero"); in runTestsPerType()
41 DISTRHO_ASSERT_EQUAL(p.isNotZero(), true, "point after custom X is for sure not zero"); in runTestsPerType()
47 … DISTRHO_ASSERT_EQUAL(p.isNotZero(), true, "point after custom X and Y is for sure not zero"); in runTestsPerType()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/MATHS/
H A Dline3.h272 if (Maths::isNotZero(d.x)) in has()
280 if (Maths::isNotZero(d.y)) in has()
289 if (Maths::isNotZero(d.z)) in has()
H A Dcommon.h211 bool isNotZero(const T& t) in isNotZero() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/lv2/
H A DSurgeLv2Util.h22 inline double isNotZero(double v) { return std::fabs(v) >= std::numeric_limits<double>::epsilon(); } in isNotZero() function
/dports/audio/faust/faust-2.37.3/compiler/normalize/
H A Dmterm.hh61 bool isNotZero() const; ///< true if mterm doesn't represent number 0
H A Dnormalize.cpp64 while (D.isNotZero() && D.complexity() > 0) { in normalizeAddTerm()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cuda/io/include/pcl/cuda/io/
H A Dpredicate.h53 struct isNotZero struct
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dlyrics.cpp367 if (_ticks.isNotZero()) { in layout()
524 if (_ticks.isNotZero()) { in removeFromScore()
569 if (_ticks.isNotZero()) { in setProperty()
H A Dlyrics.h128 bool isEndMelisma() const { return lyrics()->ticks().isNotZero(); } in isEndMelisma()
H A Dgroups.cpp89 if (val == Beam::Mode::AUTO && tick.isNotZero()) { in endBeam()
H A Dfraction.h78 bool isNotZero() const { return _numerator != 0; } in isNotZero() function
H A Drange.cpp293 if (gap.isNotZero()) { in read()
309 if (gap.isNotZero()) in read()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cuda/io/src/
H A Dextract_indices.cu63 …ts.begin (), input->points.end (), mask_device.begin (), output->points.begin (), isNotZero<T> ()); in extractMask()
84 …y_if (input->begin (), input->end (), mask_device.begin (), output->begin (), isNotZero<MaskT> ()); in extractMask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp550 auto isNotZero = CmpNEQ(v & SIMD::UInt(0x7FFFFFFF), SIMD::UInt(0)); in Frexp() local
551 auto zeroSign = v & SIMD::UInt(0x80000000) & ~isNotZero; in Frexp()
552 … As<SIMD::Float>((((v & SIMD::UInt(0x807FFFFF)) | SIMD::UInt(0x3F000000)) & isNotZero) | zeroSign); in Frexp()
553 auto exponent = Exponent(val) & SIMD::Int(isNotZero); in Frexp()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Support/
H A DVariableExpression.cs903 var isNotZero = Expressions.Expression.NotEqual(y, Zero); in Build()
905 ast.Push(IfThenElse(isNotZero, divide, Zero)); in Build()
913 var isNotZero = Expressions.Expression.NotEqual(y, Zero); in Build()
915 ast.Push(IfThenElse(isNotZero, modulo, Zero)); in Build()
/dports/devel/inastemp/inastemp-0.2.4/Src/Common/
H A DInaVecInterface.hpp306 inline VecType isNotZero() const { in isNotZero() function in InaVecInterface
307 return Parent::isNotZero(); in isNotZero()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp550 auto isNotZero = CmpNEQ(v & SIMD::UInt(0x7FFFFFFF), SIMD::UInt(0)); in Frexp() local
551 auto zeroSign = v & SIMD::UInt(0x80000000) & ~isNotZero; in Frexp()
552 … As<SIMD::Float>((((v & SIMD::UInt(0x807FFFFF)) | SIMD::UInt(0x3F000000)) & isNotZero) | zeroSign); in Frexp()
553 auto exponent = Exponent(val) & SIMD::Int(isNotZero); in Frexp()
/dports/devel/inastemp/inastemp-0.2.4/Src/FLOPS/
H A DInaVecFLOPS.hpp316 inline VecType isNotZero() const { in isNotZero() function in InaVecFLOPS
317 return Parent::isNotZero(); in isNotZero()
/dports/devel/inastemp/inastemp-0.2.4/UTests/
H A Dcore-test-all.hpp485 equalToScalar(VecType(RealType(0)).isNotZero(), 0); in TestBasic()
488 equalToScalar(VecType(1).isNotZero(), 1); in TestBasic()
490 equalToScalar(VecType(1).isNotZero(), 1); in TestBasic()
/dports/devel/inastemp/inastemp-0.2.4/Src/SCALAR/
H A DInaVecSCALARDouble.hpp254 inline InaVecSCALAR isNotZero() const { in isNotZero() function in InaVecSCALAR
H A DInaVecSCALARFloat.hpp254 inline InaVecSCALAR isNotZero() const { in isNotZero() function in InaVecSCALAR
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/
H A DGeometry.hpp106 bool isNotZero() const noexcept;
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/
H A DGeometry.hpp106 bool isNotZero() const noexcept;
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/
H A DGeometry.hpp106 bool isNotZero() const noexcept;

1234