Searched refs:TABLE_FUNCTION_DECL (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/libclc/generic/lib/math/ |
D | tables.h | 35 #define TABLE_FUNCTION_DECL(TYPE, NAME) \ macro 41 TABLE_FUNCTION_DECL(float2, loge_tbl); 42 TABLE_FUNCTION_DECL(float, log_inv_tbl); 43 TABLE_FUNCTION_DECL(float2, log_inv_tbl_ep); 44 TABLE_FUNCTION_DECL(float2, log2_tbl); 45 TABLE_FUNCTION_DECL(float2, log10_tbl); 46 TABLE_FUNCTION_DECL(uint4, pibits_tbl); 47 TABLE_FUNCTION_DECL(float2, sinhcosh_tbl); 48 TABLE_FUNCTION_DECL(float2, cbrt_tbl); 49 TABLE_FUNCTION_DECL(float, exp_tbl); [all …]
|