Searched refs:DEG_3 (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Drandom.c122 #define DEG_3 31 macro
147 static int32_t randtbl[DEG_3 + 1] =
189 .rand_deg = DEG_3,
H A Drandom_r.c123 #define DEG_3 31 macro
147 { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }
/haiku-fatelf/src/bin/gdb/libiberty/
H A Drandom.c147 #define DEG_3 31 macro
162 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
176 static long int randtbl[DEG_3 + 1] =
216 static int rand_deg = DEG_3;
297 rand_deg = DEG_3;
/haiku-fatelf/src/bin/gawk/
H A Drandom.c156 #define DEG_3 31 macro
170 static long degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
187 static long randtbl[DEG_3 + 1] = {
237 static long rand_deg = DEG_3;
239 static long *end_ptr = &randtbl[DEG_3 + 1];
419 rand_deg = DEG_3;
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Drandom.c121 #define DEG_3 31 macro
135 static long degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
152 static long randtbl[DEG_3 + 1] = {
202 static long rand_deg = DEG_3;
204 static long *end_ptr = &randtbl[DEG_3 + 1];
368 rand_deg = DEG_3;

Completed in 105 milliseconds