Lines Matching defs:proba
147 static void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* seed)
151 U32 const P32 = (U32)(32768 * proba);
1765 int proba = FUZ_COMPRESSIBILITY_DEFAULT;
1853 proba=0;
1855 proba *= 10;
1856 proba += *argument - '0';
1859 if (proba<0) proba=0;
1860 if (proba>100) proba=100;
1877 if (proba!=FUZ_COMPRESSIBILITY_DEFAULT) printf("Compressibility : %i%%\n", proba);
1883 { int const result = FUZ_test(seed, nbTests, testNb, ((double)proba) / 100, duration);