Home
last modified time | relevance | path

Searched defs:w1 (Results 1 – 25 of 107) sorted by relevance

12345

/external/openfst/src/include/fst/
Dfloat-weight.h242 inline TropicalWeightTpl<T> Plus(const TropicalWeightTpl<T> &w1, in Plus()
249 inline TropicalWeightTpl<float> Plus(const TropicalWeightTpl<float> &w1, in Plus()
254 inline TropicalWeightTpl<double> Plus(const TropicalWeightTpl<double> &w1, in Plus()
260 inline TropicalWeightTpl<T> Times(const TropicalWeightTpl<T> &w1, in Times()
273 inline TropicalWeightTpl<float> Times(const TropicalWeightTpl<float> &w1, in Times()
278 inline TropicalWeightTpl<double> Times(const TropicalWeightTpl<double> &w1, in Times()
371 inline LogWeightTpl<T> Plus(const LogWeightTpl<T> &w1, in Plus()
384 inline LogWeightTpl<float> Plus(const LogWeightTpl<float> &w1, in Plus()
389 inline LogWeightTpl<double> Plus(const LogWeightTpl<double> &w1, in Plus()
395 inline LogWeightTpl<T> Times(const LogWeightTpl<T> &w1, in Times()
[all …]
Dstring-weight.h370 Plus(const StringWeight<L, S> &w1, in Plus()
393 Plus(const StringWeight<L, STRING_LEFT> &w1, in Plus()
414 Plus(const StringWeight<L, STRING_RIGHT> &w1, in Plus()
434 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, in Times()
452 Divide(const StringWeight<L, S> &w1, in Divide()
482 Divide(const StringWeight<L, STRING_RIGHT> &w1, in Divide()
512 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, in Divide()
Dsparse-power-weight.h150 inline SparsePowerWeight<W, K> Plus(const SparsePowerWeight<W, K> &w1, in Plus()
160 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, in Times()
181 inline const W& DotProduct(const SparsePowerWeight<W, K> &w1, in DotProduct()
209 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, in Times()
Dsigned-log-weight.h108 inline SignedLogWeightTpl<T> Plus(const SignedLogWeightTpl<T> &w1, in Plus()
145 inline SignedLogWeightTpl<T> Minus(const SignedLogWeightTpl<T> &w1, in Minus()
152 inline SignedLogWeightTpl<T> Times(const SignedLogWeightTpl<T> &w1, in Times()
Dpower-weight.h99 inline PowerWeight<W, n> Plus(const PowerWeight<W, n> &w1, in Plus()
109 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w1, in Times()
148 inline W DotProduct(const PowerWeight<W, n> &w1, in DotProduct()
Dpair-weight.h54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} in PairWeight()
132 W1 w1 = W1::Zero(); in ReadNoParen() local
181 W1 w1 = W1::Zero(); in ReadWithParen() local
/external/openfst/src/test/
Dweight-tester.h42 Weight w1 = weight_generator_(); variable
66 void TestSemiring(Weight w1, Weight w2, Weight w3) { in TestSemiring()
129 void TestDivision(Weight w1, Weight w2) { in TestDivision()
156 void TestReverse(Weight w1, Weight w2) { in TestReverse()
168 void TestEquality(Weight w1, Weight w2, Weight w3) { in TestEquality()
/external/tcpdump/
Dprint-tipc.c73 u_int32_t w1; member
80 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument
81 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument
117 u_int32_t w1; member
131 u_int32_t w1; member
142 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument
153 u_int32_t w1; member
161 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument
167 u_int32_t w0, w1, w2; in print_payload() local
232 u_int32_t w0, w1, w2, w4, w5, w9; in print_internal() local
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Dnot_less_than.fail.cpp23 const std::weak_ptr<int> w1(p1); in main() local
Downer_before_weak_ptr.pass.cpp24 const std::weak_ptr<int> w1(p1); in main() local
Downer_before_shared_ptr.pass.cpp24 const std::weak_ptr<int> w1(p1); in main() local
/external/lzma/CPP/Common/
DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
Downer_before_weak_ptr.pass.cpp24 const std::weak_ptr<int> w1(p1); in main() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DSpdy3.java126 int w1; in nextFrame() local
193 int w1 = source.readInt(); in readSynStream() local
207 int w1 = source.readInt(); in readSynReply() local
226 int w1 = source.readInt(); in readHeaders() local
234 int w1 = source.readInt(); in readWindowUpdate() local
267 int w1 = source.readInt(); in readSettings() local
/external/libunwind/src/mips/
DGis_signal_frame.c33 unw_word_t w0, w1, ip; in unw_is_signal_frame() local
/external/libunwind/src/ppc/
DGis_signal_frame.c34 unw_word_t w0, w1, ip; in unw_is_signal_frame() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp42 const std::weak_ptr<int> w1(p1); in main() local
/external/libunwind/src/hppa/
DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; in unw_is_signal_frame() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
Dreset.pass.cpp34 std::weak_ptr<A> w1(p1); in main() local
Dswap.pass.cpp36 std::weak_ptr<A> w1(p1); in main() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
Dswap.pass.cpp36 std::weak_ptr<A> w1(p1); in main() local
/external/openssh/
Dblocks.c50 #define M(w0,w14,w9,w1) w0 = sigma1(w14) + w9 + sigma0(w1) + w0; argument
107 uint64 w1 = load_bigendian(in + 8); in crypto_hashblocks_sha512() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) in appendSlot()
221 void writeSlot(int position, int w0, int w1, int w2, int w3) in writeSlot()
/external/libunwind/src/x86_64/
DGstep.c38 unw_word_t w0, w1; in is_plt_entry() local
/external/opencv/cvaux/src/
Dcvmorphcontours.cpp384 double w1,w2; in _cvWorkEast() local
422 double w1,w2,w3; in _cvWorkSouthEast() local
482 double w1,w2; in _cvWorkSouth() local

12345