Home
last modified time | relevance | path

Searched defs:sv_funcs_dc (Results 1 – 2 of 2) sorted by relevance

/dports/math/heyoka/heyoka-0.16.0/src/detail/
H A Dtaylor_utils.cpp319 taylor_dc_t taylor_decompose_cse(taylor_dc_t &v_ex, std::vector<std::uint32_t> &sv_funcs_dc, in taylor_decompose_cse()
451 auto taylor_sort_dc(taylor_dc_t &dc, std::vector<std::uint32_t> &sv_funcs_dc, taylor_dc_t::size_typ… in taylor_sort_dc()
732 void verify_taylor_dec_sv_funcs(const std::vector<std::uint32_t> &sv_funcs_dc, const std::vector<ex… in verify_taylor_dec_sv_funcs()
899 std::vector<std::uint32_t> sv_funcs_dc; in taylor_decompose() local
1103 std::vector<std::uint32_t> sv_funcs_dc; in taylor_decompose() local
/dports/math/heyoka/heyoka-0.16.0/src/
H A Dtaylor.cpp203 …lvm::Value *taylor_c_make_sv_funcs_arr(llvm_state &s, const std::vector<std::uint32_t> &sv_funcs_d… in taylor_c_make_sv_funcs_arr()
236const std::vector<std::uint32_t> &sv_funcs_dc, llvm::Value *svf_ptr, llvm::Value *h_ptr, in taylor_determine_h()
1221const std::vector<std::uint32_t> &sv_funcs_dc, std::uint32_t n_eq, in taylor_compute_jet_compact_mode()
1465 … const taylor_dc_t &dc, const std::vector<std::uint32_t> &sv_funcs_dc, std::uint32_t n_eq, in taylor_compute_jet()
1592const std::vector<std::uint32_t> &sv_funcs_dc, llvm::Value *svf_ptr, llvm::Value *tc_ptr, in taylor_write_tc()
4903 const auto &sv_funcs_dc = td_res.second; in taylor_add_jet_impl() local