/external/opencv/cxcore/src/ |
cxjacobieigens.cpp | 106 float *V1 = V, *A1 = A; 109 for( p = 0; p < n - 1; p++, A1 += n, V1 += n ) 142 Vpi = V1[i]; 146 V1[i] = (float) (Vpi * c - Vqi * s); 153 Vpi = V1[i]; 157 V1[i] = (float) (Vpi * c - Vqi * s); 164 Vpi = V1[i]; 168 V1[i] = (float) (Vpi * c - Vqi * s); 223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; 234 for( i = 0; i < n; i++, V1 += n, A1 += n [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/ |
OrthogonalTiledMapRenderer.java | 27 import static com.badlogic.gdx.graphics.g2d.Batch.V1; 110 float v1 = region.getV2(); local 118 vertices[V1] = v1; 136 vertices[V4] = v1; 147 float temp = vertices[V1]; 148 vertices[V1] = vertices[V3]; 157 float tempV = vertices[V1]; 158 vertices[V1] = vertices[V2]; 177 float tempV = vertices[V1]; [all...] |
IsometricTiledMapRenderer.java | 133 float v1 = region.getV2(); local 141 vertices[V1] = v1; 159 vertices[V4] = v1; 170 float temp = vertices[V1]; 171 vertices[V1] = vertices[V3]; 180 float tempV = vertices[V1]; 181 vertices[V1] = vertices[V2]; 200 float tempV = vertices[V1]; 201 vertices[V1] = vertices[V3] [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Tables.java | 332 public static <R, C, V1, V2> Table<R, C, V2> transformValues( 333 Table<R, C, V1> fromTable, Function<? super V1, V2> function) { 334 return new TransformedTable<R, C, V1, V2>(fromTable, function); 337 private static class TransformedTable<R, C, V1, V2> 339 final Table<R, C, V1> fromTable; 340 final Function<? super V1, V2> function; 343 Table<R, C, V1> fromTable, Function<? super V1, V2> function) { 389 Function<Cell<R, C, V1>, Cell<R, C, V2>> cellFunction() [all...] |
Multimaps.java | [all...] |
Maps.java | [all...] |
/external/llvm/unittests/Support/ |
AlignOfTest.cpp | 62 struct V1 { virtual ~V1(); }; 64 struct V3 : V1 { 83 V1::~V1() {} 129 [AlignOf<V1>::Alignment > 0] 169 EXPECT_LE(alignOf<S1>(), alignOf<V1>()); 170 EXPECT_LE(alignOf<V1>(), alignOf<V2>()); 171 EXPECT_LE(alignOf<V1>(), alignOf<V3>()); 172 EXPECT_LE(alignOf<V1>(), alignOf<V4>()) [all...] |
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
SignedCertificateTimestamp.java | 29 V1 89 if (version != Version.V1.ordinal()) { 94 Version.V1,
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Multimaps.java | [all...] |
Maps.java | [all...] |
Platform.java | 123 static <K, V1, V2> SortedMap<K, V2> mapsTransformEntriesSortedMap( 124 SortedMap<K, V1> fromMap, 125 EntryTransformer<? super K, ? super V1, V2> transformer) {
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp | 8 struct V1 { 10 virtual ~V1(); 28 struct V4 : Z, V1, V2 { 56 struct A : virtual V1 { 57 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' (2 entries). 124 // CHECK-LABEL: VFTable for 'V1' in 'V4' in 'simple::C' (2 entries). 239 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::A' (2 entries). 266 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::B' (2 entries). 283 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::C' (2 entries). 352 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::G' (2 entries) [all...] |
vtable-layout.cpp | 240 struct V1 { int v1; }; member in struct:Test4::V1 241 struct V2 : virtual V1 { int v1; }; member in struct:Test4::V2 244 virtual V1 *f(); 1047 int v1; member in struct:Test22::V1 [all...] |
thunks.cpp | 53 struct V1 { }; 54 struct V2 : virtual V1 { }; 57 virtual V1 *f();
|
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 371 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 373 return Create(Instruction::OPC, V1, V2, Name);\ 377 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 379 return Create(Instruction::OPC, V1, V2, Name, BB);\ 383 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 385 return Create(Instruction::OPC, V1, V2, Name, I);\ 389 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 391 BinaryOperator *BO = Create(Opc, V1, V2, Name); 395 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 397 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB) [all...] |
/external/llvm/lib/Target/Hexagon/ |
BitTracker.cpp | 441 const BitValue &V1 = A1[I]; 443 if (!V1.num() || !V2.num()) 445 unsigned S = bool(V1) + bool(V2) + Carry; 450 const BitValue &V1 = A1[I]; 454 if (V1.is(Carry)) 457 Res[I] = BitValue::ref(V1); 475 const BitValue &V1 = A1[I]; 477 if (!V1.num() || !V2.num()) 479 unsigned S = bool(V1) - bool(V2) - Borrow; 484 const BitValue &V1 = A1[I] [all...] |
/external/llvm/lib/IR/ |
ConstantFold.cpp | 727 Constant *V1, Constant *V2) { 730 if (Cond->isAllOnesValue()) return V1; 736 for (unsigned i = 0, e = V1->getType()->getVectorNumElements(); i != e;++i){ 738 Constant *V1Element = ConstantExpr::getExtractElement(V1, 755 if (Result.size() == V1->getType()->getVectorNumElements()) 760 if (isa<UndefValue>(V1)) return V1; 763 if (isa<UndefValue>(V1)) return V2; 764 if (isa<UndefValue>(V2)) return V1; 765 if (V1 == V2) return V1 [all...] |
/external/llvm/include/llvm/Analysis/ |
BasicAliasAnalysis.h | 158 bool isValueEqualInPotentialCycles(const Value *V1, const Value *V2); 163 AliasResult aliasGEP(const GEPOperator *V1, uint64_t V1Size, 176 AliasResult aliasCheck(const Value *V1, uint64_t V1Size, AAMDNodes V1AATag,
|
/external/clang/test/Parser/ |
recovery.cpp | 141 const int V1 = 1; // expected-note {{declared here}} 157 case ns::V1:: break; // expected-error{{'V1' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
|
/art/runtime/arch/mips/ |
registers_mips.h | 33 V1 = 3,
|
/art/runtime/arch/mips64/ |
registers_mips64.h | 33 V1 = 3,
|
/development/ndk/platforms/android-21/arch-mips/include/machine/ |
regnum.h | 39 #define V1 3
|
/development/ndk/platforms/android-21/arch-mips64/include/machine/ |
regnum.h | 39 #define V1 3
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
regnum.h | 39 #define V1 3
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btAABB.java | 83 public btAABB(Vector3 V1, Vector3 V2, Vector3 V3) { 84 this(CollisionJNI.new_btAABB__SWIG_1(V1, V2, V3), true); 87 public btAABB(Vector3 V1, Vector3 V2, Vector3 V3, float margin) { 88 this(CollisionJNI.new_btAABB__SWIG_2(V1, V2, V3, margin), true);
|