Searched refs:TABLE_FUNCTION (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/libclc/generic/lib/math/ |
D | tables.h | 30 #define TABLE_FUNCTION(TYPE,TABLE,NAME) \ macro
|
D | tables.cl | 1011 TABLE_FUNCTION(float2, LOGE_TBL, loge_tbl); 1012 TABLE_FUNCTION(float, LOG_INV_TBL, log_inv_tbl); 1013 TABLE_FUNCTION(float2, LOG_INV_TBL_EP, log_inv_tbl_ep); 1014 TABLE_FUNCTION(float2, LOG2_TBL, log2_tbl); 1015 TABLE_FUNCTION(float2, LOG10_TBL, log10_tbl); 1021 TABLE_FUNCTION(float2, SINHCOSH_TBL, sinhcosh_tbl); 1022 TABLE_FUNCTION(float2, CBRT_TBL, cbrt_tbl); 1023 TABLE_FUNCTION(float, EXP_TBL, exp_tbl); 1024 TABLE_FUNCTION(float2, EXP_TBL_EP, exp_tbl_ep); 1096 TABLE_FUNCTION(double2, LN_TBL, ln_tbl); [all …]
|