Searched defs:vec16 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dext_vector_components.c14 float16 vec16; local
38 vec4.x = vec16.sf;
39 vec4.x = vec16.sF;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow.h146 typedef __declspec(align(16)) signed short vec16[8]; variable
151 typedef signed short __attribute__((vector_size(16))) vec16; typedef
/external/libyuv/files/include/libyuv/
H A Drow.h151 typedef __declspec(align(16)) int16 vec16[8]; variable
159 typedef int16 __attribute__((vector_size(16))) vec16;
167 typedef int16 vec16[8];
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h456 typedef __declspec(align(16)) int16 vec16[8]; variable
472 typedef int16 __attribute__((vector_size(16))) vec16;
480 typedef int16 vec16[8];
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h364 typedef __declspec(align(16)) int16 vec16[8]; variable
380 typedef int16 __attribute__((vector_size(16))) vec16;
388 typedef int16 vec16[8];

Completed in 1371 milliseconds