HomeSort by relevance Sort by last modified time
    Searched refs:probability (Results 151 - 169 of 169) sorted by null

1 2 3 4 5 67

  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 280 jintArray word, jint probability) {
288 dictionary->addUnigramWord(codePoints, wordLength, probability);
292 jintArray word0, jintArray word1, jint probability) {
304 word1Length, probability);
  /external/iproute2/include/linux/
pkt_sched.h 207 __u32 max_P; /* probability, high resolution */
533 __u32 probability; member in struct:tc_netem_reorder
538 __u32 probability; member in struct:tc_netem_corrupt
621 __u32 increment; /* probability increment, (d1 in Blue) */
622 __u32 decrement; /* probability decrement, (d2 in Blue) */
  /frameworks/wilhelm/tests/sandbox/
monkey.c 199 #define _(entryState, action, probability) {entryState, action, probability, #action, 0},
269 "but with probability 0\n", currentState);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.cpp 53 // This retrieves code points and the probability of the word by its terminal position.
67 * outUnigramProbability: a pointer to an int to write the probability into.
79 // The only reason we count nodes is because we want to reduce the probability of infinite
115 // first and possibly the probability.
180 // Now we only need to branch to the children address. Skip the probability if
347 // having no probability outside of the suggestion process (where it should be used
407 const int probability = (PatriciaTrieReadingUtils::isTerminal(flags))? local
424 childDicNodes->pushLeavingChild(dicNode, ptNodePos, childrenPos, probability,
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 58 ; r2 int probability
71 mul r6, r4, r7 ; ((range-1) * probability)
74 add r4, r7, r6, lsr #8 ; 1 + (((range-1) * probability) >> 8)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 116 NOT_A_PROBABILITY /* probability */, false /* isTerminal */,
129 NOT_A_PROBABILITY /* probability */, false /* isTerminal */,
161 const int probability, const bool isTerminal, const bool hasChildren,
169 mDicNodeProperties.init(pos, childrenPos, mergedNodeCodePoints[0], probability,
248 // Used to get bigram probability in DicNodeUtils
253 // Used to get bigram probability in DicNodeUtils
  /external/chromium_org/chrome/browser/metrics/variations/
variations_seed_processor_unittest.cc 31 // Adds an experiment to |study| with the specified |name| and |probability|.
32 Study_Experiment* AddExperiment(const std::string& name, int probability,
36 experiment->set_probability_weight(probability);
357 // The two flag groups are given high probability, which would normally make
444 base::FieldTrial::Probability total_probability = 0;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 59 int probability; /* biased by REG_BR_PROB_BASE */ variable
494 /* The base value for branch probability notes and edge probabilities. */
525 * (e)->probability \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 59 int probability; /* biased by REG_BR_PROB_BASE */ variable
494 /* The base value for branch probability notes and edge probabilities. */
525 * (e)->probability \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 59 int probability; /* biased by REG_BR_PROB_BASE */ variable
494 /* The base value for branch probability notes and edge probabilities. */
525 * (e)->probability \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 59 int probability; /* biased by REG_BR_PROB_BASE */ variable
494 /* The base value for branch probability notes and edge probabilities. */
525 * (e)->probability \
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 634 // First, calculates skip probability. Starts from MAX_SKIP_PROBABILITY.
635 // Note that all values that are multiplied to this probability should be in [0.0, 1.0];
793 const float probability = inputCharProbability * probabilityDensity local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
tile_view.js 136 // p - the probability of this pattern to be used;
  /external/libvorbis/doc/
01-introduction.tex 42 working memory as Vorbis has no static probability model; the vector
77 \subsubsection{Codec Setup and Probability Model}
87 probability model of the codec, the Huffman and VQ codebooks, is
03-codebook.tex 4 \section{Probability Model and Codebooks} \label{vorbis:spec:codebook}
9 statically configured probability model, instead packing all entropy
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 3739 int probability = (in_quickcheck_range ? kSize \/ 2 : kSize) - frequency; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 1036 milliseconds

1 2 3 4 5 67