Searched refs:y_type (Results 1 – 4 of 4) sorted by relevance
| /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 622 h->y_type = y_type; \ 632 #define NEW_HISTOGRAM_A(gptr, h, h_tail, domain, name, x_type, y_type) \ argument 640 h->y_type = y_type; \
|
| H A D | ittnotify_static.cpp | 765 __itt_metadata_type y_type) { in ITT_VERSIONIZE() 778 return ITTNOTIFY_NAME(histogram_createW)(domain, name, x_type, y_type); in ITT_VERSIONIZE() 793 y_type); in ITT_VERSIONIZE() 802 __itt_metadata_type y_type) in ITT_VERSIONIZE() 807 __itt_metadata_type y_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() 854 y_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 | 4256 __itt_metadata_type y_type; /*!< Type of the histogram Y axis */ member 4277 __itt_metadata_type y_type); 4281 __itt_metadata_type y_type); 4293 __itt_metadata_type y_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) \
|