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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]),
75 arc.weight = Divide(Times(potential[state], arc.weight),
82 Divide(fst->Final(state), potential[state], DIVIDE_LEFT));
99 Divide(Weight::One(), potential[state], DIVIDE_RIGHT),
106 fst->SetFinal(state, Times(Divide(Weight::One(), potential[state],
114 Divide(Weight::One(), potential[fst->Start()], DIVIDE_RIGHT);
product-weight.h 185 inline ProductWeight<W1, W2> Divide(const ProductWeight<W1, W2> &w,
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
189 Divide(w.Value2(), v.Value2(), typ));
float-weight.h 168 inline TropicalWeight Divide(const TropicalWeight &w1,
241 inline LogWeight Divide(const LogWeight &w1,
string-weight.h 432 Divide(const StringWeight<L, S> &w1,
437 LOG(FATAL) << "StringWeight::Divide: only left division is defined "
457 Divide(const StringWeight<L, STRING_RIGHT> &w1,
462 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1,
487 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
determinize.h 364 dest_element.weight = Divide(dest_element.weight, arc.weight,
  /external/v8/src/
date.js 344 // when doing the multiply-to-divide trick.
349 // Divide by 1461 by multiplying with 22967 and shifting down by 25!
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 548 milliseconds