Searched refs:IntVec (Results 1 – 8 of 8) sorted by relevance
/external/clang/unittests/AST/ |
D | ASTVectorTest.cpp | 73 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/ |
D | IntVec.java | 37 public class IntVec { class 42 public IntVec() { in IntVec() method in IntVec 46 public IntVec(int startSize) { in IntVec() method in IntVec
|
D | TriStrip.java | 127 IntVec tempIndices = new IntVec(); in generateStrips() 145 IntVec stripIndices = new IntVec(); in generateStrips()
|
D | StripInfo.java | 149 IntVec scratchIndices = new IntVec(); in build()
|
D | Stripifier.java | 47 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/ |
D | overloadable.c | 57 typedef Int IntVec __attribute__((vector_size(16))); typedef 59 double magnitude(IntVec) __attribute__((__overloadable__));
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9209 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/ |
D | NOTICE | 20929 ==> engine/src/tools/jme3tools/converters/model/strip/IntVec.java <==
|