Home
last modified time | relevance | path

Searched defs:bX (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/common/
H A Dmathutils.hpp35 static inline float distance(float aX, float aY, float bX, float bY) { in distance()
41 static inline float distance_4_int(int aX, int aY, int bX, int bY) { in distance_4_int()
71 static inline float distance(int aX, int aY, int bX, int bY) { in distance()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/tests/
H A Dsimd_vector_operations.cpp68 SimdReal bX = rSimd_c3c0c4; in TEST_F() local
95 SimdReal bX = rSimd_c3c0c4; in TEST_F() local
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DResultPoint.cpp24 float ResultPoint::Distance(int aX, int aY, int bX, int bY) in Distance()
/dports/graphics/yafaray/libYafaRay-3.5.1/include/yafraycore/
H A DimageOutput.h57 float bX; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A Dpong2.cpp14 float bX = PingPong(frame * duration, 2.5f, 0.0f, 0, 1) * 472 + 20; in draw() local
H A Dpong.cpp22 float bX = ballX * 472 + 20; in draw() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DXMLBitmapRepeatOffsetPropertyHandler.cxx36 XMLBitmapRepeatOffsetPropertyHandler::XMLBitmapRepeatOffsetPropertyHandler( bool bX ) in XMLBitmapRepeatOffsetPropertyHandler()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DXMLBitmapRepeatOffsetPropertyHandler.cxx36 XMLBitmapRepeatOffsetPropertyHandler::XMLBitmapRepeatOffsetPropertyHandler( bool bX ) in XMLBitmapRepeatOffsetPropertyHandler()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Djpg_color_cube.cpp41 int bX = 0, bY = 0; in onOnceBeforeDraw() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Djpg_color_cube.cpp42 int bX = 0, bY = 0; in onOnceBeforeDraw() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tparam/
H A Dtcubicbezier.cpp21 double bX = 3 * (x2 - 2 * x1 + x0); in invCubicBezierX() local
69 double bX = 3 * (x2 - 2 * x1 + x0); in getMinMaxCubicBezierY() local
/dports/math/z3/z3-z3-4.8.13/src/test/
H A Dtbv.cpp14 tbv* bX = m.allocateX(); in tst1() local
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/
H A Dtbv.cpp14 tbv* bX = m.allocateX(); in tst1() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/src/
H A DgtrUtils.hpp25 const double bX = 1.0/10; variable
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/agreement/
H A DECVKOAgreement.java87 BigInteger bX = v.getAffineXCoord().toBigInteger(); in fromPoint() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLandRaiseAction.cpp67 auto bX = std::min<decltype(_range.GetRight())>(GetMapSizeMaxXY(), _range.GetRight()); in QueryExecute() local
H A DLandLowerAction.cpp66 auto bX = std::min<decltype(_range.GetRight())>(GetMapSizeMaxXY(), _range.GetRight()); in QueryExecute() local
H A DLandBuyRightsAction.cpp68 auto bX = std::min<decltype(normRange.GetRight())>(GetMapSizeMaxXY(), normRange.GetRight()); in QueryExecute() local
H A DWaterLowerAction.cpp49 auto bX = std::min<decltype(_range.GetRight())>(GetMapSizeMaxXY(), _range.GetRight()); in QueryExecute() local
H A DWaterRaiseAction.cpp49 auto bX = std::min<decltype(_range.GetRight())>(GetMapSizeMaxXY(), _range.GetRight()); in QueryExecute() local
H A DLandSetRightsAction.cpp73 auto bX = std::min<decltype(normRange.GetRight())>(GetMapSizeMaxXY(), normRange.GetRight()); in QueryExecute() local
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/tools/
H A DSelection.cpp73 double bX = std::max(x, this->ex); in currentPos() local
100 int bX = std::max(this->sx, this->ex); in paint() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/util/
H A DSubjectPublicKeyInfoFactory.java104 BigInteger bX = pub.getQ().getAffineXCoord().toBigInteger(); in createSubjectPublicKeyInfo() local
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ecgost12/
H A DBCECGOST3410_2012PublicKey.java252 BigInteger bX = this.ecPublicKey.getQ().getAffineXCoord().toBigInteger(); in getEncoded() local
437 BigInteger bX = this.ecPublicKey.getQ().getAffineXCoord().toBigInteger(); in getGostParams() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dtpxio.h79 bool bX = false; member

12345678910