Searched defs:sigma1 (Results 1 – 5 of 5) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/BayesFunctions/ |
D | arm_gaussian_naive_bayes_predict_f32.c | 168 float32_t sigma,sigma1; in arm_gaussian_naive_bayes_predict_f32() local
|
/third_party/openssl/crypto/sha/ |
D | sha256.c | 140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
|
D | sha512.c | 478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
|
/third_party/openssl/ohos_lite/crypto/sha/ |
D | sha512.c | 491 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl.js | 525 function sigma1(x) { return xor64(R(x,19), R(x,61), shr64(x,6)); } function
|