HomeSort by relevance Sort by last modified time
    Searched defs:vec16 (Results 1 - 6 of 6) 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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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];
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
row.h 456 typedef __declspec(align(16)) int16 vec16[8]; variable
472 typedef int16 __attribute__((vector_size(16))) vec16;
480 typedef int16 vec16[8];
    [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
row.h 364 typedef __declspec(align(16)) int16 vec16[8]; variable
380 typedef int16 __attribute__((vector_size(16))) vec16;
388 typedef int16 vec16[8];
    [all...]

Completed in 1127 milliseconds