/cts/tests/camera/src/android/hardware/camera2/cts/ |
AllocationTest.java | 55 import android.util.Rational; 134 final Rational ONE = new Rational(1, 1); 135 final Rational ZERO = new Rational(0, 1); 155 new ColorSpaceTransform(new Rational[] { [all...] |
StillCaptureTest.java | 44 import android.util.Rational; [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
CameraMetadataGetter.java | 44 import android.util.Rational; 248 private static Object serializeRational(Rational rat) throws org.json.JSONException { 477 } else if (keyType == Rational.class) { 478 return new MetadataEntry(keyName, serializeRational((Rational) keyValue)); 541 } else if (elmtType == Rational.class) { 544 jsonArray.put(serializeRational((Rational) Array.get(keyValue, i)));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gmp.info-2 | [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
BoundedRational.java | 24 * Rational numbers that may turn to null if they get too big. 31 * the result is known to be rational. 87 return "not a small rational"; 364 // Somewhat surprisingly, it seems to be the case that the following covers all rational 410 // Again, these seem to be all rational cases:
|
/frameworks/base/media/java/android/media/ |
MediaCodecInfo.java | 24 import android.util.Rational; 123 private static final Range<Rational> POSITIVE_RATIONALS = 124 Range.create(new Rational(1, Integer.MAX_VALUE), 125 new Rational(Integer.MAX_VALUE, 1)); [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfStandardAttributes.h | 281 // framesPerSecond is stored as a rational number. A rational number is 288 IMF_STD_ATTRIBUTE_DEF (framesPerSecond, FramesPerSecond, Rational)
|
/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
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
ratconv_test.go | 339 // isFinite reports whether f represents a finite rational value. 363 // Skip this check if the input uses "a/b" rational syntax. 419 // Skip this check if the input uses "a/b" rational syntax.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
ratconv_test.go | 336 // isFinite reports whether f represents a finite rational value. 360 // Skip this check if the input uses "a/b" rational syntax. 416 // Skip this check if the input uses "a/b" rational syntax.
|
/prebuilts/go/darwin-x86/src/math/big/ |
ratconv_test.go | 338 // isFinite reports whether f represents a finite rational value. 362 // Skip this check if the input uses "a/b" rational syntax. 418 // Skip this check if the input uses "a/b" rational syntax.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
ratconv_test.go | 339 // isFinite reports whether f represents a finite rational value. 363 // Skip this check if the input uses "a/b" rational syntax. 419 // Skip this check if the input uses "a/b" rational syntax.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
ratconv_test.go | 336 // isFinite reports whether f represents a finite rational value. 360 // Skip this check if the input uses "a/b" rational syntax. 416 // Skip this check if the input uses "a/b" rational syntax.
|
/prebuilts/go/linux-x86/src/math/big/ |
ratconv_test.go | 338 // isFinite reports whether f represents a finite rational value. 362 // Skip this check if the input uses "a/b" rational syntax. 418 // Skip this check if the input uses "a/b" rational syntax.
|
/cts/apps/CameraITS/pymodules/its/ |
objects.py | 59 """Function to convert Camera2 rational objects to Python floats. 62 r: Rational or list of rationals, as Python dictionaries.
|
/cts/apps/CameraITS/tests/ |
tutorial.py | 111 # Note that the CCM transform is in a rational format in capture 114 # so a conversion from float to rational must be performed.
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifInterface.java | [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_asin.c | 23 * R(x^2) is a rational approximation of (asin(x)-x)/x^3
|
/external/ceres-solver/data/nist/ |
Kirby2.dat | 31 Model: Rational Class (quadratic/quadratic)
|
/external/dng_sdk/source/ |
dng_exif.h | 247 /// Utility to encode f-number as a rational.
|