Home
last modified time | relevance | path

Searched defs:pR (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/math/
H A Dgeometry_script.cpp268 Region *pR = checkRegion(L); in r_isValid() local
276 Region *pR = checkRegion(L); in r_getX() local
284 Region *pR = checkRegion(L); in r_getY() local
292 Region *pR = checkRegion(L); in r_getPos() local
300 Region *pR = checkRegion(L); in r_isPointInRegion() local
310 Region *pR = checkRegion(L); in r_setPos() local
321 Region *pR = checkRegion(L); in r_setX() local
330 Region *pR = checkRegion(L); in r_setY() local
348 Region *pR = checkRegion(L); in r_delete() local
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/math/
H A Dgeometry_script.cpp268 Region *pR = checkRegion(L); in r_isValid() local
276 Region *pR = checkRegion(L); in r_getX() local
284 Region *pR = checkRegion(L); in r_getY() local
292 Region *pR = checkRegion(L); in r_getPos() local
300 Region *pR = checkRegion(L); in r_isPointInRegion() local
310 Region *pR = checkRegion(L); in r_setPos() local
321 Region *pR = checkRegion(L); in r_setX() local
330 Region *pR = checkRegion(L); in r_setY() local
348 Region *pR = checkRegion(L); in r_delete() local
/dports/devel/poco/poco-1.10.1-all/Crypto/src/
H A DECDSADigestEngine.cpp135 const BIGNUM* pR = 0; in ECDSASignature() local
179 const BIGNUM* pR = ECDSA_SIG_get0_r(_pSig); in rawR() local
181 const BIGNUM* pR = 0; in rawR() local
184 const BIGNUM* pR = _pSig->r; in rawR() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/operations/
H A Dtypes_comparison_lt_le_gt_ge.cpp56 Double *pR = _pRightOperand->getAs<Double>(); in GenericLess() local
73 Sparse *pR = _pRightOperand->getAs<Sparse>(); in GenericLess() local
90 Sparse *pR = _pRightOperand->getAs<Sparse>(); in GenericLess() local
107 Double *pR = _pRightOperand->getAs<Double>(); in GenericLess() local
269 Double *pR = _pRightOperand->getAs<Double>(); in GenericLessEqual() local
286 Sparse *pR = _pRightOperand->getAs<Sparse>(); in GenericLessEqual() local
303 Sparse *pR = _pRightOperand->getAs<Sparse>(); in GenericLessEqual() local
320 Double *pR = _pRightOperand->getAs<Double>(); in GenericLessEqual() local
H A Dtypes_ldivide.cpp54 Double *pR = _pRightOperand->getAs<Double>(); in GenericLDivide() local
65 Sparse *pR = _pRightOperand->getAs<Sparse>(); in GenericLDivide() local
H A Dtypes_divide.cpp55 Double *pR = _pRightOperand->getAs<Double>(); in GenericRDivide() local
66 Double *pR = _pRightOperand->getAs<Double>(); in GenericRDivide() local
77 Polynom *pR = _pRightOperand->getAs<types::Polynom>(); in GenericRDivide() local
88 Double *pR = _pRightOperand->getAs<Double>(); in GenericRDivide() local
H A Dtypes_power.cpp41 Double *pR = _pRightOperand->getAs<Double>(); in GenericPower() local
59 Double *pR = _pRightOperand->getAs<Double>(); in GenericPower() local
96 Double *pR = _pRightOperand->getAs<Double>(); in GenericDotPower() local
113 Double *pR = _pRightOperand->getAs<Double>(); in GenericDotPower() local
130 Double *pR = _pRightOperand->getAs<Double>(); in GenericDotPower() local
H A Dtypes_multiplication.cpp60 Double *pR = _pRightOperand->getAs<Double>(); in GenericTimes() local
77 Polynom *pR = _pRightOperand->getAs<types::Polynom>(); in GenericTimes() local
94 Double *pR = _pRightOperand->getAs<Double>(); in GenericTimes() local
111 Polynom *pR = _pRightOperand->getAs<types::Polynom>(); in GenericTimes() local
136 Sparse *pR = _pRightOperand->getAs<Sparse>(); in GenericTimes() local
153 Sparse *pR = _pRightOperand->getAs<Sparse>(); in GenericTimes() local
170 Double *pR = _pRightOperand->getAs<Double>(); in GenericTimes() local
1002 SinglePoly *pR = _pPoly2->get(iCommon, iCol); in MultiplyPolyByPoly() local
1037 SinglePoly *pR = _pPoly2->get(iCommon, iCol); in MultiplyPolyByPoly() local
1072 SinglePoly *pR = _pPoly2->get(iCommon, iCol); in MultiplyPolyByPoly() local
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoKeyObject.cc118 CegoField* pR = _refSchema.First(); in getEntrySize() local
170 CegoField* pR = _refSchema.First(); in encode() local
273 CegoField *pR = _refSchema.First(); in toChain() local
318 CegoField *pR = _refSchema.First(); in getElement() local
411 CegoField *pR = _refSchema.First(); in getFormatted() local
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/filters/
H A DChFilterCameraNoise.cpp35 …std::shared_ptr<SensorDeviceR8Buffer> pR = std::dynamic_pointer_cast<SensorDeviceR8Buffer>(bufferI… in Initialize() local
74 …std::shared_ptr<SensorDeviceR8Buffer> pR = std::dynamic_pointer_cast<SensorDeviceR8Buffer>(bufferI… in Initialize() local
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/tests/ECC/
H A DEdwards25519.hs114 let pR = pointMul x p `pointAdd` pointMul y p function
117 let pR = pointAdd (toPoint n1) (pointMul n2 p) function

12345678910>>...24