HomeSort by relevance Sort by last modified time
    Searched defs:vec (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
arm-vector-align.c 27 int32x2_t vec = vld1_dup_s32(addr); local
29 vst1_lane_s32(addr, vec, 1);
  /external/compiler-rt/test/asan/TestCases/Linux/
mincore.cc 8 unsigned char vec[20]; local
14 res = mincore(addr, 10 * PS, vec);
17 assert((vec[i] & 1) == 0);
21 res = mincore(addr, 10 * PS, vec);
24 assert((vec[i] & 1) == (i < 5));
28 res = mincore(addr, 10 * PS, vec);
31 assert((vec[i] & 1) == 1);
  /external/compiler-rt/test/msan/Linux/
mincore.cc 9 unsigned char vec[20]; local
15 __msan_poison(&vec, sizeof(vec));
16 res = mincore(addr, 10 * PS, vec);
18 assert(__msan_test_shadow(vec, sizeof(vec)) == 10);
20 __msan_poison(&vec, sizeof(vec));
21 res = mincore(addr, 10 * PS + 42, vec);
23 assert(__msan_test_shadow(vec, sizeof(vec)) == 11)
    [all...]
syscalls.cc 97 struct iovec vec[2] = { {&buf[40], 3}, {&buf[50], 20} }; local
99 iocb[2].aio_buf = (__u64)(&vec);
  /external/tcpdump/
print-carp.c 71 struct cksum_vec vec[1]; local
72 vec[0].ptr = (const uint8_t *)bp;
73 vec[0].len = len;
74 if (ND_TTEST2(bp[0], len) && in_cksum(vec, 1))
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
shape_util.cc 28 auto vec = shape_constant->vec<int32>(); local
36 vec(i) = static_cast<int32>(dim_size);
39 auto vec = shape_constant->vec<int64>(); local
42 vec(i) = dim_size;
  /external/clang/test/Sema/
ext_vector_comparisons.c 6 int4 vec, rv; local
9 return vec == vec; // expected-warning{{self-comparison always evaluates to a constant}}
10 return vec != vec; // expected-warning{{self-comparison always evaluates to a constant}}
11 return vec < vec; // expected-warning{{self-comparison always evaluates to a constant}}
12 return vec <= vec; // expected-warning{{self-comparison always evaluates to a constant}}
13 return vec > vec; // expected-warning{{self-comparison always evaluates to a constant}
21 float4 vec, rv; local
    [all...]
  /device/google/contexthub/firmware/lib/libc/
crt.c 34 callVect vec = *start; local
35 if (vec != NULL)
36 vec();
  /external/clang/test/Index/
complete-cxx-inline-methods.cpp 4 vec.x = 0;
8 struct Vec { int x, y; };
9 Vec vec; member in class:__anon16290::MyCls
13 vec.x = 0;
28 // CHECK: CXXMethod:{ResultType MyCls::Vec &}{TypedText operator=}{LeftParen (}{Placeholder const MyCls::Vec &}{RightParen )} (34)
29 // CHECK-NEXT: StructDecl:{TypedText Vec}{Text ::} (75)
32 // CHECK-NEXT: CXXDestructor:{ResultType void}{TypedText ~Vec}{LeftParen (}{RightParen )} (34)
  /external/clang/test/OpenMP/
target_depend_messages.cpp 18 vector vec; local
45 #pragma omp target depend (in : vec[1]) // expected-error {{expected variable name, array element or array section}}
55 #pragma omp target depend (in : vec[1:2]) // expected-error {{ value is not an array or pointer}}
target_parallel_depend_messages.cpp 18 vector vec; local
45 #pragma omp target parallel depend (in : vec[1]) // expected-error {{expected variable name, array element or array section}}
55 #pragma omp target parallel depend (in : vec[1:2]) // expected-error {{ value is not an array or pointer}}
target_parallel_for_depend_messages.cpp 18 vector vec; local
46 #pragma omp target parallel for depend (in : vec[1]) // expected-error {{expected variable name, array element or array section}}
56 #pragma omp target parallel for depend (in : vec[1:2]) // expected-error {{ value is not an array or pointer}}
target_parallel_for_simd_depend_messages.cpp 18 vector vec; local
46 #pragma omp target parallel for simd depend (in : vec[1]) // expected-error {{expected variable name, array element or array section}}
56 #pragma omp target parallel for simd depend (in : vec[1:2]) // expected-error {{ value is not an array or pointer}}
task_depend_messages.cpp 18 vector vec; local
34 #pragma omp task depend (in : vec[1]) // expected-error {{expected variable name, array element or array section}}
39 #pragma omp task depend (in : vec[1:2]) // expected-error {{ value is not an array or pointer}}
  /external/freetype/include/freetype/
fttrigon.h 228 * call, the value of `vec.x' will be `cos(angle)', and the value of
229 * `vec.y' will be `sin(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
    [all...]
  /external/icu/icu4c/source/i18n/
fphdlimp.h 52 UVector32* vec; member in class:FieldPositionIteratorHandler
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 64 std::forward_list<CMyClass> vec; local
66 vec.push_front(instance);
70 vec.push_front(instance);
  /external/libcxx/test/std/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 64 std::list<CMyClass> vec; local
66 vec.push_back(instance);
70 vec.push_back(instance);
push_front_exception_safety.pass.cpp 64 std::list<CMyClass> vec; local
66 vec.push_front(instance);
70 vec.push_front(instance);
  /external/mesa3d/src/compiler/nir/
nir_lower_load_const_to_scalar.c 31 * vec[234] to reconstruct the original vector (on the assumption that
63 nir_ssa_def *vec = nir_vec(&b, loads, lower->def.num_components); local
66 nir_ssa_def_rewrite_uses(&lower->def, nir_src_for_ssa(vec));
  /external/skia/experimental/skottie/
SkottieParser.cpp 103 std::vector<float> vec; local
105 if (!Parse(jv[i], &vec) || vec.size() != 2)
107 pts->push_back(SkPoint::Make(vec[0], vec[1]));
  /external/skqp/experimental/skottie/
SkottieParser.cpp 103 std::vector<float> vec; local
105 if (!Parse(jv[i], &vec) || vec.size() != 2)
107 pts->push_back(SkPoint::Make(vec[0], vec[1]));
  /external/strace/tests/
mincore.c 35 const size_t size, unsigned char *const vec)
39 if (mincore(addr, size, vec))
50 printf("%u", vec[i] & 1);
61 unsigned char *const vec = tail_alloc(pages); local
67 print_mincore(pages, addr, size, vec);
69 print_mincore(pages, addr, size - page_size + 1, vec);
  /external/strace/tests-m32/
mincore.c 35 const size_t size, unsigned char *const vec)
39 if (mincore(addr, size, vec))
50 printf("%u", vec[i] & 1);
61 unsigned char *const vec = tail_alloc(pages); local
67 print_mincore(pages, addr, size, vec);
69 print_mincore(pages, addr, size - page_size + 1, vec);
  /external/strace/tests-mx32/
mincore.c 35 const size_t size, unsigned char *const vec)
39 if (mincore(addr, size, vec))
50 printf("%u", vec[i] & 1);
61 unsigned char *const vec = tail_alloc(pages); local
67 print_mincore(pages, addr, size, vec);
69 print_mincore(pages, addr, size - page_size + 1, vec);

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 91011>>