Home
last modified time | relevance | path

Searched refs:half16 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dtarget-builtin-error-3.c13 typedef __attribute__ ((ext_vector_type(16),__aligned__( 32))) half half16; typedef
20 static inline half16 __attribute__((__overloadable__)) convert_half( float16 a ) { in convert_half()
21 half16 r; in convert_half()
/external/clang/lib/Headers/
Dopencl-c.h129 typedef half half16 __attribute__((ext_vector_type(16))); typedef
5745 uchar16 __ovld __cnfn convert_uchar16(half16);
5746 uchar16 __ovld __cnfn convert_uchar16_rte(half16);
5747 uchar16 __ovld __cnfn convert_uchar16_rtp(half16);
5748 uchar16 __ovld __cnfn convert_uchar16_rtn(half16);
5749 uchar16 __ovld __cnfn convert_uchar16_rtz(half16);
5750 uchar16 __ovld __cnfn convert_uchar16_sat(half16);
5751 uchar16 __ovld __cnfn convert_uchar16_sat_rte(half16);
5752 uchar16 __ovld __cnfn convert_uchar16_sat_rtp(half16);
5753 uchar16 __ovld __cnfn convert_uchar16_sat_rtn(half16);
[all …]
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
Dspirv_convert.h151 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16(half16);
152 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rtz(half16);
153 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rte(half16);
154 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rtp(half16);
155 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rtn(half16);
156 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat(half16);
157 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rtz(half16);
158 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rte(half16);
159 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rtp(half16);
160 __attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rtn(half16);
[all …]
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c7714 IRTemp half16 = newTemp(Ity_I64); in math_TBL_TBX() local
7715 assign(half16, mkU64(0x1010101010101010ULL)); in math_TBL_TBX()
7725 assign(all16, binop(Iop_64HLtoV128, mkexpr(half16), mkexpr(half16))); in math_TBL_TBX()