/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
exif_parser.js | 376 case 5: // Rational 382 case 10: // Signed Rational
|
/external/fdlibm/ |
s_erf.c | 56 * That is, we use rational approximation to approximate 91 * We use rational approximation to approximate
|
e_exp.c | 26 * 2. Approximation of ieee_exp(r) by a special rational function on
|
s_expm1.c | 25 * 2. Approximating ieee_expm1(r) by a special rational function on
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_exif.c | 139 ALOGE("%s: No memory for rational array", __func__); 180 ALOGE("%s: No memory for signed rational array", __func__);
|
/hardware/qcom/camera/ |
QCamera_Intf.h | 733 /* Exif Rational Data Type */ 741 /* Exif Signed Rational Data Type */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_exp.c | 29 * 2. Approximation of exp(r) by a special rational function on
|
s_expm1.c | 28 * 2. Approximating expm1(r) by a special rational function on
|
/external/ceres-solver/data/nist/ |
Hahn1.dat | 31 Model: Rational Class (cubic/cubic)
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 98 'Range', 'RangeError', 'Rational', 'Regexp', 'RegexpError',
|
/external/openfst/src/include/fst/ |
concat.h | 29 #include <fst/rational.h>
|
lookahead-matcher.h | 56 // more generally, to a rational set. Each returns false if there is 64 // // RATIONAL LOOKAHEAD: The next methods allow looking ahead for an 65 // // arbitrary rational set of strings, specified by an FST and a state
|
/system/media/camera/docs/ |
metadata_properties.xsd | 170 <enumeration value="rational" />
|
metadata_properties.xml | 87 <entry name="transform" type="rational" visibility="public" 88 type_notes="3x3 rational matrix in row-major order" 634 <entry name="aeCompensationStep" type="rational" visibility="public"> [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
exif_encoder.js | 345 case 5: // Rational 346 case 10: // Signed Rational 368 } else { // Scalar or rational
|
/frameworks/base/core/java/android/hardware/camera2/ |
CaptureRequest.java | 349 public static final Key<Rational[]> COLOR_CORRECTION_TRANSFORM = 350 new Key<Rational[]>("android.colorCorrection.transform", Rational[].class); [all...] |
/external/jpeg/ |
jmemmac.c | 98 * on rational architectures like the Mac.
|
/external/qemu/distrib/jpeg-6b/ |
jmemmac.c | 98 * on rational architectures like the Mac.
|
/external/speex/include/speex/ |
speex_resampler.h | 130 * rate ratio is an arbitrary rational number with both the numerator and
|
/external/valgrind/main/gdbserver_tests/ |
README_DEVELOPERS | 99 Rational for test approach
|
/frameworks/av/media/libnbaio/ |
MonoPipe.cpp | 74 " in a 32/32 bit rational. (max reduction is 0x%016llx/0x%016llx"
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binop.py | 29 """Rational number implemented as a normalized pair of longs."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binop.py | 29 """Rational number implemented as a normalized pair of longs."""
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 428 case 5: // rational = two long values, first is numerator, second is denominator 450 case 10: // signed rational, two slongs, first is numerator, second is denominator
|