Home
last modified time | relevance | path

Searched defs:Y1Z1 (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/libff/libff/algebra/curves/mnt/mnt6/
H A Dmnt6_g2.cpp200 const mnt6_Fq3 Y1Z1 = (this->Y_) * (this->Z_); in operator +() local
354 const mnt6_Fq3 Y1Z1 = (this->Y_) * (this->Z_); in dbl() local
H A Dmnt6_g1.cpp178 const mnt6_Fq Y1Z1 = (this->Y_) * (this->Z_); in operator +() local
332 const mnt6_Fq Y1Z1 = (this->Y_) * (this->Z_); in dbl() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/libff/libff/algebra/curves/mnt/mnt4/
H A Dmnt4_g2.cpp194 const mnt4_Fq2 Y1Z1 = (this->Y_) * (this->Z_); in operator +() local
348 const mnt4_Fq2 Y1Z1 = (this->Y_) * (this->Z_); in dbl() local
H A Dmnt4_g1.cpp178 const mnt4_Fq Y1Z1 = (this->Y_) * (this->Z_); in operator +() local
332 const mnt4_Fq Y1Z1 = (this->Y_) * (this->Z_); in dbl() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/libff/libff/algebra/curves/alt_bn128/
H A Dalt_bn128_g2.cpp361 alt_bn128_Fq2 Y1Z1 = (this->Y)*(this->Z); in dbl() local
H A Dalt_bn128_g1.cpp354 alt_bn128_Fq Y1Z1 = (this->Y)*(this->Z); in dbl() local