HomeSort by relevance Sort by last modified time
    Searched refs:potential (Results 1 - 15 of 15) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 29 // Reweight FST according to the potentials defined by the POTENTIAL
34 // An arc of weight w, with an origin state of potential p and
35 // destination state of potential q, is reweighted by p\wq when
39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential,
45 while ( (int64)potential.size() < (int64)fst->NumStates())
46 potential.push_back(Weight::Zero());
66 if ((potential[state] == Weight::Zero()) ||
67 (potential[arc.nextstate] == Weight::Zero()))
70 && (potential[state] != Weight::Zero()))
71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate])
    [all...]
  /ndk/sources/cxx-stl/gabi++/
Android.mk 25 # any conflict with any potential system library named libgabi++
  /external/libffi/src/alpha/
osf.S 62 # Load up all of the (potential) argument registers.
146 # Store all of the potential argument registers in va_list format.
  /external/libpng/
CHANGES 567 Changed makefile.solaris to issue a warning about potential problems when
    [all...]
  /external/libffi/src/x86/
win32.S 61 # potential performance hits.
174 # potential performance hits.
  /external/libffi/src/sparc/
v8.S 130 ! Store all of the potential argument registers in va_list format.
v9.S 150 ! Store all of the potential argument registers in va_list format.
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 1739 String potential = resolveQualifiedNameInInheritedClass(name, cls, originalPackage); local
    [all...]
  /external/clang/tools/scan-build/
scan-build 967 exit status of $Prog to be 1 if it found potential bugs
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 382 en: 'The Android SDK includes a tool called zipalign that optimizes the way an application is packaged. Running zipalign against your application enables Android to interact with it more efficiently at run time and thus has the potential to make it and the overall system run faster. This article provides a high-level overview of the zipalign tool and its use.'
  /external/grub/docs/
texinfo.tex     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 318 milliseconds