Home
last modified time | relevance | path

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

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DDataType.h34 typedef mpq_class RationalType; typedef
39 typedef double RationalType; typedef
44 typedef float RationalType; typedef
49 typedef float RationalType; typedef
H A DWalkAlgorithm.h52 RationalType tvalue(const Binomial& b);
H A DWalkAlgorithm.cpp170 RationalType
176 return (RationalType)b[costold_start]/(b[costold_start]-b[costnew_start]); in tvalue()
H A DBounded.h83 RationalType& objective);
H A DOptimise.cpp100 RationalType objective; in compute_infeasible()
317 RationalType objective; in compute_feasible()
489 RationalType objective; in compute_bounded()
H A DBounded.cpp853 RationalType dot = Vector::dot(rhs, basis[0]); in lp_weight_l2()
854 RationalType ratio = 0; in lp_weight_l2()
859 RationalType min = ratio; in lp_weight_l2()
1008 RationalType& objective) in lp_solve()
/dports/graphics/krita/krita-4.4.8/libs/metadata/
H A Dkis_meta_data_type_info.cc38 const TypeInfo* TypeInfo::Private::Rational = new TypeInfo(TypeInfo::RationalType);
99 case RationalType: in TypeInfo()
269 case RationalType: in hasCorrectType()
H A Dkis_meta_data_type_info.h44 RationalType, enumerator
/dports/www/firefox-esr/firefox-91.8.0/image/decoders/
H A DEXIF.cpp35 RationalType = 5, enumerator
267 if (aType != RationalType || aCount != 1) { in ParseResolution()
/dports/www/firefox/firefox-99.0/image/decoders/
H A DEXIF.cpp35 RationalType = 5, enumerator
267 if (aType != RationalType || aCount != 1) { in ParseResolution()
/dports/mail/thunderbird/thunderbird-91.8.0/image/decoders/
H A DEXIF.cpp35 RationalType = 5, enumerator
267 if (aType != RationalType || aCount != 1) { in ParseResolution()
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith_new.h282 typedef enum { FINITE, PLUS_INFINITY, MINUS_INFINITY } RationalType; typedef
285 RationalType type;
296 EpsRational(RationalType type) : type(type) {} in EpsRational()
H A Dtheory_arith_old.h478 typedef enum { FINITE, PLUS_INFINITY, MINUS_INFINITY } RationalType; typedef
481 RationalType type;
492 EpsRational(RationalType type) : type(type) {} in EpsRational()
/dports/lang/spidermonkey78/firefox-78.9.0/image/decoders/
H A DEXIF.cpp29 RationalType = 5, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/image/decoders/
H A DEXIF.cpp31 RationalType = 5, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/image/decoders/
H A DEXIF.cpp29 RationalType = 5, enumerator
/dports/graphics/krita/krita-4.4.8/libs/metadata/tests/
H A Dkis_meta_data_test.cpp298 QVERIFY(TypeInfo::Private::Rational->propertyType() == TypeInfo::RationalType); in testTypeInfo()
432 …RIFY(exifSchema->propertyType("CompressedBitsPerPixel")->propertyType() == TypeInfo::RationalType); in testSchemaParse()
461 …chema()->propertyType("Values")->embeddedPropertyType()->propertyType() == TypeInfo::RationalType); in testSchemaParse()