Home
last modified time | relevance | path

Searched refs:m_step_f (Results 1 – 2 of 2) sorted by relevance

/dports/math/heyoka/heyoka-0.16.0/src/
H A Dtaylor.cpp2315 m_step_f = reinterpret_cast<step_f_e_t>(m_llvm.jit_lookup("step_e")); in finalise_ctor_impl()
2317 m_step_f = reinterpret_cast<step_f_t>(m_llvm.jit_lookup("step")); in finalise_ctor_impl()
2365 m_step_f = reinterpret_cast<step_f_e_t>(m_llvm.jit_lookup("step_e")); in taylor_adaptive_impl()
2367 m_step_f = reinterpret_cast<step_f_t>(m_llvm.jit_lookup("step")); in taylor_adaptive_impl()
2440 m_step_f = reinterpret_cast<step_f_e_t>(m_llvm.jit_lookup("step_e")); in load_impl()
2442 m_step_f = reinterpret_cast<step_f_t>(m_llvm.jit_lookup("step")); in load_impl()
2482 if (m_step_f.index() == 0u) { in step_impl()
3408 m_step_f = reinterpret_cast<step_f_t>(m_llvm.jit_lookup("step")); in finalise_ctor_impl()
3500 m_step_f = reinterpret_cast<step_f_t>(m_llvm.jit_lookup("step")); in taylor_adaptive_batch_impl()
3607 m_step_f = reinterpret_cast<step_f_t>(m_llvm.jit_lookup("step")); in load_impl()
[all …]
/dports/math/heyoka/heyoka-0.16.0/include/heyoka/
H A Dtaylor.hpp903 std::variant<step_f_t, step_f_e_t> m_step_f; member in heyoka::detail::taylor_adaptive_impl
1336 std::variant<step_f_t, step_f_e_t> m_step_f; member in heyoka::detail::taylor_adaptive_batch_impl