Home
last modified time | relevance | path

Searched defs:wrap_int (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/hpx/traits/detail/
H A Dwrap_int.hpp14 struct wrap_int struct
16 HPX_CONSTEXPR wrap_int(int) {} in wrap_int() function
/dports/devel/entt/entt-3.8.1/test/lib/meta/
H A Dlib.cpp33 ENTT_API entt::meta_any wrap_int(int value) { in wrap_int() function
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/executors/
H A Dexecution.hpp60 sync_execute_dispatch(hpx::traits::detail::wrap_int, in sync_execute_dispatch()
252 async_execute_dispatch(hpx::traits::detail::wrap_int, in async_execute_dispatch()
522 post_dispatch(hpx::traits::detail::wrap_int, in post_dispatch()
583 auto bulk_async_execute_dispatch(hpx::traits::detail::wrap_int, in bulk_async_execute_dispatch()
712 auto bulk_sync_execute_dispatch(hpx::traits::detail::wrap_int, in bulk_sync_execute_dispatch()
/dports/devel/R-cran-diffobj/diffobj/R/
H A Dtext.R380 wrap_int <- function(txt, width, sgr.supported) { function
/dports/math/py-numpy/numpy-1.20.3/numpy/random/
H A D_common.pxd76 cdef object wrap_int(object val, object bits) function
H A D_common.pyx186 cdef object wrap_int(object val, object bits): function