Searched defs:cdf (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
H A D | WorkCountTrackerTest.java | 83 double[] cdf = new double[probs.length]; in buildCdf() local 99 static int getRandomIndex(double[] cdf, double rand) { in getRandomIndex() 109 static int getRandomWorkType(double[] cdf, double rand) { in getRandomWorkType() 324 final double[] cdf = buildWorkTypeCdf(0.5, 0, 0, 0.5, 0, 0); in testRandom2() local 378 final double[] cdf = buildWorkTypeCdf(0.1, 0, 0, 0.8, 0.02, .08); in testRandom5() local 396 final double[] cdf = buildWorkTypeCdf(0.85, 0.05, 0, 0.1, 0, 0); in testRandom6() local 414 final double[] cdf = buildWorkTypeCdf(0.1, 0, 0, 0.1, 0.05, .75); in testRandom7() local 452 final double[] cdf = buildWorkTypeCdf(0, 0, 0, 0.5, 0, 0.5); in testRandom9() local 471 final double[] cdf = buildWorkTypeCdf(0, 0, 0, 0.1, 0, 0.9); in testRandom10() local 490 final double[] cdf = buildWorkTypeCdf(0, 0, 0, 0.9, 0, 0.1); in testRandom11() local [all …]
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Multinomial.cpp | 133 std::vector<double> cdf; in EvalFloat32() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | atm.h | 96 unsigned int cdf : 3; member
|