Searched refs:DECLARE_TABLE (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/libclc/generic/lib/math/ |
D | tables.h | 27 #define DECLARE_TABLE(TYPE,NAME,LENGTH) \ macro
|
D | tables.cl | 27 DECLARE_TABLE(float2, LOGE_TBL, 129) = { 159 DECLARE_TABLE(float, LOG_INV_TBL, 129) = { 291 DECLARE_TABLE(float2, LOG_INV_TBL_EP, 129) = { 423 DECLARE_TABLE(float2, LOG2_TBL, 129) = { 555 DECLARE_TABLE(float2, LOG10_TBL, 129) = { 687 DECLARE_TABLE(uchar, PIBITS_TBL, ) = { 703 DECLARE_TABLE(float2, SINHCOSH_TBL, 37) = { 743 DECLARE_TABLE(float2, CBRT_TBL, 129) = { 875 DECLARE_TABLE(float, EXP_TBL, 65) = { 943 DECLARE_TABLE(float2, EXP_TBL_EP, 65) = { [all …]
|