/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 204 class Rational { 206 Rational(void) : _n(0), _d(1) {} 207 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {} 212 bool operator==(const Rational& other) const; 213 bool operator!=(const Rational& other) const { return !(*this == other); } 214 bool operator<(const Rational& other) const; 215 bool operator>(const Rational& other) const { 219 Rational& lower, Rational& upper); 263 Rational hScale [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fstlib.h | 24 // "rational sets"); finite-state transducers are used to represent 25 // binary relations between pairs of strings (specifically, "rational
|
rational.h | 0 // rational.h 59 SetType("rational"); 177 VectorFst<A> rfst_; // rational topology machine; uses neg. nonterminals 183 // Parent class for the delayed rational operations - delayed union,
|
/frameworks/native/include/utils/ |
LinearTransform.h | 27 // scale factor is expressed as a rational number using two 32 bit values.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
ratio | 46 * @defgroup ratio Rational Arithmetic 49 * Compile time representation of fininte rational numbers. 137 * @brief Provides compile-time rational arithmetic. 139 * This class template represents any finite rational number with a
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 46 * @defgroup ratio Rational Arithmetic 49 * Compile time representation of fininte rational numbers. 137 * @brief Provides compile-time rational arithmetic. 139 * This class template represents any finite rational number with a
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 46 * @defgroup ratio Rational Arithmetic 49 * Compile time representation of fininte rational numbers. 137 * @brief Provides compile-time rational arithmetic. 139 * This class template represents any finite rational number with a
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 46 * @defgroup ratio Rational Arithmetic 49 * Compile time representation of fininte rational numbers. 137 * @brief Provides compile-time rational arithmetic. 139 * This class template represents any finite rational number with a
|
/external/openfst/src/include/fst/ |
fstlib.h | 26 // "rational sets"); finite-state transducers are used to represent 27 // binary relations between pairs of strings (specifically, "rational 82 #include <fst/rational.h>
|
rational.h | 0 // rational.h 69 SetType("rational"); 79 SetType("rational"); 251 VectorFst<A> rfst_; // rational topology machine; uses neg. nonterminals 261 // Parent class for the delayed rational operations - delayed union,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
ratio | 48 * @defgroup ratio Rational Arithmetic 51 * Compile time representation of finite rational numbers. 139 * @brief Provides compile-time rational arithmetic. 141 * This class template represents any finite rational number with a
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
ratio | 48 * @defgroup ratio Rational Arithmetic 51 * Compile time representation of finite rational numbers. 139 * @brief Provides compile-time rational arithmetic. 141 * This class template represents any finite rational number with a
|
/external/jpeg/ |
jinclude.h | 73 * In ANSI C, and indeed any rational implementation, size_t is also the
|
jconfig.doc | 106 * which is the normal and rational definition.
|
jconfig.h | 107 * which is the normal and rational definition.
|
/external/qemu/distrib/jpeg-6b/ |
jinclude.h | 73 * In ANSI C, and indeed any rational implementation, size_t is also the
|
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 63 * Type is rational. 79 /** Type is rational. */ 153 * Returns the double value of the specified rational tag. If there is no 400 // Some of the rational does not follow the correct format
|
/external/stlport/test/unit/ |
type_traits_test.cpp | 22 CPPUNIT_TEST(rational); 42 void rational(); 337 void TypeTraitsTest::rational() function in class:TypeTraitsTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
type_traits_test.cpp | 22 CPPUNIT_TEST(rational); 42 void rational(); 337 void TypeTraitsTest::rational() function in class:TypeTraitsTest
|
/ndk/tests/device/test-stlport/unit/ |
type_traits_test.cpp | 22 CPPUNIT_TEST(rational); 42 void rational(); 337 void TypeTraitsTest::rational() function in class:TypeTraitsTest
|
/bionic/libm/src/ |
e_asin.c | 24 * R(x^2) is a rational approximation of (asin(x)-x)/x^3
|
/external/fdlibm/ |
e_asin.c | 20 * R(x^2) is a rational approximation of (ieee_asin(x)-x)/x^3
|
/external/libvpx/examples/includes/geshi/geshi/ |
haskell.php | 111 'Int', 'Integer', 'Float', 'Double', 'Rational',
|
scheme.php | 94 'rational', 'rationalize', 'read', 'read-char', 'real-part', 'real?',
|
/external/mesa3d/docs/ |
modelers.html | 45 </li><li><a href="http://www.sim.no/reducer.html" target="_parent">Rational Reducer</a>
|