Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/BayesFunctions/
Darm_gaussian_naive_bayes_predict_f32.c168 float32_t sigma,sigma1; in arm_gaussian_naive_bayes_predict_f32() local
/third_party/openssl/crypto/sha/
Dsha256.c140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
Dsha512.c478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
/third_party/node/deps/openssl/openssl/crypto/sha/
Dsha256.c140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
Dsha512.c478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
/third_party/openssl/ohos_lite/crypto/sha/
Dsha512.c491 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro