Home
last modified time | relevance | path

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

/external/piex/src/tiff_directory/
Dtiff_directory.h36 struct Rational { struct
41 struct SRational { argument
/external/piex/src/
Dpiex_types.h61 struct Rational { struct
62 std::uint32_t numerator = 0;
63 std::uint32_t denominator = 1;
/external/python/cpython2/Lib/
Dfractions.py15 Rational = numbers.Rational variable
Dnumbers.py270 class Rational(Real): class
/external/python/cpython3/Lib/
Dnumbers.py267 class Rational(Real): class
/external/python/cpython3/Modules/_decimal/
D_decimal.c2772 static PyObject *Rational = NULL; variable