Searched refs:__T (Results 1 – 7 of 7) sorted by relevance
/freebsd/share/mk/ |
H A D | src.opts.mk | 267 __T=${TARGET_ARCH} 269 __T=${MACHINE_ARCH} 282 .if ${__T:${__LLVM_TARGET_FILT}} == ${__llt} 285 .elif ${__T} == "aarch64" && ${__llt:Marm*} != "" 297 .if ${__T} == "i386" || ${__T} == "amd64" 303 .if ${__T:Marm*} == "" && ${__T:Mriscv64*} == "" 309 …__T:Maarch64*} != "" && ((defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} != "gcc") || (!defined(X_… 315 .if ${__T:Mpowerpc*} || ${__T} == "i386" 319 .if ${__T:Mpowerpc*} 323 .if ${__T:Mpowerpc*} == "" [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
H A D | algorithm | 77 template <class __T, class __Cmp> 79 inline _CPP14_CONSTEXPR __host__ __device__ const __T & 80 max(const __T &__a, const __T &__b, __Cmp __cmp) { 84 template <class __T> 86 inline _CPP14_CONSTEXPR __host__ __device__ const __T & 87 max(const __T &__a, const __T &__b) { 91 template <class __T, class __Cmp> 93 inline _CPP14_CONSTEXPR __host__ __device__ const __T & 94 min(const __T &__a, const __T &__b, __Cmp __cmp) { 98 template <class __T> [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_texture_intrinsics.h | 184 template <class __T> struct __TypeInfoT { 185 using __base_t = decltype(__T::x); 461 template <class __T> 462 __device__ static __T __run(cudaTextureObject_t __obj, float __x, float __y, 466 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 0)>::__run<__T>( 469 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 1)>::__run<__T>( 472 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 2)>::__run<__T>( 475 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 3)>::__run<__T>( 483 template <class __T> 488 return __tex_fetch_v4<__IDV("__tex2Dgather_rmnf_v2", 0)>::__run<__T>( [all …]
|
H A D | __clang_hip_cmath.h | 268 template <bool __B, class __T = void> struct __hip_enable_if {}; 270 template <class __T> struct __hip_enable_if<true, __T> { typedef __T type; }; 373 template <typename __T, typename __U> struct is_same : public false_type {}; 374 template <typename __T> struct is_same<__T, __T> : public true_type {}; 376 template <typename __T> struct add_rvalue_reference { typedef __T &&type; }; 378 template <typename __T> typename add_rvalue_reference<__T>::type declval(); 449 template <typename __T> \ 451 typename __hip_enable_if<__hip::is_integral<__T>::value, __retty>::type \ 452 __fn(__T __x) { \ 571 template <typename __T> [all …]
|
H A D | __clang_cuda_cmath.h | 208 template<bool __B, class __T = void> 211 template <class __T> struct __clang_cuda_enable_if<true, __T> { 212 typedef __T type; 218 template <typename __T> \ 220 typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer, \ 222 __fn(__T __x) { \ 317 template <typename __T> 318 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer, 320 frexp(__T __x, int *__exp) { 324 template <typename __T> [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | extended_grapheme_cluster_table.h | 93 __T, enumerator
|
H A D | unicode.h | 375 (__next_property == __EGC_property::__V || __next_property == __EGC_property::__T)) // GB7 in __evaluate_none() 378 if ((__prev_property_ == __EGC_property::__LVT || __prev_property_ == __EGC_property::__T) && in __evaluate_none() 379 __next_property == __EGC_property::__T) // GB8 in __evaluate_none()
|