[Clang][Sema] Reject declaring an alias template with the same name as its template...
[llvm-project.git] / libclc / generic / include / math / clc_ldexp.h
blob454b7ed3dcee5adb3270f8c9b8e58368630fb718
1 _CLC_DEF _CLC_OVERLOAD float __clc_ldexp(float, int);
3 #ifdef cl_khr_fp64
4 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
5 _CLC_DEF _CLC_OVERLOAD double __clc_ldexp(double, int);
6 #endif
8 #ifdef cl_khr_fp16
9 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
10 _CLC_DEF _CLC_OVERLOAD half __clc_ldexp(half, int);
11 #endif