HomeSort by relevance Sort by last modified time
    Searched full:probability (Results 226 - 250 of 784) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 393 __u32 probability; member in struct:tc_netem_reorder
399 __u32 probability; member in struct:tc_netem_corrupt
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 393 __u32 probability; member in struct:tc_netem_reorder
399 __u32 probability; member in struct:tc_netem_corrupt
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 393 __u32 probability; member in struct:tc_netem_reorder
399 __u32 probability; member in struct:tc_netem_corrupt
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 393 __u32 probability; member in struct:tc_netem_reorder
399 __u32 probability; member in struct:tc_netem_corrupt
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
pkt_sched.h 393 __u32 probability; member in struct:tc_netem_reorder
399 __u32 probability; member in struct:tc_netem_corrupt
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 393 __u32 probability; member in struct:tc_netem_reorder
399 __u32 probability; member in struct:tc_netem_corrupt
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
ChiSquaredDistribution.java 48 * Return the probability density for a particular point.
ExponentialDistribution.java 48 * Return the probability density for a particular point.
GammaDistribution.java 62 * Return the probability density for a particular point.
NormalDistribution.java 60 * Return the probability density for a particular point.
  /external/iproute2/examples/diffserv/
efcbq 29 "probability 0.4\n";
  /external/iproute2/netem/
stats.c 6 * experimentally or generated from some probability distribution.
  /external/llvm/test/Transforms/SampleProfile/
calls.ll 55 ; CHECK: edge while.cond -> while.body probability is 0x80000000 / 0x80000000 = 100.00% [HOT edge]
56 ; CHECK: edge while.cond -> while.end probability is 0x00000000 / 0x80000000 = 0.00%
66 ; CHECK: edge while.body -> if.then probability is 0x80000000 / 0x80000000 = 100.00% [HOT edge]
67 ; CHECK: edge while.body -> if.else probability is 0x00000000 / 0x80000000 = 0.00%
  /external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/
py_histogram_backprojection.markdown 17 that of our input image, where each pixel corresponds to the probability of that pixel belonging to
27 words, we calculate the probability of every pixel belonging to the ground and show it. The
53 with every pixel as its corresponding probability of being target. ie B(x,y) = R[h(x,y),s(x,y)]
82 backproject function. It returns the probability image. Then we convolve the image with a disc
  /external/webrtc/webrtc/modules/audio_processing/ns/
defines.h 43 #define PROB_RANGE (float)0.20 // probability threshold for noise state in
nsx_core_c.c 22 // Compute speech/noise probability
23 // speech/noise probability is returned in: probSpeechFinal
201 //compute the prior probability
208 //final speech probability: combine prior model with LR factor:
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 43 // ugliness is intentional - to reduce conflicts probability
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_reader.h 49 * node and reads node attributes including probability form probabilityBuffer.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_constants.h 53 // Flags in probability entry.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
traversal.h 52 const int probability) const = 0;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_abbrevs.h 43 // ugliness is intentional - to reduce conflicts probability
  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 46 * <p>The false positive probability ({@code FPP}) of a bloom filter is defined as the probability
168 * Returns the probability that {@linkplain #mightContain(Object)} will erroneously return
267 * insertions and expected false positive probability.
271 * false positive probability.
283 * @param fpp the desired false positive probability (must be positive and less than 1.0)
297 checkArgument(fpp > 0.0, "False positive probability (%s) must be > 0.0", fpp);
298 checkArgument(fpp < 1.0, "False positive probability (%s) must be < 1.0", fpp);
321 * insertions and a default expected false positive probability of 3%.
325 * false positive probability
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 1 //===-- BranchProbabilityInfo.cpp - Branch Probability Analysis -----------===//
31 "Branch Probability Analysis", false, true)
34 "Branch Probability Analysis", false, true)
39 // estimate edges' probability. Example:
56 // Probability of the edge BB2->BB1 = 124 / (124 + 4) = 0.96875
57 // Probability of the edge BB2->BB3 = 4 / (124 + 4) = 0.03125
551 // Hot probability is at least 4/5 = 80%
575 // Hot probability is at least 4/5 = 80%
630 /// Get an edge's probability, relative to other out-edges from Src.
644 /// Get the probability of going from Src to Dst. It returns the sum of al
    [all...]
  /external/llvm/lib/Support/
BranchProbability.cpp 10 // This file implements Branch Probability class.
39 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!");
52 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!");
  /external/llvm/test/Analysis/BranchProbabilityInfo/
pr22718.ll 4 ; reflected in the probability computation because the weight is larger than
7 ; CHECK: edge for.body -> if.then probability is 0x0cccba45 / 0x80000000 = 10.00%
8 ; CHECK: edge for.body -> if.else probability is 0x733345bb / 0x80000000 = 90.00% [HOT edge]

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 91011>>