HomeSort by relevance Sort by last modified time
    Searched refs:probability (Results 76 - 100 of 144) sorted by null

1 2 34 5 6

  /external/rappor/client/java/com/google/android/rappor/
Encoder.java 90 * The RAPPOR "f" probability, on the range [0.0, 1.0].
92 * <p>This it the probability of replacing a bit from the input with a uniform random bit when
100 * The RAPPOR "p" probability, on the range [0.0, 1.0].
102 * <p>This is the probability of emitting a '1' bit in the instantaneous randomized response,
110 * The RAPPOR "1" probability, on the range [0.0, 1.0].
112 * <p>This is the probability of emitting a 1 bit in the instantaneous randomized response, given
211 * @param probabilityF The RAPPOR "f" probability, on the range [0.0, 1.0]. This will be
213 * @param probabilityP The RAPPOR "p" probability, on the range [0.0, 1.0].
214 * @param probabilityQ The RAPPOR "1" probability, on the range [0.0, 1.0].
254 * @param probabilityF The RAPPOR "f" probability, on the range [0.0, 1.0]. This will b
593 double probability = bit ? probabilityQ : probabilityP; local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 119 const int probability) {
123 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability);
266 // Max value for length, distance and probability which are used in weighting
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.cpp 45 // TODO: Revise the logic to decide the initial probability depending on the given probability.
204 const float probability = initialProbability local
209 std::min(std::max(static_cast<int>(probability), 1), MAX_PROBABILITY);
218 // Max probability is 127.
221 // Max probability is 128.
224 // Max probability is 140.
227 // Max probability is 160.
  /external/libnl/lib/route/qdisc/
netem.c 103 netem->qnm_ro.nmro_probability = ro.probability;
114 netem->qnm_crpt.nmcr_probability = corrupt.probability;
247 reorder.probability = netem->qnm_ro.nmro_probability;
254 corrupt.probability = netem->qnm_crpt.nmcr_probability;
368 * Set re-ordering probability of netem qdisc.
370 * @arg prob New re-ordering probability.
385 * Get re-ordering probability of netem qdisc.
387 * @return Re-ordering probability or a negative error code.
403 * Set re-order correlation probability of netem qdisc.
405 * @arg prob New re-ordering correlation probability
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 150 int probability = NOT_A_PROBABILITY; local
153 // If count <= 1, the word can be an invaild word. The actual probability should
155 probability = probabilityEntry.getHistoricalInfo()->getCount() <= 1 ?
158 probability = probabilityEntry.getProbability();
160 listener->onVisitEntry(probability, entry.getWordId());
235 "probability: %d", wordPos, shortcut.getTargetCodePoints()->size(),
308 MAX_PROBABILITY /* probability */, HistoricalInfo());
  /external/libnl/include/linux-private/linux/
pkt_sched.h 525 __u32 probability; member in struct:tc_netem_reorder
530 __u32 probability; member in struct:tc_netem_corrupt
606 __u32 increment; /* probability increment, (d1 in Blue) */
607 __u32 decrement; /* probability decrement, (d2 in Blue) */
  /external/tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/
sparsemax_test.py 63 probability = self._np_sparsemax(z)
64 support = probability > 0
  /frameworks/wilhelm/tests/sandbox/
monkey.c 199 #define _(entryState, action, probability) {entryState, action, probability, #action, 0},
269 "but with probability 0\n", currentState);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 489 __u32 probability; member in struct:tc_netem_reorder
494 __u32 probability; member in struct:tc_netem_corrupt
570 __u32 increment; /* probability increment, (d1 in Blue) */
571 __u32 decrement; /* probability decrement, (d2 in Blue) */
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 427 __u32 probability; member in struct:tc_netem_reorder
431 __u32 probability; member in struct:tc_netem_corrupt
  /external/iproute2/include/uapi/linux/
pkt_sched.h 225 __u32 max_P; /* probability, high resolution */
559 __u32 probability; member in struct:tc_netem_reorder
564 __u32 probability; member in struct:tc_netem_corrupt
655 __u32 increment; /* probability increment, (d1 in Blue) */
656 __u32 decrement; /* probability decrement, (d2 in Blue) */
866 __u32 prob; /* current probability */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 226 __u32 max_P; /* probability, high resolution */
563 __u32 probability; member in struct:tc_netem_reorder
568 __u32 probability; member in struct:tc_netem_corrupt
698 __u32 increment; /* probability increment, (d1 in Blue) */
699 __u32 decrement; /* probability decrement, (d2 in Blue) */
909 __u32 prob; /* current probability */
openvswitch.h 602 * Executes the specified actions with the given probability on a per-packet
623 u32 probability; /* Same value as member in struct:sample_arg
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/
README.md 67 for predicting the probability of a word given previous words in a sentence.
71 next word index, an output size of one (float): the log probability. It consists
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 360 jintArray word, jint probability, jintArray shortcutTarget, jint shortcutProbability,
380 isPossiblyOffensive, probability, HistoricalInfo(timestamp, 0 /* level */,
400 jintArray word, jint probability, jint timestamp) {
414 probability, HistoricalInfo(timestamp, 0 /* level */, 1 /* count */));
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 356 time.Sleep(time.Millisecond) // Increase probability of race
385 time.Sleep(time.Millisecond) // Increase probability of race
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 356 time.Sleep(time.Millisecond) // Increase probability of race
385 time.Sleep(time.Millisecond) // Increase probability of race
  /prebuilts/go/darwin-x86/src/runtime/
hash_test.go 434 // Flipping a single bit of a key should flip each output bit with 50% probability.
483 // all sums inside those bounds with 99% probability.
609 // probability of even one or two overflows goes down rapidly.
  /prebuilts/go/linux-x86/src/runtime/
hash_test.go 434 // Flipping a single bit of a key should flip each output bit with 50% probability.
483 // all sums inside those bounds with 99% probability.
609 // probability of even one or two overflows goes down rapidly.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 58 int probability; /* biased by REG_BR_PROB_BASE */ variable
477 /* The base value for branch probability notes and edge probabilities. */
508 #define EDGE_FREQUENCY(e) RDIV ((e)->src->frequency * (e)->probability, \
939 /* Check tha probability is sane. */
958 /* Apply probability PROB on frequency or count FREQ. */
    [all...]
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 35 with probability determined by the input statistics ("a"),
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 35 with probability determined by the input statistics ("a"),
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 630 // First, calculates skip probability. Starts from MAX_SKIP_PROBABILITY.
631 // Note that all values that are multiplied to this probability should be in [0.0, 1.0];
752 const float probability = inputCharProbability * probabilityDensity local
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 375 // If it returns true, z is prime with probability 1 - 1/4^n.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 281 // increases the probability that we will stabilize quickly.

Completed in 827 milliseconds

1 2 34 5 6