Searched defs:R2 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Derfl.c82 * erfc(x) = exp(-x*x)*(1/x)*R2(1/x)/S2(1/x)
84 * precision: absolute error of R2/S2 is bounded by 2**-120.07
239 * erfc(x) = exp(-x*x)/x * R2(1/x)/S2(1/x) on [16/3, 107]
241 static long double R2[] = { /* 15 top coeffs in reverse order!!*/ variable
337 y = __poly_libmq(x,15,R2);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Derfl.c83 * erfc(x) = exp(-x*x)*(1/x)*R2(1/x)/S2(1/x)
85 * precision: absolute error of R2/S2 is bounded by 2**-120.07
240 * erfc(x) = exp(-x*x)/x * R2(1/x)/S2(1/x) on [16/3, 107]
242 static const long double R2[] = { /* 15 top coeffs in reverse order!!*/ variable
337 y = __poly_libmq(x,15,R2);
/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
83 #define R2(v,w,x,y,z,i) \ macro
110 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i)
198 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
199 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c897 #define R2(a,b,c,d,k,s,t) { \ macro
978 R2(A,B,C,D,X[ 5], 4,0xfffa3942L);
979 R2(D,A,B,C,X[ 8],11,0x8771f681L);
980 R2(C,D,A,B,X[11],16,0x6d9d6122L);
981 R2(B,C,D,A,X[14],23,0xfde5380cL);
982 R2(A,B,C,D,X[ 1], 4,0xa4beea44L);
983 R2(D,A,B,C,X[ 4],11,0x4bdecfa9L);
984 R2(C,D,A,B,X[ 7],16,0xf6bb4b60L);
985 R2(B,C,D,A,X[10],23,0xbebfbc70L);
986 R2(
[all...]
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda.h103 R2 = 2, enumerator in enum:__anon9008

Completed in 87 milliseconds