Searched refs:TYPE_0 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c109 #define TYPE_0 0 macro
214 if (rand_type != TYPE_0)
242 if (rand_type == TYPE_0)
253 rand_type = TYPE_0;
286 if (rand_type == TYPE_0)
310 if (rand_type == TYPE_0)
317 case TYPE_0:
333 if (rand_type != TYPE_0)
345 /* If we are using the trivial TYPE_0 R.N.G., just do the old linear
358 if (rand_type == TYPE_0)
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c79 #define TYPE_0 0 /* linear congruential */ macro
210 if (rp->rand_type == TYPE_0) {
257 if (rp->rand_type == TYPE_0) rp->state[-1] = rp->rand_type;
266 rp->rand_type = TYPE_0;
289 rp->state[-1] = (rp->rand_type == TYPE_0) ? rp->rand_type
323 rp->state[-1] = (rp->rand_type == TYPE_0) ? rp->rand_type
326 case TYPE_0:
340 if (rp->rand_type != TYPE_0) {
351 * If we are using the trivial TYPE_0 R.N.G., just do the old linear
372 if (rp->rand_type == TYPE_0) {
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drandom.c96 #define TYPE_0 0 /* linear congruential */ macro
240 if (rp->rand_type == TYPE_0) rp->state[ -1 ] = rp->rand_type;
247 rp->rand_type = TYPE_0;
278 if (rp->rand_type == TYPE_0) rp->state[ -1 ] = rp->rand_type;
315 if (rp->rand_type == TYPE_0) rp->state[ -1 ] = rp->rand_type;
320 case TYPE_0:
334 if (rp->rand_type != TYPE_0) {
346 * If we are using the trivial TYPE_0 R.N.G., just do the old linear
367 if (rp->rand_type == TYPE_0) {
403 if (rp->rand_type == TYPE_0) {
[all...]

Completed in 60 milliseconds