Home
last modified time | relevance | path

Searched defs:containsX (Results 1 – 18 of 18) sorted by relevance

/dports/math/octave-forge-image/image-2.12.0/inst/@imref2d/
H A Dcontains.m45 containsX = xWorld >= xWorldLimits(1) & xWorld <= xWorldLimits(2); variable
/dports/math/octave-forge-image/image-2.12.0/inst/@imref3d/
H A Dcontains.m49 containsX = xWorld >= xWorldLimits(1) & xWorld <= xWorldLimits(2); variable
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DBaseMatrix.cpp96 …BaseMatrix::computeBackground(double ** probMat, double * pBack, int alphabetSize, bool containsX){ in computeBackground()
110 int size, bool containsX) { in generateSubMatrix()
138 …atrix, float ** subMatrixPseudoCounts, short ** subMatrix, int size, bool containsX, double bitFac… in generateSubMatrix()
H A DSubstitutionMatrix.cpp327 void SubstitutionMatrix::readProbMatrix(const std::string &matrixData, const bool containsX) { in readProbMatrix()
414 bool containsX; in setAaMappingDetectAlphSize() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/curveeditor/
H A Dcurvesegment.cpp190 bool CurveSegment::containsX(double x) const in containsX() function in QmlDesigner::CurveSegment
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/
H A DGeometry.cpp944 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/
H A DGeometry.cpp892 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/
H A DGeometry.cpp892 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/
H A DGeometry.cpp892 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/
H A DGeometry.cpp892 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/
H A DGeometry.cpp944 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/
H A DGeometry.cpp889 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/dgl/src/
H A DGeometry.cpp935 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/
H A DGeometry.cpp944 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/
H A DGeometry.cpp892 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/
H A DGeometry.cpp892 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/dgl/src/
H A DGeometry.cpp892 bool Rectangle<T>::containsX(const T& x) const noexcept in containsX() function in Rectangle
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DGeoData.cpp1076 bool containsX = contains(x, cy); in expandToInclude() local