Home
last modified time | relevance | path

Searched defs:u3v (Results 1 – 9 of 9) sorted by relevance

/dports/security/nettle/nettle-3.7.3/
H A Decc-curve448.c191 #define u3v (scratch + ECC_LIMB_SIZE) in ecc_curve448_sqrt() macro
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestSymBandArith_D1.cpp53 tmv::UpperTriMatrixView<T> u3v = u3.view(); in TestSymBandMatrixArith_D1() local
H A DTMV_TestSymArith_D1.cpp55 tmv::UpperTriMatrixView<T> u3v = u3.view(); in TestSymMatrixArith_D1() local
H A DTMV_TestSymArith_D2.cpp55 tmv::UpperTriMatrixView<T> u3v = u3.view(); in TestSymMatrixArith_D2() local
H A DTMV_TestSymBandArith_D2.cpp55 tmv::UpperTriMatrixView<T> u3v = u3.view(); in TestSymBandMatrixArith_D2() local
H A DTMV_TestBandArith_D1.cpp131 tmv::UpperTriMatrixView<T> u3v = u3.view(); in TestBandMatrixArith_D1() local
H A DTMV_TestBandArith_D2.cpp127 tmv::UpperTriMatrixView<T> u3v = u3.view(); in TestBandMatrixArith_D2() local
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/ecc/
H A Decc-curve448.c236 #define u3v scratch in ecc_curve448_sqrt() macro
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/rfc7748/
H A DX448Field.java1030 int[] u3v = create(); in sqrtRatioVar() local