Home
last modified time | relevance | path

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

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_prime_incl_test.cpp23 constexpr boost::uint32_t ce_f = boost::math::prime(boost::math::max_prime); in compile_and_link_test() local
24 static_assert(ce_f == 104729, "max_prime had incorrect value"); in compile_and_link_test()
25 check_result<boost::uint32_t>(ce_f); in compile_and_link_test()
H A Dsf_bernoulli_incl_test.cpp31 constexpr float ce_f = boost::math::unchecked_bernoulli_b2n<float>(2); in compile_and_link_test() local
35 cnull << ce_f << ce_d << ce_l << std::endl; in compile_and_link_test()
H A Dsf_factorials_incl_test.cpp46 constexpr float ce_f = boost::math::unchecked_factorial<float>(2); in compile_and_link_test() local
49 check_result<float>(ce_f); in compile_and_link_test()
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_prime_incl_test.cpp23 constexpr boost::uint32_t ce_f = boost::math::prime(boost::math::max_prime); in compile_and_link_test() local
24 static_assert(ce_f == 104729, "max_prime had incorrect value"); in compile_and_link_test()
25 check_result<boost::uint32_t>(ce_f); in compile_and_link_test()
H A Dsf_bernoulli_incl_test.cpp31 constexpr float ce_f = boost::math::unchecked_bernoulli_b2n<float>(2); in compile_and_link_test() local
35 cnull << ce_f << ce_d << ce_l << std::endl; in compile_and_link_test()
H A Dsf_factorials_incl_test.cpp46 constexpr float ce_f = boost::math::unchecked_factorial<float>(2); in compile_and_link_test() local
49 check_result<float>(ce_f); in compile_and_link_test()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_prime_incl_test.cpp23 constexpr boost::uint32_t ce_f = boost::math::prime(boost::math::max_prime); in compile_and_link_test() local
24 static_assert(ce_f == 104729, "max_prime had incorrect value"); in compile_and_link_test()
25 check_result<boost::uint32_t>(ce_f); in compile_and_link_test()
H A Dsf_bernoulli_incl_test.cpp31 constexpr float ce_f = boost::math::unchecked_bernoulli_b2n<float>(2); in compile_and_link_test() local
35 cnull << ce_f << ce_d << ce_l << std::endl; in compile_and_link_test()
H A Dsf_factorials_incl_test.cpp46 constexpr float ce_f = boost::math::unchecked_factorial<float>(2); in compile_and_link_test() local
49 check_result<float>(ce_f); in compile_and_link_test()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/compile_test/
H A Dsf_prime_incl_test.cpp23 constexpr boost::uint32_t ce_f = boost::math::prime(boost::math::max_prime); in compile_and_link_test() local
24 static_assert(ce_f == 104729, "max_prime had incorrect value"); in compile_and_link_test()
25 check_result<boost::uint32_t>(ce_f); in compile_and_link_test()
H A Dsf_bernoulli_incl_test.cpp31 constexpr float ce_f = boost::math::unchecked_bernoulli_b2n<float>(2); in compile_and_link_test() local
35 cnull << ce_f << ce_d << ce_l << std::endl; in compile_and_link_test()
H A Dsf_factorials_incl_test.cpp46 constexpr float ce_f = boost::math::unchecked_factorial<float>(2); in compile_and_link_test() local
49 check_result<float>(ce_f); in compile_and_link_test()
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/cl/
H A Dclqe.red94 declare ce_f: (ContainerElement) -> QfFormula;
95 inline procedure ce_f(x);
150 f := ce_f ce;
245 l and (ce_vl ce = ce_vl car l and ce_f ce = ce_f car l
286 % Container to junction. Returns the S-expression [ce_f(x) . ce_ans(x)]
287 ce_f x . ce_ans x;
679 w . theo := cl_qevar(ce_f coe,ce_vl coe,ce_ans coe,theo,ans,bvl);
930 for each x in coell sum rl_atnum ce_f x;
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_pick.c586 Edje_Part_Collection_Directory_Entry *ce_cor, *ce_new, *ce_f; in _edje_pick_header_alias_parent_add() local
597 ce_f = eina_hash_find(out_file->collection, ce_cor->entry); in _edje_pick_header_alias_parent_add()
598 if (!ce_f) in _edje_pick_header_alias_parent_add()
607 ce_out->id = ce_f->id; in _edje_pick_header_alias_parent_add()
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/pasf/
H A Dpasfqe.red305 ans := pasf_qeex(ce_f coe,v,theo,ce_ans coe,cvl,p);
316 for each an in ans do newj := lto_insert(ce_f an,newj)
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/ofsf/
H A Dofsfic.red575 w . theo := ofsfic!*cl_qevar(ce_f coe, ce_vl coe, ce_ans coe, theo, ans, bvl);