HomeSort by relevance Sort by last modified time
    Searched defs:Times (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h 73 static DiyFp Times(const DiyFp& a, const DiyFp& b) {
  /external/chromium_org/v8/src/
diy-fp.h 70 static DiyFp Times(const DiyFp& a, const DiyFp& b) {
  /external/openfst/src/include/fst/
expectation-weight.h 24 // Times: <a1, b1> * <a2, b2> = < (a1 * a2) , [(a1 * b2) + (a2 * b1)] >
125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w,
127 return ExpectationWeight<X1, X2>(Times(w.Value1(), v.Value1()),
128 Plus(Times(w.Value1(), v.Value2()),
129 Times(w.Value2(), v.Value1())));
lexicographic-weight.h 22 // 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,
137 return LexicographicWeight<W1, W2>(Times(w.Value1(), v.Value1()),
138 Times(w.Value2(), v.Value2()));
product-weight.h 99 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w,
101 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
102 Times(w.Value2(), v.Value2()));
power-weight.h 36 // The Times operation is overloaded to provide the
107 // Semiring times operation
109 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w1,
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) {
133 sw.SetValue(i, Times(s, w.Value(i)));
139 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w, const W &s) {
142 ws.SetValue(i, Times(w.Value(i), s));
152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
signed-log-weight.h 152 inline SignedLogWeightTpl<T> Times(const SignedLogWeightTpl<T> &w1,
sparse-power-weight.h 46 return Times(v1, v2);
76 // The Times operation is overloaded to provide the
158 // Semimodule times operation
160 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1,
183 const SparsePowerWeight<W, K>& product = Times(w1, w2);
202 inline SparsePowerWeight<W, K> Times(const W &k,
205 return Times(w1, w2);
209 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1,
212 return Times(w1, w2);
float-weight.h 260 inline TropicalWeightTpl<T> Times(const TropicalWeightTpl<T> &w1,
273 inline TropicalWeightTpl<float> Times(const TropicalWeightTpl<float> &w1,
275 return Times<float>(w1, w2);
278 inline TropicalWeightTpl<double> Times(const TropicalWeightTpl<double> &w1,
280 return Times<double>(w1, w2);
395 inline LogWeightTpl<T> Times(const LogWeightTpl<T> &w1,
408 inline LogWeightTpl<float> Times(const LogWeightTpl<float> &w1,
410 return Times<float>(w1, w2);
413 inline LogWeightTpl<double> Times(const LogWeightTpl<double> &w1,
415 return Times<double>(w1, w2)
    [all...]
string-weight.h 434 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1,
  /external/v8/src/
diy-fp.h 70 static DiyFp Times(const DiyFp& a, const DiyFp& b) {
  /external/mockito/src/org/mockito/internal/verification/
Times.java 22 public class Times implements VerificationInOrderMode, VerificationMode {
26 public Times(int wantedNumberOfInvocations) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 157 inline TropicalWeight Times(const TropicalWeight &w1,
231 inline LogWeight Times(const LogWeight &w1, const LogWeight &w2) {
product-weight.h 178 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w,
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
181 Times(w.Value2(), v.Value2()));
string-weight.h 416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1,
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 382 milliseconds