Searched refs:x_type (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libclc/generic/lib/common/ |
| H A D | step.cl | 38 #define STEP_DEF(edge_type, x_type) \ 39 _CLC_OVERLOAD _CLC_DEF x_type step(edge_type edge, x_type x) { \
|
| H A D | smoothstep.cl | 39 #define SMOOTH_STEP_DEF(edge_type, x_type, impl) \ 40 _CLC_OVERLOAD _CLC_DEF x_type smoothstep(edge_type edge0, edge_type edge1, x_type x) { \
|
| /llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_config.h | 614 #define NEW_HISTOGRAM_W(gptr, h, h_tail, domain, name, x_type, y_type) \ argument 621 h->x_type = x_type; \ 632 #define NEW_HISTOGRAM_A(gptr, h, h_tail, domain, name, x_type, y_type) \ argument 639 h->x_type = x_type; \
|
| H A D | ittnotify_static.cpp | 764 const __itt_domain *domain, const wchar_t *name, __itt_metadata_type x_type, in ITT_VERSIONIZE() 778 return ITTNOTIFY_NAME(histogram_createW)(domain, name, x_type, y_type); in ITT_VERSIONIZE() 792 NEW_HISTOGRAM_W(&_N_(_ittapi_global), h, h_tail, domain, name, x_type, in ITT_VERSIONIZE() 801 const __itt_domain *domain, const char *name, __itt_metadata_type x_type, in ITT_VERSIONIZE() 806 __itt_metadata_type x_type, in ITT_VERSIONIZE() 823 return ITTNOTIFY_NAME(histogram_createA)(domain, name, x_type, y_type); in ITT_VERSIONIZE() 831 return ITTNOTIFY_NAME(histogram_create)(domain, name, x_type, y_type); in ITT_VERSIONIZE() 853 NEW_HISTOGRAM_A(&_N_(_ittapi_global), h, h_tail, domain, name, x_type, in ITT_VERSIONIZE()
|
| H A D | ittnotify_static.h | 124 __itt_metadata_type x_type, __itt_metadata_type y_type), 125 (ITT_FORMAT domain, name, x_type, y_type), histogram_createA, 129 __itt_metadata_type x_type, __itt_metadata_type y_type), 130 (ITT_FORMAT domain, name, x_type, y_type), histogram_createW, 135 __itt_metadata_type x_type, __itt_metadata_type y_type), 136 (ITT_FORMAT domain, name, x_type, y_type), histogram_create,
|
| H A D | ittnotify.h | 4255 __itt_metadata_type x_type; /*!< Type of the histogram X axis */ member 4276 __itt_metadata_type x_type, 4280 __itt_metadata_type x_type, 4292 __itt_metadata_type x_type, 4302 __itt_metadata_type x_type, __itt_metadata_type y_type)) 4305 __itt_metadata_type x_type, __itt_metadata_type y_type)) 4309 __itt_metadata_type x_type, __itt_metadata_type y_type)) 4322 #define __itt_histogram_createA(domain, name, x_type, y_type) \ 4325 #define __itt_histogram_createW(domain, name, x_type, y_type) \ 4329 #define __itt_histogram_create(domain, name, x_type, y_type) \
|