HomeSort by relevance Sort by last modified time
    Searched defs:vec16 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
ext_vector_components.c 14 float16 vec16; local
38 vec4.x = vec16.sf;
39 vec4.x = vec16.sF;
  /external/libvpx/libvpx/third_party/libyuv/source/
row.h 146 typedef __declspec(align(16)) signed short vec16[8]; variable
151 typedef signed short __attribute__((vector_size(16))) vec16; typedef
  /external/libyuv/files/include/libyuv/
row.h 151 typedef __declspec(align(16)) int16 vec16[8]; variable
159 typedef int16 __attribute__((vector_size(16))) vec16;
167 typedef int16 vec16[8];

Completed in 64 milliseconds