/external/openfst/src/include/fst/ |
D | power-weight.h | 51 PowerWeight(const TupleWeight<W, n> &w) : TupleWeight<W, n>(w) {} in PowerWeight() 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() 130 inline PowerWeight<W, n> Times(const W &s, const PowerWeight<W, n> &w) { in Times() 139 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w, const W &s) { in Times() 148 inline W DotProduct(const PowerWeight<W, n> &w1, in DotProduct()
|
D | sparse-power-weight.h | 92 SparsePowerWeight(const SparseTupleWeight<W, K> &w) : in SparsePowerWeight() 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() 203 const SparsePowerWeight<W, K> &w2) { in Times() 209 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, in Times()
|
D | sparse-tuple-weight.h | 88 SparseTupleWeight(const SparseTupleWeight<W, K> &w) { in SparseTupleWeight() 232 explicit SparseTupleWeightIterator(const SparseTupleWeight<W, K>& w) in SparseTupleWeightIterator() 268 SparseTupleWeight<W, K>* ret, in SparseTupleWeightMap() 269 const SparseTupleWeight<W, K>& w1, in SparseTupleWeightMap() 397 inline istream& SparseTupleWeight<W, K>::ReadNoParen( in ReadNoParen() 491 inline istream& SparseTupleWeight<W, K>::ReadWithParen( in ReadWithParen()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vtables-virtual-inheritance.cpp | 265 struct W : virtual A { struct 333 struct W : Z, D, virtual A, virtual B { struct 366 W::W() {} in W() function in Test9::W 452 struct W : virtual X, A {}; struct 474 struct W : Z { struct 480 int w; 484 W::W() {} in W() function in Test12::W 509 struct W : Z, X { struct 610 struct W : Z { struct 754 struct W : B, Y { struct [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
D | p5.cpp | 35 struct W { struct 39 W w = W(); // ok argument
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 192 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local 240 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local 261 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument 132 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument 154 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument
|
/external/fio/crc/ |
D | sha256.c | 57 static inline void LOAD_OP(int I, uint32_t *W, const uint8_t *input) in LOAD_OP() 62 static inline void BLEND_OP(int I, uint32_t *W) in BLEND_OP() 70 uint32_t W[64]; in sha256_transform() local
|
D | sha512.c | 95 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() 100 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP() 105 static void sha512_transform(uint64_t *state, uint64_t *W, const uint8_t *input) in sha512_transform()
|
D | sha1.h | 12 unsigned int W[16]; member
|
D | sha512.h | 8 uint64_t W[80]; member
|
/external/clang/test/CodeGen/ |
D | 2002-12-15-GlobalConstantTest.c | 4 const char *W = "foo"; variable
|
D | 2007-03-26-BitfieldAfterZeroWidth.c | 2 struct W {}; struct
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 45 #define EIGEN_INIT_NEON_PACKET4(X, Y, Z, W) {{X, Y, Z, W}} argument 49 #define EIGEN_INIT_NEON_PACKET4(X, Y, Z, W) {X, Y, Z, W} argument
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | underlying_type.pass.cpp | 18 enum F { W = UINT_MAX }; enumerator
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
D | hetero-nodes.rb | 293 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 362 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes 401 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-lifetime-crash.m | 13 {
|
/external/libvpx/libvpx/vp8/common/ppc/ |
D | platform_altivec.asm | 15 .macro W V P macro
|
/external/skia/gm/ |
D | colortypexfermode.cpp | 27 const static int W = 64; member in skiagm::ColorTypeXfermodeGM 123 const int W = 5; in onDraw() local
|
/external/eigen/lapack/ |
D | slapy3.f | 87 REAL W, XABS, YABS, ZABS local
|
D | dlapy2.f | 84 DOUBLE PRECISION W, XABS, YABS, Z local
|
D | slapy2.f | 84 REAL W, XABS, YABS, Z local
|
D | dlapy3.f | 87 DOUBLE PRECISION W, XABS, YABS, ZABS local
|
/external/llvm/lib/Target/AArch64/TargetInfo/ |
D | AArch64TargetInfo.cpp | 29 RegisterTarget<Triple::aarch64_be, /*HasJIT=*/true> W( in LLVMInitializeAArch64TargetInfo() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | treewriter.h | 30 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half) argument 34 #define vp8bc_write_bit( W, V) vp8bc_write_bits( W, V, 1) argument
|