Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DPolyhedron_templates.hh492 numer_denom(b.lower(), numerators[lf_dimension], in convert_to_integer_expression()
500 numer_denom(curr_int.lower(), numerators[i], denominators[i]); in convert_to_integer_expression()
540 numer_denom(b.lower(), numerators[lf_dimension], denominators[lf_dimension]); in convert_to_integer_expressions()
546 numer_denom(b.upper(), numerators[lf_dimension+1], in convert_to_integer_expressions()
554 numer_denom(curr_int.lower(), numerators[i], denominators[i]); in convert_to_integer_expressions()
H A Dmath_utilities_defs.hh38 numer_denom(const T& from,
H A DBD_Shape_templates.hh886 numer_denom(tmp, numer, denom); in frequency()
1336 numer_denom(d, ext_n, ext_d); in max_min()
1693 numer_denom(y, numer, denom); in relation_with()
1712 numer_denom(x, numer, denom); in relation_with()
1718 numer_denom(y, numer, denom); in relation_with()
6442 numer_denom(dbm_0j, b, a); in constraints()
6448 numer_denom(dbm_0j, b, a); in constraints()
6452 numer_denom(dbm_j0, b, a); in constraints()
6468 numer_denom(dbm_ij, b, a); in constraints()
6474 numer_denom(dbm_ij, b, a); in constraints()
[all …]
H A Dmath_utilities_inlines.hh52 numer_denom(const T& from, in numer_denom() function
H A DOctagonal_Shape_templates.hh1807 numer_denom(d, ext_n, ext_d); in max_min()
2203 numer_denom(m_i_j, numer, denom); in relation_with()
7392 numer_denom(c_ii_i, b, a); in constraints()
7399 numer_denom(c_i_ii, b, a); in constraints()
7404 numer_denom(c_ii_i, b, a); in constraints()
7424 numer_denom(c_i_j, b, a); in constraints()
7430 numer_denom(c_i_j, b, a); in constraints()
7434 numer_denom(c_ii_jj, b, a); in constraints()
7443 numer_denom(c_ii_j, b, a); in constraints()
7449 numer_denom(c_i_jj, b, a); in constraints()
[all …]
H A Dppl.hh.dist26927 numer_denom(const T& from,
27026 numer_denom(const T& from,
78446 numer_denom(c_ii_i, b, a);
78453 numer_denom(c_i_ii, b, a);
78458 numer_denom(c_ii_i, b, a);
78478 numer_denom(c_i_j, b, a);
78497 numer_denom(c_ii_j, b, a);
82259 numer_denom(x, numer, denom);
82265 numer_denom(y, numer, denom);
86989 numer_denom(dbm_0j, b, a);
[all …]
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dex_utils.h89 inline ex numer_denom(const ex & thisex) in numer_denom() function
90 { return thisex.numer_denom(); } in numer_denom()
H A Dupoly-ginac.cpp239 ex nd = numer_denom(a); in decomp_rational()
518 ex nd = numer_denom(a); in parfrac()
H A Dnormal.cpp851 ex ex::numer_denom() const in numer_denom() function in GiNaC::ex
1212 ex normalized = the_ex.numer_denom(); in factor()
H A Duseries.cpp318 ex nd = the_ex.numer_denom(); in useries_can_handle()
H A Dex.h241 ex numer_denom() const;
H A Dmatrix.cpp1399 ex nd = cit->normal().to_rational(srl).numer_denom();
/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dfrombox1.cc139 numer_denom(m, num, den); in test05()
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dex.h193 ex numer_denom() const;
751 inline ex numer_denom(const ex & thisex) in numer_denom() function
752 { return thisex.numer_denom(); } in numer_denom()
H A Dnormal.cpp474 ex nd = numer_denom(a); in decomp_rational()
1950 ex nd = numer_denom(a); in sqrfree_parfrac()
2568 ex ex::numer_denom() const in numer_denom() function in GiNaC::ex
H A Dmatrix.cpp1545 ex nd = it.normal().to_rational(srl).numer_denom(); in fraction_free_elimination()
/dports/math/GiNaC/ginac-1.8.2/ginsh/
H A Dginsh_parser.ypp351 static ex f_numer_denom(const exprseq &e) {return e[0].numer_denom();}
727 {"numer_denom", f_numer_denom, 1},
H A Dginsh_parser.cpp2004 static ex f_numer_denom(const exprseq &e) {return e[0].numer_denom();} in f_numer_denom()
/dports/math/pynac/pynac-pynac-0.7.27/
H A DNEWS289 * Fixed a bug in normal()/numer_denom(): denominator was not made unit
487 - numer_denom() (return numerator and denominator in one call)
/dports/math/GiNaC/ginac-1.8.2/
H A DNEWS555 * Fixed a bug in normal()/numer_denom(): denominator was not made unit
753 - numer_denom() (return numerator and denominator in one call)
/dports/math/GiNaC/ginac-1.8.2/doc/tutorial/
H A Dginac.info4510 ex ex::numer_denom();
4515 'numer_denom()': it is faster than using 'numer()' and 'denom()'
7859 * numer_denom(): Rational expressions.
H A Dginac.texi5480 @cindex @code{numer_denom()}
5487 ex ex::numer_denom();
5492 If you need both numerator and denominator, call @code{numer_denom()}: it
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200825679 is_even(), max_assign(), min_assign() and numer_denom() moved to
45241 numer_denom() and assign_min() removed: now using numer_denom()