Searched defs:vec16 (Results 1 - 3 of 3) 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/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/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h371 typedef __declspec(align(16)) int16 vec16[8]; variable
387 typedef int16 __attribute__((vector_size(16))) vec16;
402 typedef int16 vec16[8];

Completed in 2745 milliseconds