Home
last modified time | relevance | path

Searched defs:sigma1 (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/sha/
Dsha256.c144 #define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
Dsha512.c396 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
Dsha256.c144 #define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
Dsha512.c389 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
/external/opencv/cv/src/
Dcvsmooth.cpp1329 double sigma1 = 0, sigma2 = 0; in cvSmooth() local