Home
last modified time | relevance | path

Searched refs:__CLC_CONCAT (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libclc/generic/include/clc/math/
Dnan.h1 #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/
Dselect.h2 #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/
Dutils.h4 #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/
Dhalf_native_unary.inc3 #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/
Dhalf_unary.inc3 #define __CLC_HALF_FUNC(x) __CLC_CONCAT(half_, x)
Dhalf_binary.inc3 #define __CLC_HALF_FUNC(x) __CLC_CONCAT(half_, x)
Dclc_sw_unary.inc3 #define __CLC_SW_FUNC(x) __CLC_CONCAT(__clc_, x)
Dclc_sw_binary.inc3 #define __CLC_SW_FUNC(x) __CLC_CONCAT(__clc_, x)