Lines Matching defs:proba
139 static void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* seed)
143 U32 P32 = (U32)(32768 * proba);
1062 int proba = FUZ_COMPRESSIBILITY_DEFAULT;
1131 proba=0;
1134 proba *= 10;
1135 proba += *argument - '0';
1138 if (proba<0) proba=0;
1139 if (proba>100) proba=100;
1152 if (proba!=FUZ_COMPRESSIBILITY_DEFAULT) printf("Compressibility : %i%%\n", proba);
1159 int result = FUZ_test(seed, nbTests, testNb, ((double)proba) / 100);