/dports/devel/ppl/ppl-1.2/src/ |
H A D | Polyhedron_templates.hh | 492 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 D | math_utilities_defs.hh | 38 numer_denom(const T& from,
|
H A D | BD_Shape_templates.hh | 886 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 D | math_utilities_inlines.hh | 52 numer_denom(const T& from, in numer_denom() function
|
H A D | Octagonal_Shape_templates.hh | 1807 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 D | ppl.hh.dist | 26927 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 D | ex_utils.h | 89 inline ex numer_denom(const ex & thisex) in numer_denom() function 90 { return thisex.numer_denom(); } in numer_denom()
|
H A D | upoly-ginac.cpp | 239 ex nd = numer_denom(a); in decomp_rational() 518 ex nd = numer_denom(a); in parfrac()
|
H A D | normal.cpp | 851 ex ex::numer_denom() const in numer_denom() function in GiNaC::ex 1212 ex normalized = the_ex.numer_denom(); in factor()
|
H A D | useries.cpp | 318 ex nd = the_ex.numer_denom(); in useries_can_handle()
|
H A D | ex.h | 241 ex numer_denom() const;
|
H A D | matrix.cpp | 1399 ex nd = cit->normal().to_rational(srl).numer_denom();
|
/dports/devel/ppl/ppl-1.2/tests/Box/ |
H A D | frombox1.cc | 139 numer_denom(m, num, den); in test05()
|
/dports/math/GiNaC/ginac-1.8.2/ginac/ |
H A D | ex.h | 193 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 D | normal.cpp | 474 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 D | matrix.cpp | 1545 ex nd = it.normal().to_rational(srl).numer_denom(); in fraction_free_elimination()
|
/dports/math/GiNaC/ginac-1.8.2/ginsh/ |
H A D | ginsh_parser.ypp | 351 static ex f_numer_denom(const exprseq &e) {return e[0].numer_denom();} 727 {"numer_denom", f_numer_denom, 1},
|
H A D | ginsh_parser.cpp | 2004 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 D | NEWS | 289 * 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 D | NEWS | 555 * 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 D | ginac.info | 4510 ex ex::numer_denom(); 4515 'numer_denom()': it is faster than using 'numer()' and 'denom()' 7859 * numer_denom(): Rational expressions.
|
H A D | ginac.texi | 5480 @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 D | ChangeLog_2001-2008 | 25679 is_even(), max_assign(), min_assign() and numer_denom() moved to 45241 numer_denom() and assign_min() removed: now using numer_denom()
|