/external/openfst/src/include/fst/ |
D | float-weight.h | 242 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 …]
|
D | string-weight.h | 370 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()
|
D | sparse-power-weight.h | 150 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()
|
D | signed-log-weight.h | 108 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()
|
D | power-weight.h | 99 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()
|
D | pair-weight.h | 54 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/ |
D | weight-tester.h | 42 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/ |
D | print-tipc.c | 73 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/ |
D | not_less_than.fail.cpp | 23 const std::weak_ptr<int> w1(p1); in main() local
|
D | owner_before_weak_ptr.pass.cpp | 24 const std::weak_ptr<int> w1(p1); in main() local
|
D | owner_before_shared_ptr.pass.cpp | 24 const std::weak_ptr<int> w1(p1); in main() local
|
/external/lzma/CPP/Common/ |
D | MyGuidDef.h | 49 #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/ |
D | owner_before_weak_ptr.pass.cpp | 24 const std::weak_ptr<int> w1(p1); in main() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | Spdy3.java | 126 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/ |
D | Gis_signal_frame.c | 33 unw_word_t w0, w1, ip; in unw_is_signal_frame() local
|
/external/libunwind/src/ppc/ |
D | Gis_signal_frame.c | 34 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/ |
D | owner_less.pass.cpp | 42 const std::weak_ptr<int> w1(p1); in main() local
|
/external/libunwind/src/hppa/ |
D | Gis_signal_frame.c | 33 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/ |
D | reset.pass.cpp | 34 std::weak_ptr<A> w1(p1); in main() local
|
D | swap.pass.cpp | 36 std::weak_ptr<A> w1(p1); in main() local
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/ |
D | swap.pass.cpp | 36 std::weak_ptr<A> w1(p1); in main() local
|
/external/openssh/ |
D | blocks.c | 50 #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/ |
D | ChunkedIntArray.java | 71 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/ |
D | Gstep.c | 38 unw_word_t w0, w1; in is_plt_entry() local
|
/external/opencv/cvaux/src/ |
D | cvmorphcontours.cpp | 384 double w1,w2; in _cvWorkEast() local 422 double w1,w2,w3; in _cvWorkSouthEast() local 482 double w1,w2; in _cvWorkSouth() local
|