Searched refs:convert_half (Results 1 – 2 of 2) sorted by relevance
17 static inline half8 __attribute__((__overloadable__)) convert_half( float8 a ) { in convert_half() function20 static inline half16 __attribute__((__overloadable__)) convert_half( float16 a ) { in convert_half() function22 r.lo = convert_half( a.lo); in convert_half()27 ((half16U*)destData)[0] = convert_half(argbF); in avx_test()
6207 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 …]