Searched refs:A1 (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | rand48.c | 58 #define A1 0xDEEC macro 66 static unsigned short a[3] = { A0, A1, A2}; 154 a[1] = A1; 169 a[1] = A1;
|
H A D | log.c | 103 static double A1 = .08333333333333178827; 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 D | vdelhdr01.h | 66 #define A1(x,t) (ALPHA*(x)) 70 #define A1(x,t) ((t = (x)), (t + (t<<5)) ) macro 74 #define HINIT(h,s,t) ((h = A3(s[0],t)), (h += A2(s[1],t)), (h += A1(s[2],t)+s[3]) ) 75 #define HNEXT(h,s,t) ((h -= A3(s[-1],t)), (h = A1(h,t) + s[3]) )
|
/ast/src/lib/libvdelta/ |
H A D | vdelhdr.h | 66 #define A1(x,t) (ALPHA*(x)) 70 #define A1(x,t) ((t = (x)), (t + (t<<5)) ) macro 74 #define HINIT(h,s,t) ((h = A3(s[0],t)), (h += A2(s[1],t)), (h += A1(s[2],t)+s[3]) ) 75 #define HNEXT(h,s,t) ((h -= A3(s[-1],t)), (h = A1(h,t) + s[3]) )
|
/ast/src/lib/libpp/ |
H A D | gentab.sh | 36 A1) shell=ksh
|
Completed in 29 milliseconds