Home
last modified time | relevance | path

Searched defs:Rational (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/format/test/
Dformat_test3.cpp18 struct Rational { struct
20 Rational (int an, int ad) : n(an), d(ad) {} in Rational() function
Dformat_test2.cpp26 struct Rational { struct
28 Rational (int an, int ad) : n(an), d(ad) {} in Rational() argument
/third_party/boost/libs/format/example/
Dsample_userType.cpp72 class Rational { class
74 Rational(int n, unsigned int d) : n_(n), d_(d) {} in Rational() function in Rational
82 Rational::Rational(int n, int d) : n_(n) in Rational() function in Rational
/third_party/skia/third_party/externals/piex/src/tiff_directory/
Dtiff_directory.h36 struct Rational { struct
41 struct SRational { argument
/third_party/flutter/skia/third_party/externals/piex/src/tiff_directory/
Dtiff_directory.h36 struct Rational { struct
41 struct SRational { argument
/third_party/flutter/skia/third_party/externals/piex/src/
Dpiex_types.h61 struct Rational { struct
62 std::uint32_t numerator = 0;
63 std::uint32_t denominator = 1;
/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h61 struct Rational { struct
62 std::uint32_t numerator = 0;
63 std::uint32_t denominator = 1;
/third_party/python/Lib/
Dnumbers.py267 class Rational(Real): class
/third_party/python/Modules/_decimal/
D_decimal.c2916 static PyObject *Rational = NULL; variable