HomeSort by relevance Sort by last modified time
    Searched full:denominator (Results 26 - 50 of 374) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libexif/libexif/
exif-utils.c 182 r.denominator = buf ? exif_get_slong (buf + 4, order) : 0;
193 r.denominator = buf ? exif_get_long (buf + 4, order) : 0;
204 exif_set_long (buf + 4, order, value.denominator);
213 exif_set_slong (buf + 4, order, value.denominator);
exif-entry.c 296 r.denominator = (ExifLong) sr.denominator;
329 sr.denominator = (ExifLong) r.denominator;
539 if (v_rat.denominator) {
542 * display based on the size of the denominator.
546 int decimals = (int)(log10(v_rat.denominator)-0.08+1.0);
550 (double) v_rat.denominator);
554 (unsigned long) v_rat.denominator);
568 if (v_srat.denominator) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.h 36 * @param denominator a divisor which must be != 0
39 static int32_t floorDivide(int32_t numerator, int32_t denominator);
47 * @param denominator a divisor which must be != 0
50 static inline double floorDivide(double numerator, double denominator);
60 * @param denominator a divisor which must be != 0
62 * remainder. Unlike <code>numerator % denominator</code>, this
64 * |denominator|)</code>.
67 static int32_t floorDivide(double numerator, int32_t denominator,
254 inline double ClockMath::floorDivide(double numerator, double denominator) {
255 return uprv_floor(numerator / denominator);
    [all...]
gregoimp.cpp 27 int32_t ClockMath::floorDivide(int32_t numerator, int32_t denominator) {
29 numerator / denominator : ((numerator + 1) / denominator) - 1;
32 int32_t ClockMath::floorDivide(double numerator, int32_t denominator,
35 quotient = uprv_floor(numerator / denominator);
36 remainder = (int32_t) (numerator - (quotient * denominator));
  /external/icu4c/i18n/
gregoimp.h 36 * @param denominator a divisor which must be != 0
39 static int32_t floorDivide(int32_t numerator, int32_t denominator);
47 * @param denominator a divisor which must be != 0
50 static inline double floorDivide(double numerator, double denominator);
60 * @param denominator a divisor which must be != 0
62 * remainder. Unlike <code>numerator % denominator</code>, this
64 * |denominator|)</code>.
67 static int32_t floorDivide(double numerator, int32_t denominator,
254 inline double ClockMath::floorDivide(double numerator, double denominator) {
255 return uprv_floor(numerator / denominator);
    [all...]
gregoimp.cpp 27 int32_t ClockMath::floorDivide(int32_t numerator, int32_t denominator) {
29 numerator / denominator : ((numerator + 1) / denominator) - 1;
32 int32_t ClockMath::floorDivide(double numerator, int32_t denominator,
35 quotient = uprv_floor(numerator / denominator);
36 remainder = (int32_t) (numerator - (quotient * denominator));
  /external/speex/libspeex/
filters_sse.h 43 /* Copy numerator, denominator and memory to aligned xmm */
96 /* Copy numerator, denominator and memory to aligned xmm */
150 /* Copy numerator, denominator and memory to aligned xmm */
199 /* Copy numerator, denominator and memory to aligned xmm */
248 /* Copy numerator, denominator and memory to aligned xmm */
296 /* Copy numerator, denominator and memory to aligned xmm */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 271 """.numerator and .denominator should be in lowest terms."""
280 def denominator(self): member in class:Rational
285 """float(self) = self.numerator / self.denominator
292 return self.numerator / self.denominator
386 def denominator(self): member in class:Integral
387 """Integers have a denominator of 1."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 271 """.numerator and .denominator should be in lowest terms."""
280 def denominator(self): member in class:Rational
285 """float(self) = self.numerator / self.denominator
292 return self.numerator / self.denominator
386 def denominator(self): member in class:Integral
387 """Integers have a denominator of 1."""
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 54 UINT Denominator;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 54 UINT Denominator;
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 105 int32 numerator, denominator; local
106 if (GetMscRate(&numerator, &denominator)) {
107 last_computed_intervals_.push(base::TimeDelta::FromSeconds(denominator) /
  /system/extras/tests/framebuffer/
refresh.c 70 uint64_t denominator = (uint64_t)( info.upper_margin + info.lower_margin + info.yres )
73 int refreshRate = denominator ? (1000000000000000LLU / denominator) : 0;
  /external/chromium_org/media/video/capture/
file_video_capture_device.cc 32 // Extract numerator and denominator out of a token that must have the aspect
33 // numerator:denominator, both integer numbers.
36 int* denominator) {
40 *denominator = ParseY4MInt(token.substr(index_divider + 1, token.length()));
41 CHECK(*denominator);
  /external/llvm/test/Transforms/LICM/
speculate.ll 3 ; UDiv is safe to speculate if the denominator is known non-zero.
36 ; UDiv is unsafe to speculate if the denominator is not known non-zero.
68 ; SDiv is safe to speculate if the denominator is known non-zero and
103 ; SDiv is unsafe to speculate if the denominator is not known non-zero.
136 ; SDiv is unsafe to speculate if the denominator is not known to have a zero bit.
  /external/speex/include/speex/
speex_resampler.h 131 * denominator being 32-bit integers.
134 * @param ratio_den Denominator of the sampling rate ratio
241 * @param ratio_den Denominator of the sampling rate ratio
252 * common denominator.
255 * @param ratio_den Denominator of the sampling rate ratio copied
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 79 #define R2L(n) ((n).denominator ? (long)(n).numerator/(n).denominator : 0L)
80 #define R2D(n) ((n).denominator ? (double)(n).numerator/(n).denominator : 0.0)
387 if (!vr.numerator || !vr.denominator) {
456 if (!vr.numerator || !vr.denominator) {
688 if (!vr.numerator || !vr.denominator) {
692 unsigned long tmp = vr.numerator / vr.denominator;
796 if (!vr.denominator) {
806 if (!vsr.denominator) {
    [all...]
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller.cc 51 // we have a common denominator.
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 108 UINT32 numerator, denominator; local
110 &denominator))||
111 !denominator) {
115 *frame_rate_denominator = denominator;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPolygon.cpp 235 float denominator = determinant(thisDelta, otherDelta);
236 if (!denominator)
244 float uThisLine = determinant(otherDelta, vertex1Delta) / denominator;
245 float uOtherLine = determinant(thisDelta, vertex1Delta) / denominator;
  /external/llvm/include/llvm/Support/
BranchProbability.h 29 // Denominator
  /pdk/apps/CameraITS/tests/
test_3a_remote.py 31 return float(r["numerator"]) / float(r["denominator"])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
hypergeometric.tcc 72 * @param __c The "denominator" parameter.
216 * @param __c The "denominator" parameter.
260 * @param __c The "denominator" parameter.
488 /* Gamma functions in the denominator are ok.
514 // Gamma functions in the denominator were not ok.
535 // Gamma functions in the denominator are ok.
579 // Gamma functions in the denominator not ok.
593 // These gamma functions appear in the denominator, so we
718 * @param __c The "denominator" parameter.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hypergeometric.tcc 73 * @param __c The "denominator" parameter.
217 * @param __c The @a denominator parameter.
261 * @param __c The @a denominator parameter.
490 /* Gamma functions in the denominator are ok.
516 // Gamma functions in the denominator were not ok.
537 // Gamma functions in the denominator are ok.
582 // Gamma functions in the denominator not ok.
596 // These gamma functions appear in the denominator, so we
721 * @param __c The @a denominator parameter.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hypergeometric.tcc 73 * @param __c The "denominator" parameter.
217 * @param __c The @a denominator parameter.
261 * @param __c The @a denominator parameter.
490 /* Gamma functions in the denominator are ok.
516 // Gamma functions in the denominator were not ok.
537 // Gamma functions in the denominator are ok.
582 // Gamma functions in the denominator not ok.
596 // These gamma functions appear in the denominator, so we
721 * @param __c The @a denominator parameter.

Completed in 1570 milliseconds

12 3 4 5 6 7 8 91011>>