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

1 2 3 45

  /external/clang/test/OpenMP/
target_parallel_for_depend_messages.cpp 19 typedef float V __attribute__((vector_size(16)));
target_parallel_for_simd_depend_messages.cpp 19 typedef float V __attribute__((vector_size(16)));
  /external/clang/test/Parser/
cxx0x-attributes.cpp 156 using V [[gnu::vector_size(16)]] = int; // expected-error {{redefinition with different types}}
  /external/clang/test/Sema/
builtins.c 128 typedef int __attribute__((vector_size(16))) IntVector;
atomic-ops.c 51 int __attribute__((vector_size(8))) i64;
  /external/clang/test/CodeGen/
ppc64le-aggregates.c 243 typedef float float3 __attribute__((vector_size (12)));
  /external/clang/test/CodeGenCXX/
temporaries.cpp 669 typedef __attribute__((vector_size(16))) int vi4a;
  /external/libyuv/files/include/libyuv/
row.h 481 typedef int16 __attribute__((vector_size(16))) vec16;
482 typedef int32 __attribute__((vector_size(16))) vec32;
483 typedef int8 __attribute__((vector_size(16))) vec8;
484 typedef uint16 __attribute__((vector_size(16))) uvec16;
485 typedef uint32 __attribute__((vector_size(16))) uvec32;
486 typedef uint8 __attribute__((vector_size(16))) uvec8;
487 typedef int16 __attribute__((vector_size(32))) lvec16;
488 typedef int32 __attribute__((vector_size(32))) lvec32;
489 typedef int8 __attribute__((vector_size(32))) lvec8;
490 typedef uint16 __attribute__((vector_size(32))) ulvec16
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
mmintrin.h 41 typedef int __v2si __attribute__ ((vector_size (8)));
42 typedef short __v4hi __attribute__ ((vector_size (8)));
43 typedef signed char __v8qi __attribute__ ((vector_size (8)));
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
mmintrin.h 41 typedef int __v2si __attribute__ ((vector_size (8)));
42 typedef short __v4hi __attribute__ ((vector_size (8)));
43 typedef signed char __v8qi __attribute__ ((vector_size (8)));
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
mmintrin.h 41 typedef int __v2si __attribute__ ((vector_size (8)));
42 typedef short __v4hi __attribute__ ((vector_size (8)));
43 typedef signed char __v8qi __attribute__ ((vector_size (8)));
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
mmintrin.h 41 typedef int __v2si __attribute__ ((vector_size (8)));
42 typedef short __v4hi __attribute__ ((vector_size (8)));
43 typedef signed char __v8qi __attribute__ ((vector_size (8)));
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 320 external vector_size : lltype -> int = "llvm_vector_size"
    [all...]
llvm.mli 544 val vector_size : lltype -> int var
    [all...]
  /test/vts/utils/python/mirror/
mirror_object.py 486 arg_msg.vector_size = len(value_msg)
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
type-traits.cpp 31 typedef int Vector __attribute__((vector_size(16)));
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 409 external vector_size : lltype -> int = "llvm_vector_size"
    [all...]
llvm.mli 674 val vector_size : lltype -> int var
    [all...]

Completed in 1459 milliseconds

1 2 3 45