Home
last modified time | relevance | path

Searched refs:convert_half (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dtarget-builtin-error-3.c17 static inline half8 __attribute__((__overloadable__)) convert_half( float8 a ) { in convert_half() function
20 static inline half16 __attribute__((__overloadable__)) convert_half( float16 a ) { in convert_half() function
22 r.lo = convert_half( a.lo); in convert_half()
27 ((half16U*)destData)[0] = convert_half(argbF); in avx_test()
/external/clang/lib/Headers/
Dopencl-c.h6207 half __ovld __cnfn convert_half(uchar);
6208 half __ovld __cnfn convert_half(ushort);
6209 half __ovld __cnfn convert_half(uint);
6210 half __ovld __cnfn convert_half(ulong);
6211 half __ovld __cnfn convert_half(char);
6212 half __ovld __cnfn convert_half(short);
6213 half __ovld __cnfn convert_half(int);
6214 half __ovld __cnfn convert_half(long);
6215 half __ovld __cnfn convert_half(float);
6216 half __ovld __cnfn convert_half(half);
[all …]