Searched refs:__CLC_CONCAT (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/libclc/generic/include/clc/math/ |
D | nan.h | 1 #define __CLC_CONCAT(x, y) x ## y macro 2 #define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y) 8 #undef __CLC_CONCAT
|
/external/llvm-project/libclc/generic/include/clc/relational/ |
D | select.h | 2 #define __CLC_CONCAT(x, y) x ## y macro 3 #define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y) 10 #undef __CLC_CONCAT
|
/external/llvm-project/libclc/generic/include/ |
D | utils.h | 4 #define __CLC_CONCAT(x, y) x ## y macro 5 #define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y)
|
/external/llvm-project/libclc/amdgpu/lib/math/ |
D | half_native_unary.inc | 3 #define __CLC_HALF_FUNC(x) __CLC_CONCAT(half_, x) 4 #define __CLC_NATIVE_FUNC(x) __CLC_CONCAT(native_, x)
|
/external/llvm-project/libclc/generic/lib/math/ |
D | half_unary.inc | 3 #define __CLC_HALF_FUNC(x) __CLC_CONCAT(half_, x)
|
D | half_binary.inc | 3 #define __CLC_HALF_FUNC(x) __CLC_CONCAT(half_, x)
|
D | clc_sw_unary.inc | 3 #define __CLC_SW_FUNC(x) __CLC_CONCAT(__clc_, x)
|
D | clc_sw_binary.inc | 3 #define __CLC_SW_FUNC(x) __CLC_CONCAT(__clc_, x)
|