Home
last modified time | relevance | path

Searched defs:Times (Results 1 – 15 of 15) sorted by relevance

/external/openfst/src/include/fst/
Dfloat-weight.h260 inline TropicalWeightTpl<T> Times(const TropicalWeightTpl<T> &w1, in Times() function
273 inline TropicalWeightTpl<float> Times(const TropicalWeightTpl<float> &w1, in Times() function
278 inline TropicalWeightTpl<double> Times(const TropicalWeightTpl<double> &w1, in Times() function
395 inline LogWeightTpl<T> Times(const LogWeightTpl<T> &w1, in Times() function
408 inline LogWeightTpl<float> Times(const LogWeightTpl<float> &w1, in Times() function
413 inline LogWeightTpl<double> Times(const LogWeightTpl<double> &w1, in Times() function
522 inline MinMaxWeightTpl<T> Times( in Times() function
529 inline MinMaxWeightTpl<float> Times( in Times() function
534 inline MinMaxWeightTpl<double> Times( in Times() function
Dpower-weight.h109 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w1, in Times() function
130 inline PowerWeight<W, n> Times(const W &s, const PowerWeight<W, n> &w) { in Times() function
139 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w, const W &s) { in Times() function
Dsparse-power-weight.h160 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, in Times() function
202 inline SparsePowerWeight<W, K> Times(const W &k, in Times() function
209 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, in Times() function
Dproduct-weight.h99 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, in Times() function
Dlexicographic-weight.h135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, in Times() function
Dexpectation-weight.h125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w, in Times() function
Dsigned-log-weight.h152 inline SignedLogWeightTpl<T> Times(const SignedLogWeightTpl<T> &w1, in Times() function
Dstring-weight.h434 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, in Times() function
/external/mockito/src/org/mockito/internal/verification/
DTimes.java22 public class Times implements VerificationInOrderMode, VerificationMode { class
26 public Times(int wantedNumberOfInvocations) { in Times() method in Times
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfloat-weight.h157 inline TropicalWeight Times(const TropicalWeight &w1, in Times() function
231 inline LogWeight Times(const LogWeight &w1, const LogWeight &w2) { in Times() function
Dproduct-weight.h178 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, in Times() function
Dstring-weight.h416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, in Times() function
/external/chromium_org/v8/src/
Ddiy-fp.h47 static DiyFp Times(const DiyFp& a, const DiyFp& b) { in Times() function
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Ddiy-fp.h73 static DiyFp Times(const DiyFp& a, const DiyFp& b) { in Times() function
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector_browsertest.cc371 TEST_F(DeviceStatusCollectorTest, Times) { in TEST_F() argument