HomeSort by relevance Sort by last modified time
    Searched full:vec1 (Results 1 - 25 of 42) sorted by null

1 2

  /external/astl/tests/
test_vector.cpp 45 vector<int> vec1; local
46 EXPECT_TRUE(vec1.empty());
47 EXPECT_TRUE(vec1.size() == 0);
48 EXPECT_TRUE(vec1.capacity() == 0);
76 vector<string> vec1; local
77 EXPECT_TRUE(vec1.empty());
78 EXPECT_TRUE(vec1.size() == 0);
79 EXPECT_TRUE(vec1.capacity() == 0);
89 vector<B> vec1; local
90 EXPECT_TRUE(vec1.empty())
250 vector<CtorDtorCounter> vec1; local
464 vector<CtorDtorCounter> vec1; local
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_helper.h 106 std::vector<Value *> vec1 = extractVector(builder, in1); local
109 Value * cmp = builder.CreateICmpSGT(vec1[i], vec2[i], name("iVecSelCmp"));
110 vec1[i] = builder.CreateSelect(cmp, vec1[i], vec2[i], name("iVecSel"));
112 return intVec(builder, vec1[0], vec1[1], vec1[2], vec1[3]);
117 std::vector<Value *> vec1 = extractVector(builder, in1); local
120 Value * cmp = builder.CreateICmpSLT(vec1[i], vec2[i], name("iVecSelCmp"))
    [all...]
  /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)
  /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)
  /prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/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/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)
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.c 8 const unsigned int vec1[4] variable
23 asm __volatile__("movups (%0), %%xmm1" : : "r"(&vec1[0]) : "xmm1" );
  /external/valgrind/main/memcheck/tests/x86/
fxsave.c 11 const unsigned int vec1[4] variable
63 asm __volatile__("movups " VG_SYM(vec1) ", %xmm1");
  /external/opencv/cv/src/
cvoptflowbm.cpp 48 icvCmpBlocksL1_8u_C1( const uchar * vec1, const uchar * vec2, int len )
54 int t0 = abs(vec1[i] - vec2[i]);
55 int t1 = abs(vec1[i + 1] - vec2[i + 1]);
56 int t2 = abs(vec1[i + 2] - vec2[i + 2]);
57 int t3 = abs(vec1[i + 3] - vec2[i + 3]);
64 int t0 = abs(vec1[i] - vec2[i]);
  /external/freetype/src/base/
ftoutln.c 223 FT_Vector vec1, vec2; local
233 vec1.x = SCALED( point[-2].x );
234 vec1.y = SCALED( point[-2].y );
250 vec1.x / 64.0, vec1.y / 64.0,
252 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
261 vec1.x / 64.0, vec1.y / 64.0,
263 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
ftstroke.c 370 FT_Vector* vec1 = border->points + start + 1; local
374 for ( ; vec1 < vec2; vec1++, vec2-- )
379 tmp = *vec1;
380 *vec1 = *vec2;
2189 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)))
  /external/freetype/src/smooth/
ftgrays.c 1607 FT_Vector vec1, vec2; local
    [all...]
  /external/opencv/cv/include/
cvcompat.h 369 #define cvmMahalanobis(vec1, vec2, mat) cvMahalanobis( vec1, vec2, mat )
370 #define cvmDotProduct( vec1, vec2 ) cvDotProduct( vec1, vec2 )
371 #define cvmCrossProduct(vec1, vec2,dst) cvCrossProduct( vec1, vec2, dst )
    [all...]
  /external/llvm/test/CodeGen/CellSPU/
rotate_ops.ll 168 %vec1 = insertelement <1 x float> undef, float %el, i32 0
169 %rv = shufflevector <1 x float> %vec1, <1 x float> undef, <2 x i32><i32 0,i32 0>
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 1200 let vec1 = build_insertelement t1 p1 p2 "Vec1" atentry in var
    [all...]
  /external/mesa3d/src/glsl/
README 123 (vec1 * vec2 + vec3 == mad(vec1, vec2, vec3)) are easier. This comes

Completed in 1974 milliseconds

1 2