/external/v8/src/ |
strtod.cc | 265 // denominator. 324 // half-way multiplied by the denominator exceeds the range of an uint64.
|
/hardware/qcom/camera/ |
QCamera_Intf.h | 737 uint32_t denom; // Denominator 745 int32_t denom; // Denominator
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2109Spec.java | 152 // Pick the lowest common denominator
|
/external/chromium_org/net/quic/congestion_control/ |
inter_arrival_overuse_detector.cc | 21 // Same as above, described as numerator and denominator.
|
/external/chromium_org/third_party/icu/source/i18n/ |
nfrs.cpp | 465 * set is treated as the denominator of a fraction. Whichever 466 * denominator can produce the fraction closest in value to the 502 // denominator is the LCD. The numerator if the rule's 503 // base value is the denominator is "numerator" times the
|
/external/chromium_org/third_party/opus/src/silk/float/ |
burg_modified_FLP.c | 103 /* Calculate nominator and denominator for the next order reflection (parcor) coefficient */
|
/external/chromium_org/ui/gl/ |
gl_surface_win.cc | 70 // Swap the numerator/denominator to convert frequency to period.
|
/external/emma/core/java12/com/vladium/emma/report/ |
IItemAttribute.java | 145 //if ($assert.ENABLED) $assert.ASSERT (d > 0, "[attr ID = " + m_denominatorAggregateID + "] invalid denominator: " + d);
|
/external/icu4c/i18n/ |
nfrs.cpp | 490 * set is treated as the denominator of a fraction. Whichever 491 * denominator can produce the fraction closest in value to the 527 // denominator is the LCD. The numerator if the rule's 528 // base value is the denominator is "numerator" times the
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
Xvlib.h | 62 int denominator; member in struct:__anon25034
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 636 * denominator will be 1). 724 * rational with a denominator of 0. [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 636 * denominator will be 1). 724 * rational with a denominator of 0. [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 636 * denominator will be 1). 724 * rational with a denominator of 0. [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 636 * denominator will be 1). 724 * rational with a denominator of 0. [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 636 * denominator will be 1). 724 * rational with a denominator of 0. [all...] |
/external/chromium_org/media/video/capture/linux/ |
video_capture_device_linux.cc | 191 static_cast<float>(frame_interval.discrete.denominator) / 394 streamparm.parm.capture.timeperframe.denominator = 402 << streamparm.parm.capture.timeperframe.denominator << "/"
|
/external/kernel-headers/original/sound/ |
asound.h | 361 unsigned int rate_den; /* R: rate denominator */ 601 unsigned long period_den; /* requested precise period duration (in seconds) - denominator */ 609 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */ [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXExif.cpp | 707 unsigned int numerator = 0, denominator = 0; local 745 ExifElementsTable::stringToRational(temp_value, &numerator, &denominator); 746 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%u/%u", numerator, denominator);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 111 return (r.numerator, r.denominator) 239 self.assertRaises(AttributeError, setattr, r, 'denominator', 6) 322 # numerator and denominator to float before dividing.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 111 return (r.numerator, r.denominator) 239 self.assertRaises(AttributeError, setattr, r, 'denominator', 6) 322 # numerator and denominator to float before dividing.
|
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 209 uint32_t denominator(void) { return _d; } function in class:Rational [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxcmds.c | [all...] |
/external/mesa3d/src/glx/ |
glxcmds.c | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound.h | 350 unsigned int rate_den; /* R: rate denominator */ 590 unsigned long period_den; /* requested precise period duration (in seconds) - denominator */ 598 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */ [all...] |