OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Divide
(Results
1 - 12
of
12
) sorted by null
/external/openfst/src/include/fst/
expectation-weight.h
133
inline ExpectationWeight<X1, X2>
Divide
(const ExpectationWeight<X1, X2> &w,
136
FSTERROR() << "ExpectationWeight::
Divide
: not implemented";
lexicographic-weight.h
142
inline LexicographicWeight<W1, W2>
Divide
(const LexicographicWeight<W1, W2> &w,
145
return LexicographicWeight<W1, W2>(
Divide
(w.Value1(), v.Value1(), typ),
146
Divide
(w.Value2(), v.Value2(), typ));
product-weight.h
106
inline ProductWeight<W1, W2>
Divide
(const ProductWeight<W1, W2> &w,
109
return ProductWeight<W1, W2>(
Divide
(w.Value1(), v.Value1(), typ),
110
Divide
(w.Value2(), v.Value2(), typ));
power-weight.h
117
// Semiring
divide
operation
119
inline PowerWeight<W, n>
Divide
(const PowerWeight<W, n> &w1,
124
w.SetValue(i,
Divide
(w1.Value(i), w2.Value(i), type));
signed-log-weight.h
167
inline SignedLogWeightTpl<T>
Divide
(const SignedLogWeightTpl<T> &w1,
sparse-power-weight.h
56
return
Divide
(v1, v2, divide_type_);
168
// Semimodule
divide
operation
170
inline SparsePowerWeight<W, K>
Divide
(const SparsePowerWeight<W, K> &w1,
216
inline SparsePowerWeight<W, K>
Divide
(const SparsePowerWeight<W, K> &w1,
220
return
Divide
(w1, w2, divide_type);
float-weight.h
284
inline TropicalWeightTpl<T>
Divide
(const TropicalWeightTpl<T> &w1,
298
inline TropicalWeightTpl<float>
Divide
(const TropicalWeightTpl<float> &w1,
301
return
Divide
<float>(w1, w2, typ);
304
inline TropicalWeightTpl<double>
Divide
(const TropicalWeightTpl<double> &w1,
307
return
Divide
<double>(w1, w2, typ);
419
inline LogWeightTpl<T>
Divide
(const LogWeightTpl<T> &w1,
433
inline LogWeightTpl<float>
Divide
(const LogWeightTpl<float> &w1,
436
return
Divide
<float>(w1, w2, typ);
439
inline LogWeightTpl<double>
Divide
(const LogWeightTpl<double> &w1,
442
return
Divide
<double>(w1, w2, typ)
[
all
...]
string-weight.h
452
Divide
(const StringWeight<L, S> &w1,
457
FSTERROR() << "StringWeight::
Divide
: only left division is defined "
482
Divide
(const StringWeight<L, STRING_RIGHT> &w1,
487
FSTERROR() << "StringWeight::
Divide
: only right division is defined "
512
Divide
(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1,
517
FSTERROR() << "StringWeight::
Divide
: only right division is defined "
/external/chromium_org/mojo/public/tests/
bindings_remote_ptr_unittest.cc
66
void
Divide
(double value) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h
168
inline TropicalWeight
Divide
(const TropicalWeight &w1,
241
inline LogWeight
Divide
(const LogWeight &w1,
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));
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 "
Completed in 888 milliseconds