HomeSort by relevance Sort by last modified time
    Searched full:rational (Results 51 - 75 of 390) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ceres-solver/data/nist/
Thurber.dat 31 Model: Rational Class (cubic/cubic)
  /external/libexif/libexif/
exif-format.c 38 {EXIF_FORMAT_RATIONAL, N_("Rational"), 8},
exif-utils.h 59 /*! EXIF Unsigned Rational data type */
64 /*! EXIF Signed Rational data type */
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableColorSpaceTransform.java 37 /** rational x 3 x 3 */
  /packages/apps/Launcher3/
update_gallery_files.py 26 src/com/android/gallery3d/exif/Rational.java
update_system_wallpaper_cropper.py 27 com/android/gallery3d/exif/Rational.java
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
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/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
270 class Rational(Real):
295 class Integral(Rational):
375 # Concrete implementations of Rational and Real abstract methods.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
270 class Rational(Real):
295 class Integral(Rational):
375 # Concrete implementations of Rational and Real abstract methods.
  /frameworks/av/media/img_utils/src/
TiffEntry.cpp 88 if (type == LONG || type == RATIONAL) {
169 case RATIONAL: {
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateStartingPreview.java 34 import com.android.camera.exif.Rational;
165 final Rational pictureAspectRatio =
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 701 Rational value[] = new Rational[tag.getComponentCount()];
725 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 19 // We implement rational numbers of bounded size.
28 // a non-null result only when the result is known to be rational.
77 if (r == null) return "not a small rational";
305 // covers all rational cases:
346 // Again, these seem to be all rational cases:
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.util.html 147 <A NAME="Rational"></A>
148 <nobr><A HREF="../../../../reference/android/util/Rational.html" target="_top"><code>Rational</code></A></nobr>
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 56 # Convert the transform back to rational.
  /developers/build/prebuilts/gradle/RuntimePermissions/
README.md 21 Applications can provide an additional rational for the use of permissions after calling
  /developers/samples/android/system/RuntimePermissions/
template-params.xml 79 Applications can provide an additional rational for the use of permissions after calling
  /external/jpeg/
jinclude.h 73 * In ANSI C, and indeed any rational implementation, size_t is also the
  /external/pdfium/core/src/fxcodec/libjpeg/
jinclude.h 84 * In ANSI C, and indeed any rational implementation, size_t is also the
  /frameworks/base/media/java/android/media/
ExifInterface.java 78 * Type is rational.
94 /** Type is rational. */
171 * Returns the double value of the specified rational tag. If there is no
446 // Some of the rational does not follow the correct format

Completed in 1004 milliseconds

1 23 4 5 6 7 8 91011>>