Searched refs:v1 (Results 101 - 125 of 378) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DPlane.java233 * @param v1
240 public void setPlanePoints(Vector3f v1, Vector3f v2, Vector3f v3) { argument
241 normal.set(v2).subtractLocal(v1);
242 normal.crossLocal(v3.x - v1.x, v3.y - v1.y, v3.z - v1.z)
244 constant = normal.dot(v1);
H A DRay.java101 * @param v1
107 // public boolean intersect(Vector3f v0,Vector3f v1,Vector3f v2){
108 // return intersectWhere(v0, v1, v2, null);
130 * @param v1
139 public boolean intersectWhere(Vector3f v0, Vector3f v1, Vector3f v2, argument
141 return intersects(v0, v1, v2, loc, false, false);
170 * @param v1
179 public boolean intersectWherePlanar(Vector3f v0, Vector3f v1, Vector3f v2, argument
181 return intersects(v0, v1, v2, loc, true, false);
189 * @param v1
200 intersects(Vector3f v0, Vector3f v1, Vector3f v2, Vector3f store, boolean doPlanar, boolean quad) argument
271 intersects(Vector3f v0, Vector3f v1, Vector3f v2) argument
357 intersectWherePlanarQuad(Vector3f v0, Vector3f v1, Vector3f v2, Vector3f loc) argument
[all...]
H A DTriangle.java162 public void set(Vector3f v1, Vector3f v2, Vector3f v3) { argument
163 pointa.set(v1);
267 public static Vector3f computeTriangleNormal(Vector3f v1, Vector3f v2, Vector3f v3, Vector3f store) { argument
274 store.subtractLocal(v1).crossLocal(v3.x - v1.x, v3.y - v1.y, v3.z - v1.z);
/external/stlport/test/unit/
H A Dcollate_facets_test.cpp236 vector<string> v1(strs, strs + sizeof(strs) / sizeof(strs[0]));
237 sort(v1.begin(), v1.end(), loc);
240 CPPUNIT_ASSERT( v1 == v2 );
242 CPPUNIT_ASSERT( (cfacet_byname.transform(v1[0].data(), v1[0].data() + v1[0].size()).compare(cfacet_byname.transform(v1[1].data(), v1[1].data() + v1[
[all...]
/external/clang/test/CodeGen/
H A Daltivec.c9 // CHECK: @v1 = global <16 x i8> <i8 0, i8 0, i8 0, i8 1, i8 0, i8 0, i8 0, i8 2, i8 0, i8 0, i8 0, i8 3, i8 0, i8 0, i8 0, i8 4>
10 vector char v1 = (vector char)((vector int)(1, 2, 3, 4)); variable
H A Dvector-alignment.c6 double __attribute__((vector_size(16))) v1; variable
7 // CHECK: @v1 {{.*}}, align 16
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp50 volatile int v1; member in struct:Z1
H A Denum.cpp48 enum enum1 { v1 = __INT_MAX__ }; enumerator in enum:test1::enum1
49 int test1[is_same<__typeof(+v1), int>::value];
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnLocalTriangulator.h150 Vertex* v1,
154 m_vertices[1] = v1;
240 void addTriangle(Vertex* v0, Vertex* v1, Vertex* v2);
245 // Indicates whether the edge between vertex v0 and v1 is shared
247 bool isSharedEdge(Vertex* v0, Vertex* v1);
149 setVertices(Vertex* v0, Vertex* v1, Vertex* v2) argument
/external/chromium/googleurl/base/
H A Dlogging.h216 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { argument
218 ss << names << " (" << v1 << " vs. " << v2 << ")";
222 extern std::string* MakeCheckOpStringIntInt(int v1, int v2, const char* names);
225 std::string* MakeCheckOpString(const int& v1, const int& v2, const char* names) { argument
226 return MakeCheckOpStringIntInt(v1, v2, names);
255 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
257 if (v1 op v2) return NULL; \
258 else return MakeCheckOpString(v1, v2, names); \
260 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
261 if (v1 o
[all...]
/external/bluetooth/bluedroid/conf/
H A Dauto_pair_devlist.conf16 ExactNameBlacklist=Motorola IHF1000,i.TechBlueBAND,X5 Stereo v1.3,KML_CAN
/external/kernel-headers/original/asm-mips/
H A Dregdef.h23 #define v1 $3 macro
62 #define v1 $3 macro
/external/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm33 lvx v1, 0, r3
36 vperm v1, v1, v2, v0
38 stvx v1, 0, r5
/external/openfst/src/include/fst/
H A Dsparse-power-weight.h38 W Map(const K& k, const W& v1, const W& v2) const { argument
39 return Plus(v1, v2);
45 W Map(const K& k, const W& v1, const W& v2) const { argument
46 return Times(v1, v2);
55 W Map(const K& k, const W& v1, const W& v2) const { argument
56 return Divide(v1, v2, divide_type_);
64 W Map(const K& k, const W& v1, const W& v2) const { argument
65 return ApproxEqual(v1, v2, delta_) ? W::One() : W::Zero();
/external/v8/test/mjsunit/
H A Dmath-min-max.js127 var v1 = 1;
139 assertEquals(v2, Math.max(v1++, v2++));
140 assertEquals(v1, Math.min(v1++, v2++));
150 assertEquals(v1, Math.min(v1++, v9++)); // int32, double
152 assertEquals(v1, Math.min(v1++, v6)); // int32, tagged
/external/valgrind/main/memcheck/tests/
H A Dwrap6.c22 register UInt v1 = vec[1-1]; \
52 v1 = ROL(v1,1); \
81 sum ^= ((0xFFF & v1) * i); \
82 sum ^= (v1-v2); \
83 sum ^= (v1-v3); \
84 sum ^= (v1-v4); \
85 sum ^= (v1-v5); \
86 sum ^= (v1-v6); \
87 sum ^= (v1
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatRect.cpp140 T min3(const T& v1, const T& v2, const T& v3) argument
142 return min(min(v1, v2), v3);
146 T max3(const T& v1, const T& v2, const T& v3) argument
148 return max(max(v1, v2), v3);
152 T min4(const T& v1, const T& v2, const T& v3, const T& v4) argument
154 return min(min(v1, v2), min(v3, v4));
158 T max4(const T& v1, const T& v2, const T& v3, const T& v4) argument
160 return max(max(v1, v2), max(v3, v4));
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java30 private float v1; field in class:LetterQuad
117 return v1;
237 v1 = v0 + (float) bitmapChar.getHeight() / charSet.getHeight();
242 v1 = 0;
383 float v1 = 1f - this.v1;
386 tc[2] = u0; tc[3] = v1;
387 tc[4] = u1; tc[5] = v1;
437 float v1 = 1 - this.v1;
[all...]
/external/skia/src/animator/
H A DSkOperandIterpolator.cpp112 SkOperand v1[3], v2[3], v[3], vv[3]; local
115 inter.setKeyFrame(0, 100, iset(v1, 10, 20, 30), 0);
120 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
124 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
128 SkASSERT(memcmp(v, v1, sizeof(v)) == 0);
/external/guava/guava/src/com/google/common/collect/
H A DImmutableListMultimap.java67 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { argument
70 builder.put(k1, v1);
77 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
80 builder.put(k1, v1);
89 K k1, V v1, K k2, V v2, K k3, V v3) {
92 builder.put(k1, v1);
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
105 builder.put(k1, v1);
116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
119 builder.put(k1, v1);
88 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
101 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
115 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableMap.java74 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { argument
76 checkNotNull(k1), checkNotNull(v1));
84 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { argument
85 return new RegularImmutableMap<K, V>(entryOf(k1, v1), entryOf(k2, v2));
94 K k1, V v1, K k2, V v2, K k3, V v3) {
96 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3));
105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
107 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
117 return new RegularImmutableMap<K, V>(entryOf(k1, v1),
93 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
104 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
115 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableListMultimap.java62 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { argument
65 builder.put(k1, v1);
72 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
75 builder.put(k1, v1);
84 K k1, V v1, K k2, V v2, K k3, V v3) {
87 builder.put(k1, v1);
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
100 builder.put(k1, v1);
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
114 builder.put(k1, v1);
83 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
110 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableMap.java72 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { argument
74 checkNotNull(k1), checkNotNull(v1));
77 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { argument
78 return new RegularImmutableMap<K, V>(entryOf(k1, v1), entryOf(k2, v2));
82 K k1, V v1, K k2, V v2, K k3, V v3) {
84 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3));
88 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
90 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
95 return new RegularImmutableMap<K, V>(entryOf(k1, v1),
81 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
87 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
93 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngvcrd.c1250 movq mm0, [esi] ; X X v2 v1 v0 v5 v4 v3
1251 movq mm7, mm0 ; X X v2 v1 v0 v5 v4 v3
1252 movq mm6, mm0 ; X X v2 v1 v0 v5 v4 v3
1253 psllq mm0, 24 ; v1 v0 v5 v4 v3 0 0 0
1255 psrlq mm6, 24 ; 0 0 0 X X v2 v1 v0
1256 por mm0, mm7 ; v1 v0 v5 v4 v3 v5 v4 v3
1257 movq mm5, mm6 ; 0 0 0 X X v2 v1 v0
1258 psllq mm6, 8 ; 0 0 X X v2 v1 v0 0
1262 por mm6, mm5 ; 0 0 X X v2 v1 v0 v2
1297 movd mm0, [esi] ; X X X X X v2 v1 v
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DOBJLoader.java198 Vertex v1 = f.verticies[1];
205 // v1 and v3
207 float d2 = v1.v.distanceSquared(v3.v);
211 t[0].verticies[1] = v1;
214 t[1].verticies[0] = v1;
218 // put an edge in v1, v3
220 t[0].verticies[1] = v1;
483 Vertex v1 = f.verticies[1];
488 posBuf.position(v1.index * 3);
489 posBuf.put(v1
[all...]

Completed in 718 milliseconds

1234567891011>>