HomeSort by relevance Sort by last modified time
    Searched refs:vector_size (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/google-breakpad/src/common/windows/
http_upload.cc 343 std::vector<char>::size_type vector_size = local
345 if (static_cast<std::streamoff>(vector_size) == length) {
346 contents->resize(vector_size);
  /external/clang/test/CodeGen/
c11atomics.c 34 typedef int __attribute__((vector_size(16))) vector;
builtins-mips-msa.c 5 typedef signed char v16i8 __attribute__ ((vector_size(16)));
6 typedef signed short v8i16 __attribute__ ((vector_size(16)));
7 typedef signed int v4i32 __attribute__ ((vector_size(16)));
8 typedef signed long long v2i64 __attribute__ ((vector_size(16)));
9 typedef unsigned char v16u8 __attribute__ ((vector_size(16)));
10 typedef unsigned short v8u16 __attribute__ ((vector_size(16)));
11 typedef unsigned int v4u32 __attribute__ ((vector_size(16)));
12 typedef unsigned long long v2u64 __attribute__ ((vector_size(16)));
13 typedef __fp16 v8f16 __attribute__ ((vector_size(16)));
14 typedef float v4f32 __attribute__ ((vector_size(16)))
    [all...]
builtins-mips.c 10 typedef signed char v4i8 __attribute__ ((vector_size(4)));
11 typedef signed char v4q7 __attribute__ ((vector_size(4)));
12 typedef short v2i16 __attribute__ ((vector_size(4)));
13 typedef short v2q15 __attribute__ ((vector_size(4)));
x86_64-arguments.c 342 typedef int T44 __attribute((vector_size(32)));
372 typedef float v46 __attribute((vector_size(8)));
  /external/clang/test/OpenMP/
target_depend_messages.cpp 19 typedef float V __attribute__((vector_size(16)));
task_depend_messages.cpp 19 typedef float V __attribute__((vector_size(16)));
target_parallel_depend_messages.cpp 19 typedef float V __attribute__((vector_size(16)));
target_update_depend_messages.cpp 20 typedef float V __attribute__((vector_size(16)));
68 typedef float V __attribute__((vector_size(16)));
target_enter_data_depend_messages.cpp 20 typedef float V __attribute__((vector_size(16)));
95 typedef float V __attribute__((vector_size(16)));
target_exit_data_depend_messages.cpp 20 typedef float V __attribute__((vector_size(16)));
95 typedef float V __attribute__((vector_size(16)));
  /external/clang/test/Sema/
asm.c 216 typedef __attribute__((vector_size(16))) int test16_bar;
ext_vector_casts.c 10 typedef float t3 __attribute__ ((vector_size (16)));
  /external/clang/test/Parser/
altivec.c 119 #define gccvector __attribute__((vector_size(16)))
128 __attribute__((vector_size(8))) unsigned int gv8;
cxx-altivec.cpp 109 #define gccvector __attribute__((vector_size(16)))
118 __attribute__((vector_size(8))) unsigned int gv8;
  /external/clang/test/CodeGenCXX/
references.cpp 60 __attribute((vector_size(16))) typedef int vec4;
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 20 typedef __attribute__((vector_size(16))) int vector_int;
  /test/vts/utils/python/mirror/
py2pb.py 110 message.vector_size = len(py_value)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
loongson.h 41 typedef uint8_t uint8x8_t __attribute__((vector_size (8)));
42 typedef uint16_t uint16x4_t __attribute__((vector_size (8)));
43 typedef uint32_t uint32x2_t __attribute__((vector_size (8)));
46 typedef int8_t int8x8_t __attribute__((vector_size (8)));
47 typedef int16_t int16x4_t __attribute__((vector_size (8)));
48 typedef int32_t int32x2_t __attribute__((vector_size (8)));
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
loongson.h 41 typedef uint8_t uint8x8_t __attribute__((vector_size (8)));
42 typedef uint16_t uint16x4_t __attribute__((vector_size (8)));
43 typedef uint32_t uint32x2_t __attribute__((vector_size (8)));
46 typedef int8_t int8x8_t __attribute__((vector_size (8)));
47 typedef int16_t int16x4_t __attribute__((vector_size (8)));
48 typedef int32_t int32x2_t __attribute__((vector_size (8)));
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 400 typedef int16 __attribute__((vector_size(16))) vec16;
401 typedef int32 __attribute__((vector_size(16))) vec32;
402 typedef int8 __attribute__((vector_size(16))) vec8;
403 typedef uint16 __attribute__((vector_size(16))) uvec16;
404 typedef uint32 __attribute__((vector_size(16))) uvec32;
405 typedef uint8 __attribute__((vector_size(16))) uvec8;
406 typedef int16 __attribute__((vector_size(32))) lvec16;
407 typedef int32 __attribute__((vector_size(32))) lvec32;
408 typedef int8 __attribute__((vector_size(32))) lvec8;
409 typedef uint16 __attribute__((vector_size(32))) ulvec16
    [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h     [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h     [all...]
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 210 + to_string(arg.vector_size()) + ">";
215 result = prefix + " " + to_string(arg.vector_size()) + suffix;
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 83 out << arg_name << "->set_vector_size(" << val.vector_size() << ");\n";
84 out << "for (int i = 0; i < " << val.vector_size() << "; i++) {\n";

Completed in 576 milliseconds

1 2 34 5