Lines Matching refs:UT

69   typedef typename traits_t<T>::unsigned_t UT;  typedef
71 UT count; // unsigned
76 UT tc; // unsigned
93 UT ordered_lower; // unsigned
94 UT ordered_upper; // unsigned
105 typedef typename traits_t<T>::unsigned_t UT; typedef
110 UT tc; // unsigned
117 UT count; // unsigned
119 UT ordered_lower; // unsigned
120 UT ordered_upper; // unsigned
153 typedef typename traits_t<T>::unsigned_t UT; typedef
157 volatile UT iteration;
159 volatile UT ordered_iteration;
161 UT ordered_dummy[KMP_MAX_ORDERED - 3];
166 typedef typename traits_t<T>::unsigned_t UT; typedef
169 dispatch_shared_infoXX_template<UT> s;
287 template <typename UT>
288 static UT __kmp_wait(volatile UT *spinner, UT checker, in __kmp_wait()
289 kmp_uint32 (*pred)(UT, UT) USE_ITT_BUILD_ARG(void *obj)) { in __kmp_wait() argument
291 volatile UT *spin = spinner; in __kmp_wait()
292 UT check = checker; in __kmp_wait()
294 kmp_uint32 (*f)(UT, UT) = pred; in __kmp_wait()
296 UT r; in __kmp_wait()
298 KMP_FSYNC_SPIN_INIT(obj, CCAST(UT *, spin)); in __kmp_wait()
319 template <typename UT>
321 dispatch_private_info_template<UT> *pr; in __kmp_dispatch_deo()
330 pr = reinterpret_cast<dispatch_private_info_template<UT> *>( in __kmp_dispatch_deo()
342 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_deo()
343 reinterpret_cast<dispatch_shared_info_template<UT> *>( in __kmp_dispatch_deo()
345 UT lower; in __kmp_dispatch_deo()
348 pr = reinterpret_cast<dispatch_private_info_template<UT> *>( in __kmp_dispatch_deo()
371 traits_t<UT>::spec, traits_t<UT>::spec); in __kmp_dispatch_deo()
376 __kmp_wait<UT>(&sh->u.s.ordered_iteration, lower, in __kmp_dispatch_deo()
377 __kmp_ge<UT> USE_ITT_BUILD_ARG(NULL)); in __kmp_dispatch_deo()
385 traits_t<UT>::spec, traits_t<UT>::spec); in __kmp_dispatch_deo()
394 template <typename UT>
396 typedef typename traits_t<UT>::signed_t ST; in __kmp_dispatch_dxo()
397 dispatch_private_info_template<UT> *pr; in __kmp_dispatch_dxo()
406 pr = reinterpret_cast<dispatch_private_info_template<UT> *>( in __kmp_dispatch_dxo()
414 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_dxo()
415 reinterpret_cast<dispatch_shared_info_template<UT> *>( in __kmp_dispatch_dxo()
419 pr = reinterpret_cast<dispatch_private_info_template<UT> *>( in __kmp_dispatch_dxo()
423 KMP_FSYNC_RELEASING(CCAST(UT *, &sh->u.s.ordered_iteration)); in __kmp_dispatch_dxo()
456 template <typename UT>
457 static __forceinline long double __kmp_pow(long double x, UT y) { in __kmp_pow()
490 typedef typename traits_t<T>::unsigned_t UT; in __kmp_dispatch_guided_remaining() typedef
492 long double x = tc * __kmp_pow<UT>(base, idx); in __kmp_dispatch_guided_remaining()
493 UT r = (UT)x; in __kmp_dispatch_guided_remaining()