HomeSort by relevance Sort by last modified time
    Searched refs:vec2 (Results 1 - 20 of 20) sorted by null

  /external/quake/quake/src/QW/client/
cl_cam.c 136 pmtrace_t Cam_DoTrace(vec3_t vec1, vec3_t vec2)
147 return PM_PlayerMove(pmove.origin, vec2);
204 vec3_t vec, vec2; local
214 VectorAdd(forward, up, vec2);
215 VectorAdd(vec2, right, vec2);
216 if ((f = Cam_TryFlyby(self, player, vec2, checkvis)) < max) {
218 VectorCopy(vec2, vec);
220 VectorAdd(forward, up, vec2);
221 VectorSubtract(vec2, right, vec2)
    [all...]
  /external/astl/tests/
test_vector.cpp 51 vector<int> vec2(100);
52 EXPECT_TRUE(!vec2.empty());
53 EXPECT_TRUE(vec2.size() == 100);
54 EXPECT_TRUE(vec2.capacity() == 100);
57 EXPECT_TRUE(vec2[i] == 0);
114 const vector<float> vec2(100, 10.0f);
118 EXPECT_TRUE(vec2[i] == 10.0f);
193 vector<int> vec2; local
195 EXPECT_TRUE(vec2.capacity() == 0);
196 EXPECT_TRUE(vec2.reserve())
268 vector<int> vec2; local
397 vector<int> vec2; local
454 const vector<int> vec2; local
    [all...]
  /frameworks/base/services/surfaceflinger/
Transform.h 95 struct vec2 { struct in class:android::Transform
97 inline vec2() { } function in struct:android::Transform::vec2
98 inline vec2(float a, float b) { function in struct:android::Transform::vec2
113 vec2 transform(const vec2& v) const;
Transform.cpp 211 Transform::vec2 Transform::transform(const vec2& v) const {
212 vec2 r;
231 vec2 v(x, y);
245 vec2 lt( bounds.left, bounds.top );
246 vec2 rt( bounds.right, bounds.top );
247 vec2 lb( bounds.left, bounds.bottom );
248 vec2 rb( bounds.right, bounds.bottom );
  /bionic/libc/kernel/common/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /development/ndk/platforms/android-3/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /external/kernel-headers/original/linux/
bio.h 211 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \
212 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
215 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) \
216 ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /external/freetype/src/base/
ftoutln.c 223 FT_Vector vec1, vec2; local
236 vec2.x = SCALED( point[-1].x );
237 vec2.y = SCALED( point[-1].y );
251 vec2.x / 64.0, vec2.y / 64.0 ));
252 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
262 vec2.x / 64.0, vec2.y / 64.0 ));
263 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
ftstroke.c 313 FT_Vector* vec2 = border->points + count - 1; local
316 for ( ; vec1 < vec2; vec1++, vec2-- )
322 *vec1 = *vec2;
323 *vec2 = tmp;
1818 FT_Vector vec1, vec2; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1624 FT_Vector vec1, vec2; local
    [all...]
  /external/kernel-headers/original/asm-arm/
io.h 280 #define BIOVEC_MERGEABLE(vec1, vec2) \
281 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2544 Int vec1, vec2, vec3; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 5135 FT_Vector* vec2 = CUR.zp1.orus + K; local
6067 FT_Vector* vec2 = &CUR.zp0.org[CUR.GS.rp0]; local
6075 FT_Vector* vec2 = &CUR.zp0.orus[CUR.GS.rp0]; local
    [all...]
  /external/v8/src/
objects.cc 4384 Vector<const char> vec2 = other->ToAsciiVector(); local
    [all...]

Completed in 314 milliseconds