Home
last modified time | relevance | path

Searched refs:IntVec (Results 1 – 8 of 8) sorted by relevance

/external/clang/unittests/AST/
DASTVectorTest.cpp73 ArrayRef<int> IntVec(Values); in TEST_F() local
74 auto I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.begin()); in TEST_F()
79 I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.end()); in TEST_F()
83 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.begin()); in TEST_F()
84 ASSERT_EQ(V.begin() + IntVec.size(), I); in TEST_F()
87 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.end()); in TEST_F()
88 ASSERT_EQ(V.begin() + IntVec.size(), I); in TEST_F()
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
DIntVec.java37 public class IntVec { class
42 public IntVec() { in IntVec() method in IntVec
46 public IntVec(int startSize) { in IntVec() method in IntVec
DTriStrip.java127 IntVec tempIndices = new IntVec(); in generateStrips()
145 IntVec stripIndices = new IntVec(); in generateStrips()
DStripInfo.java149 IntVec scratchIndices = new IntVec(); in build()
DStripifier.java47 IntVec indices = new IntVec();
291 static int getNextIndex(IntVec indices, FaceInfo face) { in getNextIndex()
782 int createStrips(StripInfoVec allStrips, IntVec stripIndices, in createStrips()
1330 void stripify(IntVec in_indices, int in_cacheSize, int in_minStripLength, in stripify()
/external/clang/test/Sema/
Doverloadable.c57 typedef Int IntVec __attribute__((vector_size(16))); typedef
59 double magnitude(IntVec) __attribute__((__overloadable__));
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9209 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() local
9211 IntVec.getValueType().getVectorNumElements()); in PerformSTORECombine()
9212 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()
/external/jmonkeyengine/
DNOTICE20929 ==> engine/src/tools/jme3tools/converters/model/strip/IntVec.java <==