Lines Matching refs:random_upto
714 #define random_sign ( random_upto(1) ? 0x80000000 : 0 )
1142 out[1] = random_upto(0xFFFFFFFF);
1151 out[1] = random_upto(0xFFFFFFFF);
1189 out[2] = random_upto(2048)-1024;
1195 out[2] = random_upto(256)-128;
1201 out[0] = highbound - random_upto(highbound-lowbound);
1202 out[1] = random_upto(0xFFFFFFFF);
1209 out[0] = highbound - random_upto(highbound-lowbound);
1218 out[0] = highbound - random_upto(highbound-lowbound);
1219 out[1] = random_upto(0xFFFFFFFF);
1225 out[0] = highbound - random_upto(highbound-lowbound);
1234 out[0] = random_upto(0x7FEFFFFF);
1235 out[1] = random_upto(0xFFFFFFFF);
1242 out[0] = random_upto(0x7F7FFFFF);
1272 out[0] = random_upto(0x7FEFFFFF);
1273 out[1] = random_upto(0xFFFFFFFF);
1275 out[2] = random_upto(0x7FEFFFFF);
1276 out[3] = random_upto(0xFFFFFFFF);
1284 out[0] = random_upto(0x7F7FFFFF);
1287 out[2] = random_upto(0x7F7FFFFF);
1296 out[0] = ((0x3fc00000 + random_upto(0x036fffff)) |
1297 (random_upto(1) << 31));
1298 out[1] = random_upto(0xFFFFFFFF);
1305 out[0] = ((0x3e000000 + random_upto(0x0cffffff)) |
1306 (random_upto(1) << 31));
1314 int expdiff = random_upto(101)-51;
1321 out[swap ^ 0] = random_upto(0x7FEFFFFF-((expdiff+1)<<20));
1322 out[swap ^ 2] = random_upto(((expdiff+1)<<20)-1) + out[swap ^ 0];
1323 out[1] = random_upto(0xFFFFFFFF);
1324 out[3] = random_upto(0xFFFFFFFF);
1333 int expdiff = random_upto(44)-22;
1340 out[swap ^ 0] = random_upto(0x7F7FFFFF-((expdiff+1)<<23));
1341 out[swap ^ 2] = random_upto(((expdiff+1)<<23)-1) + out[swap ^ 0];
1381 e = (random_upto(1) ? /* is exponent small or big? */
1412 out[1] = random_upto((1 << (n-1)) - 1) + (1 << (n-1));
1415 out[1] = random_upto(0xFFFFFFFF);
1417 out[0] = random_upto((1 << (n-33)) - 1) + (1 << (n-33));
1418 out[1] = random_upto(0xFFFFFFFF);
1430 if (random_upto(1)) {
1437 out[3] = random_upto(0xFFFFFFFF);
1471 e = (random_upto(1) ? /* is exponent small or big? */
1500 out[0] = random_upto((1 << (n-1)) - 1) + (1 << (n-1));
1510 if (random_upto(1)) {