Searched defs:R1 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Derfl.c77 * erfc(x) = exp(-x*x)*(1/x)*R1(1/x)/S1(1/x)
79 * precision: absolute error of R1/S1 is bounded by 2**-124.03
202 * erfc(x) = exp(-x*x)/x * R1(1/x)/S1(1/x) on [1.75, 16/3]
204 static long double R1[] = { /* 14 top coeffs */ variable
340 y = __poly_libmq(x,14,R1);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Derfl.c78 * erfc(x) = exp(-x*x)*(1/x)*R1(1/x)/S1(1/x)
80 * precision: absolute error of R1/S1 is bounded by 2**-124.03
203 * erfc(x) = exp(-x*x)/x * R1(1/x)/S1(1/x) on [1.75, 16/3]
205 static const long double R1[] = { /* 14 top coeffs */ variable
340 y = __poly_libmq(x,14,R1);
/illumos-gate/usr/src/uts/sparc/sys/
H A Dreg.h81 #define R1 O1 macro
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-sha1.c75 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
80 #define R1(v,w,x,y,z,i) \ macro
109 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
197 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c689 register long L0, L1, R0, R1, k; local
711 LOADREG(R,R0,R1,L,L0,L1);
716 R1 = (R1 >> 1) & 0x55555555L;
717 L1 = R0 | R1; /* L1 is the odd-numbered input bits */
720 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */
767 CRUNCH(L0, L1, R0, R1);
768 CRUNCH(R0, R1, L0, L1);
774 L0 ^= R0; L1 ^= R1;
775 R0 ^= L0; R1
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c892 #define R1(a,b,c,d,k,s,t) { \ macro
961 R1(A,B,C,D,X[ 1], 5,0xf61e2562L);
962 R1(D,A,B,C,X[ 6], 9,0xc040b340L);
963 R1(C,D,A,B,X[11],14,0x265e5a51L);
964 R1(B,C,D,A,X[ 0],20,0xe9b6c7aaL);
965 R1(A,B,C,D,X[ 5], 5,0xd62f105dL);
966 R1(D,A,B,C,X[10], 9,0x02441453L);
967 R1(C,D,A,B,X[15],14,0xd8a1e681L);
968 R1(B,C,D,A,X[ 4],20,0xe7d3fbc8L);
969 R1(
[all...]
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda.h102 R1 = 1, enumerator in enum:__anon9008
115 * R1 status bits.

Completed in 97 milliseconds