Home
last modified time | relevance | path

Searched refs:TYPE_3 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libast/common/uwin/
H A Drandom.c127 #define TYPE_3 3 macro
160 TYPE_3,
196 static int rand_type = TYPE_3;
269 rand_type = TYPE_3; in initstate()
317 case TYPE_3: in setstate()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c94 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
156 { TYPE_3,
168 TYPE_3, DEG_3, SEP_3,
278 rp->rand_type = TYPE_3; in initstate()
329 case TYPE_3: in setstate()
/titanic_50/usr/src/lib/libc/port/gen/
H A Drandom.c111 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
173 { TYPE_3,
185 TYPE_3, DEG_3, SEP_3,
262 rp->rand_type = TYPE_3; in initstate()
323 case TYPE_3: in setstate()