Searched defs:Times (Results 1 - 16 of 16) sorted by path

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.h73 static DiyFp Times(const DiyFp& a, const DiyFp& b) { function in class:WTF::double_conversion::DiyFp
/external/chromium_org/v8/src/
H A Ddiy-fp.h47 static DiyFp Times(const DiyFp& a, const DiyFp& b) { function in class:v8::internal::DiyFp
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/mockito/src/org/mockito/internal/verification/
H A DTimes.java22 public class Times implements VerificationInOrderMode, VerificationMode { class in inherits:VerificationInOrderMode,VerificationMode
26 public Times(int wantedNumberOfInvocations) { method in class:Times
/external/openfst/src/include/fst/
H A Dexpectation-weight.h24 // Times: <a1, b1> * <a2, b2> = < (a1 * a2) , [(a1 * b2) + (a2 * b1)] >
125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w, function in namespace:fst
127 return ExpectationWeight<X1, X2>(Times(w.Value1(), v.Value1()),
128 Plus(Times(w.Value1(), v.Value2()),
129 Times(w.Value2(), v.Value1())));
H A Dfloat-weight.h260 inline TropicalWeightTpl<T> Times(const TropicalWeightTpl<T> &w1, function in namespace:fst
273 inline TropicalWeightTpl<float> Times(const TropicalWeightTpl<float> &w1, function in namespace:fst
275 return Times<float>(w1, w2);
278 inline TropicalWeightTpl<double> Times(const TropicalWeightTpl<double> &w1, function in namespace:fst
280 return Times<double>(w1, w2);
395 inline LogWeightTpl<T> Times(const LogWeightTpl<T> &w1, function in namespace:fst
408 inline LogWeightTpl<float> Times(const LogWeightTpl<float> &w1, function in namespace:fst
410 return Times<float>(w1, w2);
413 inline LogWeightTpl<double> Times(const LogWeightTpl<double> &w1, function in namespace:fst
415 return Times<doubl
522 inline MinMaxWeightTpl<T> Times( function in namespace:fst
529 inline MinMaxWeightTpl<float> Times( function in namespace:fst
534 inline MinMaxWeightTpl<double> Times( function in namespace:fst
[all...]
H A Dlexicographic-weight.h22 // path property and Times() must be (strongly) cancellative
23 // (for all a,b,c != Zero(): Times(c, a) = Times(c, b) => a = b,
24 // Times(a, c) = Times(b, c) => a = b).
135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, function in namespace:fst
137 return LexicographicWeight<W1, W2>(Times(w.Value1(), v.Value1()),
138 Times(w.Value2(), v.Value2()));
H A Dpower-weight.h36 // The Times operation is overloaded to provide the
109 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w1, function in namespace:fst
113 w.SetValue(i, Times(w1.Value(i), w2.Value(i)));
130 inline PowerWeight<W, n> Times(const W &s, const PowerWeight<W, n> &w) { function in namespace:fst
133 sw.SetValue(i, Times(s, w.Value(i)));
139 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w, const W &s) { function in namespace:fst
142 ws.SetValue(i, Times(w.Value(i), s));
152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
H A Dproduct-weight.h99 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, function in namespace:fst
101 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
102 Times(w.Value2(), v.Value2()));
H A Dsigned-log-weight.h152 inline SignedLogWeightTpl<T> Times(const SignedLogWeightTpl<T> &w1, function in namespace:fst
H A Dsparse-power-weight.h46 return Times(v1, v2);
76 // The Times operation is overloaded to provide the
160 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, function in namespace:fst
183 const SparsePowerWeight<W, K>& product = Times(w1, w2);
202 inline SparsePowerWeight<W, K> Times(const W &k, function in namespace:fst
205 return Times(w1, w2);
209 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, function in namespace:fst
212 return Times(w1, w2);
H A Dstring-weight.h434 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, function in namespace:fst
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h157 inline TropicalWeight Times(const TropicalWeight &w1, function in namespace:fst
231 inline LogWeight Times(const LogWeight &w1, const LogWeight &w2) { function in namespace:fst
H A Dproduct-weight.h178 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, function in namespace:fst
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
181 Times(w.Value2(), v.Value2()));
H A Dstring-weight.h416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, function in namespace:fst

Completed in 310 milliseconds