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

  /external/clang/test/Sema/
conversion.c 424 typedef __attribute__ ((ext_vector_type(16),__aligned__(32))) uint16_t ushort16; typedef
427 void test27(ushort16 constants) {
429 ushort16 crCbScale = pairedConstants.s4; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}
430 ushort16 brBias = pairedConstants.s6; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}
  /external/clang/lib/Headers/
opencl-c.h 97 typedef ushort ushort16 __attribute__((ext_vector_type(16))); typedef
    [all...]

Completed in 133 milliseconds