Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dto_rational.h32 typedef typename FT::Is_fraction Is_fraction; in to_rational() typedef
37 CGAL_static_assertion((::boost::is_same<Is_fraction,Tag_true>::value)); in to_rational()
38 CGAL_USE_TYPE(Is_fraction); in to_rational()
H A Dsimplest_rational_in_interval.h38 typedef typename FT::Is_fraction Is_fraction; in simplest_rational_in_interval() typedef
45 CGAL_USE_TYPE(Is_fraction); in simplest_rational_in_interval()
46 CGAL_static_assertion((::boost::is_same<Is_fraction, Tag_true>::value)); in simplest_rational_in_interval()
H A DFraction_traits.h49 typedef Tag_false Is_fraction; typedef
H A DNef_polynomial.h230 typedef typename Base_traits::Is_fraction Is_fraction; typedef
H A DRational_traits.h95 ::boost::is_same<typename Fraction_traits<T>::Is_fraction,Tag_true>::value
H A DGmpq.h123 typedef ::CGAL::Tag_true Is_fraction; typedef
H A DCORE_BigRat.h118 typedef ::CGAL::Tag_true Is_fraction; typedef
H A Dleda_rational.h140 typedef ::CGAL::Tag_true Is_fraction; typedef
H A Dmpq_class.h253 typedef ::CGAL::Tag_true Is_fraction; typedef
H A DRoot_of_traits.h152 typedef typename FrT::Is_fraction ISF;
H A Dboost_mp.h387 typedef Tag_false Is_fraction;
399 typedef ::CGAL::Tag_true Is_fraction;
H A DLazy_exact_nt.h1199 typedef Tag_true Is_fraction;
1236 typename Fraction_traits<ET>::Is_fraction>
H A DQuotient.h771 typedef ::CGAL::Tag_true Is_fraction;
/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A DFraction_traits.h37 typedef CGAL::Tag_false Is_fraction; typedef
52 typedef CGAL::Tag_true Is_fraction; typedef
140 typename Fraction_traits<NT_>::Is_fraction >
H A Dpolynomial_gcd.h136 typedef typename FT::Is_fraction Is_fraction; in gcd_utcf_() typedef
137 return gcd_utcf_is_fraction_(p1, p2, Is_fraction()); in gcd_utcf_()
421 ::Is_fraction Is_fraction; in gcdex() typedef
422 return internal::gcdex_(p1, p2, f1, f2, Is_fraction()); in gcdex()
H A Dsquare_free_factorize.h117 typedef typename CGAL::Fraction_traits<POLY>::Is_fraction Is_fraction; in square_free_factorize_for_regular_polynomial() typedef
118 return square_free_factorize_for_regular_polynomial_(p,factors,multiplicities,Is_fraction()); in square_free_factorize_for_regular_polynomial()
H A Dresultant.h379 typedef typename FT::Is_fraction Is_fraction; in resultant_() typedef
380 return resultant_decompose(F,G,Is_fraction()); in resultant_()
H A Dprs_resultant.h185 typedef typename Fraction_traits<NT>::Is_fraction Is_decomposable; in prs_resultant_()
H A DPolynomial_type.h487 typedef typename Fraction_traits<NTX>::Is_fraction Is_fraction; in sign_at() typedef
490 ::boost::is_same<Type,NT>::value, Is_fraction, CGAL::Tag_false in sign_at()
/dports/math/cgal/CGAL-5.3/include/CGAL/Sqrt_extension/
H A DFraction_traits.h56 typename CGAL::Fraction_traits<COEFF>::Is_fraction >
69 typedef ::CGAL::Tag_false Is_fraction; typedef
83 typedef CGAL::Tag_true Is_fraction; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A Dalgebraic_curve_kernel_2_tools.h227 CGAL_static_assertion((::boost::is_same<typename FT::Is_fraction, in cast_back_utcf()
H A DDescartes.h104 intern_decompose(poly_,typename FT_poly::Is_fraction()); in poly_()
H A DAlgebraic_curve_kernel_2.h484 CGAL_static_assertion((::boost::is_same<typename FT::Is_fraction, in _construct_defining_polynomial_from()
2544 CGAL_static_assertion((::boost::is_same<typename FT::Is_fraction, in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DNormalizing.h342 return normalized( h,typename Fraction_traits<typename R::FT>::Is_fraction() ); in normalized()