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

  /external/clang/test/CodeGen/
target-builtin-error-3.c 17 static inline half8 __attribute__((__overloadable__)) convert_half( float8 a ) { function
20 static inline half16 __attribute__((__overloadable__)) convert_half( float16 a ) {
22 r.lo = convert_half( a.lo);
27 ((half16U*)destData)[0] = convert_half(argbF);
  /external/clang/lib/Headers/
opencl-c.h     [all...]

Completed in 111 milliseconds