Searched defs:Bu (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
H A DKeccakP-1600-inplace32BI.c579 #define Bu Cu0 macro
645 Bu = ROL32((Asu0^Du0), 7);
649 Aki1 = Bi ^((~Bo)& Bu );
650 Amo1 = Bo ^((~Bu)& Ba );
651 Asu0 = Bu ^((~Ba)& Be );
657 Bu = ROL32((Asu1^Du1), 7);
661 Aki0 = Bi ^((~Bo)& Bu );
662 Amo0 = Bo ^((~Bu)& Ba );
663 Asu1 = Bu ^((~Ba)& Be );
667 Bu
[all...]
/external/swiftshader/src/Shader/
H A DSamplerCore.cpp2063 const float Bu = Uu * Bb; local
2067 const float B0 = (studioSwing * -16 * Yy - 128 * Bu) / 255;
2095 const UShort4 bU = UShort4(iround(Bu * 0x4000));

Completed in 111 milliseconds