Searched refs:A2 (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/uwin/
H A Drand48.c59 #define A2 0xE66D macro
66 static unsigned short a[3] = { A0, A1, A2};
155 a[2] = A2;
170 a[2] = A2;
H A Dlog.c104 static double A2 = .01250000000377174923; variable
418 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
479 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h67 #define A2(x,t) (ALPHA*ALPHA*(x))
71 #define A2(x,t) ((t = (x)), (t + (t<<6) + (t<<10)) ) macro
74 #define HINIT(h,s,t) ((h = A3(s[0],t)), (h += A2(s[1],t)), (h += A1(s[2],t)+s[3]) )
/ast/src/lib/libvdelta/
H A Dvdelhdr.h67 #define A2(x,t) (ALPHA*ALPHA*(x))
71 #define A2(x,t) ((t = (x)), (t + (t<<6) + (t<<10)) ) macro
74 #define HINIT(h,s,t) ((h = A3(s[0],t)), (h += A2(s[1],t)), (h += A1(s[2],t)+s[3]) )

Completed in 34 milliseconds