Home
last modified time | relevance | path

Searched defs:W (Results 1 – 25 of 273) sorted by relevance

1234567891011

/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp200 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local
221 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local
242 uint16_t W = width(); in rol() local
273 uint16_t W = width(), WRC = RC.width(); in cat() local
282 uint16_t W = width(); in ct() local
292 uint16_t W = width(); in cl() local
302 uint16_t W = Bits.size(); in operator ==() local
386 uint16_t W = A.width(); in isInt() local
398 uint16_t W = A.width(); in toInt() local
435 uint16_t W = A1.width(); in eADD() local
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vtables-virtual-inheritance.cpp265 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/libvpx/libvpx/vpx_dsp/
Dvariance.c160 #define VAR(W, H) \ argument
169 #define SUBPIX_VAR(W, H) \ argument
185 #define SUBPIX_AVG_VAR(W, H) \ argument
211 #define GET_VAR(W, H) \ argument
222 #define MSE(W, H) \ argument
232 #define VARIANCES(W, H) \ argument
327 #define HIGHBD_VAR(W, H) \ argument
377 #define HIGHBD_MSE(W, H) \ argument
458 #define HIGHBD_SUBPIX_VAR(W, H) \ argument
510 #define HIGHBD_SUBPIX_AVG_VAR(W, H) \ argument
[all …]
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp5.cpp35 struct W { struct
39 W w = W(); // ok argument
/external/clang/utils/ABITest/
DEnumeration.py83 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/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h191 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
239 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
260 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
DFormat.h123 FormattedString(StringRef S, unsigned W, bool R) in FormattedString()
152 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U, in FormattedNumber()
/external/skia/gm/
Dgm.h33 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument
35 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR)\ argument
37 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
Dcolortypexfermode.cpp20 const static int W = 64; member in skiagm::ColorTypeXfermodeGM
123 const int W = 5; in onDraw() local
/external/fio/crc/
Dsha256.c57 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
Dsha512.c95 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()
Dsha1.h12 unsigned int W[16]; member
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Dhetero-nodes.rb293 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes
362 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes
401 class W < ANTLR3::CommonTree class in TestHeterogeneousNodeTypes
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h45 #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/llvm/lib/Analysis/
DLint.cpp654 if (Value *W = PN->hasConstantValue()) in findValueImpl() local
661 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(), in findValueImpl() local
674 if (Value *W = FindInsertedValue(CE->getOperand(0), Indices)) in findValueImpl() local
682 if (Value *W = SimplifyInstruction(Inst, *DL, TLI, DT, AC)) in findValueImpl() local
685 if (Value *W = ConstantFoldConstantExpression(CE, *DL, TLI)) in findValueImpl() local
/external/opencv/cvaux/src/
Dcvmorphcontours.cpp382 void _cvWorkEast(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2) in _cvWorkEast()
420 void _cvWorkSouthEast(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2) in _cvWorkSouthEast()
480 void _cvWorkSouth(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2) in _cvWorkSouth()
631 _CvWork** W; // graph for search minimum of work in icvCalcContoursCorrespondence() local
/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.h31 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half) argument
35 #define vp8bc_write_bit( W, V) vp8bc_write_bits( W, V, 1) argument
/external/clang/test/CodeGen/
D2002-12-15-GlobalConstantTest.c4 const char *W = "foo"; variable
D2007-03-26-BitfieldAfterZeroWidth.c2 struct W {}; struct
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dunderlying_type.pass.cpp18 enum F { W = UINT_MAX }; enumerator
/external/clang/test/CodeGenObjC/
Ddebug-info-lifetime-crash.m13 {
/external/skia/samplecode/
DSampleXfermodesBlur.cpp75 const static int W = 64; member in XfermodesBlurView
165 const int W = 5; in onDrawContent() local
/external/eigen/lapack/
Ddlapy2.f84 DOUBLE PRECISION W, XABS, YABS, Z local
Dslapy2.f84 REAL W, XABS, YABS, Z local
Dslapy3.f87 REAL W, XABS, YABS, ZABS local

1234567891011