Searched defs:Divide (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc95 void Divide(double value) { function in class:mojo::test::__anon8213::MathCalculatorUIImpl
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h168 inline TropicalWeight Divide(const TropicalWeight &w1, function in namespace:fst
241 inline LogWeight Divide(const LogWeight &w1, function in namespace:fst
H A Dproduct-weight.h185 inline ProductWeight<W1, W2> Divide(const ProductWeight<W1, W2> &w, function in namespace:fst
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
189 Divide(w.Value2(), v.Value2(), typ));
H A Dstring-weight.h432 Divide(const StringWeight<L, S> &w1, function in namespace:fst
437 LOG(FATAL) << "StringWeight::Divide: only left division is defined "
457 Divide(const StringWeight<L, STRING_RIGHT> &w1, function in namespace:fst
462 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, function in namespace:fst
487 LOG(FATAL) << "StringWeight::Divide: only right division is defined "

Completed in 313 milliseconds