Home
last modified time | relevance | path

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

/dports/math/heyoka/heyoka-0.16.0/src/math/
H A Dacos.cpp453 llvm::Function *taylor_c_diff_func_acos(llvm_state &s, const acos_impl &fn, std::uint32_t n_uvars, in taylor_c_diff_func_acos() function
467 return taylor_c_diff_func_acos<double>(s, *this, n_uvars, batch_size); in taylor_c_diff_func_dbl()
473 return taylor_c_diff_func_acos<long double>(s, *this, n_uvars, batch_size); in taylor_c_diff_func_ldbl()
481 return taylor_c_diff_func_acos<mppp::real128>(s, *this, n_uvars, batch_size); in taylor_c_diff_func_f128()