Home
last modified time | relevance | path

Searched refs:T_cache (Results 1 – 18 of 18) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/prim/functor/
H A Dmpi_parallel_call.hpp422 template <typename T_cache>
424 typename T_cache::cache_t& data) { in scatter_array_2d_cached()
426 if (T_cache::is_valid()) { in scatter_array_2d_cached()
427 return T_cache::data(); in scatter_array_2d_cached()
464 T_cache::store(local_data); in scatter_array_2d_cached()
465 return T_cache::data(); in scatter_array_2d_cached()
482 template <typename T_cache>
485 if (T_cache::is_valid()) { in broadcast_array_1d_cached()
486 return T_cache::data(); in broadcast_array_1d_cached()
496 T_cache::store(local_data); in broadcast_array_1d_cached()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/functor/
H A Dmpi_parallel_call.hpp421 template <typename T_cache>
423 typename T_cache::cache_t& data) { in scatter_array_2d_cached()
425 if (T_cache::is_valid()) { in scatter_array_2d_cached()
426 return T_cache::data(); in scatter_array_2d_cached()
463 T_cache::store(local_data); in scatter_array_2d_cached()
464 return T_cache::data(); in scatter_array_2d_cached()
481 template <typename T_cache>
484 if (T_cache::is_valid()) { in broadcast_array_1d_cached()
485 return T_cache::data(); in broadcast_array_1d_cached()
495 T_cache::store(local_data); in broadcast_array_1d_cached()
[all …]
/dports/science/buddy/buddy-2.4/examples/bddcalc/
H A Dparser.h49 T_cache = 275, enumerator
86 #define T_cache 275 macro
H A Dlexer.lxx47 "cache" return T_cache;
H A Dparser.yxx72 %token T_cache T_tautology T_print
187 T_cache { actCache(); }
H A Dparser.cxx73 T_cache = 275, enumerator
110 #define T_cache 275 macro
H A Dlexer.cxx792 return T_cache;
/dports/math/spot/spot-2.10.2/buddy/examples/bddcalc/
H A Dparser.h74 T_cache = 275, /* T_cache */ enumerator
117 #define T_cache 275 macro
H A Dlexer.lxx47 "cache" return T_cache;
H A Dparser.y74 %token T_cache T_tautology T_print
189 T_cache { actCache(); }
H A Dparser.c188 T_cache = 275, /* T_cache */ enumerator
231 #define T_cache 275 macro
H A Dlexer.cxx911 return T_cache;
/dports/math/py-spot/spot-2.10.2/buddy/examples/bddcalc/
H A Dparser.h74 T_cache = 275, /* T_cache */ enumerator
117 #define T_cache 275 macro
H A Dlexer.lxx47 "cache" return T_cache;
H A Dparser.y74 %token T_cache T_tautology T_print
189 T_cache { actCache(); }
H A Dparser.c188 T_cache = 275, /* T_cache */ enumerator
231 #define T_cache 275 macro
H A Dlexer.cxx911 return T_cache;
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/
H A Dwilke_transport_unit.C237 const Antioch::TempCache<Scalar> T_cache(T); in tester()
241 const Scalar cp = thermo_mix.cp( T_cache, mass_fractions ); in tester()