Searched refs:sigma (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl88 ($t1,$t2,$t3,$axb,$bxc,$Xi,$Xn,$sigma)=map("%xmm$_",(0..7));
125 movdqa $e,$sigma
129 psrld \$6,$sigma
136 pxor $t3,$sigma
139 pxor $t2,$sigma
144 pxor $t3,$sigma
149 pxor $t2,$sigma
153 pxor $t3,$sigma # Sigma1(e)
156 paddd $sigma,$Xi # Xi+=Sigma1(e)
159 movdqa $a,$sigma
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dlr.pl39 ;# sigma(tag); standard deviation
118 sub sigma() subroutine
H A Dntploopwatch1115 $i = $lo->sigma();
1118 print "mean offset: $m sigma: $i\n" if $verbose > 2;
1160 $i = $lf->sigma();
1163 print "mean frequency: $m sigma: $i\n" if $verbose > 2;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c189 double s, sigma, t, tau, u, v, w; local
199 s = c * t; /* (s,sigma) = c*t exactly. */
205 asm ("fmsub %0,%1,%2,%3" : "=f"(sigma) : "f"(c), "f"(t), "f"(s));
207 sigma = fmsub (c, t, s);
211 tau = ((v-sigma)+w)/c; /* Correction to t. */
/freebsd-11-stable/contrib/gcc/
H A Dlambda-mat.c507 int sigma, factor, a, b; local
511 sigma = (a * b < 0) ? -1: 1;
514 factor = sigma * (a / b);
552 int sigma, factor, a, b; local
556 sigma = (a * b < 0) ? -1: 1;
559 factor = sigma * (a / b);
/freebsd-11-stable/contrib/unbound/compat/
H A Dchacha_private.h51 static const char sigma[16] = "expand 32-byte k"; variable
65 constants = sigma;
/freebsd-11-stable/crypto/openssh/
H A Dchacha.c52 static const char sigma[16] = "expand 32-byte k"; variable
66 constants = sigma;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dchacha_private.h51 static const char sigma[16] = "expand 32-byte k"; variable
65 constants = sigma;

Completed in 152 milliseconds