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

12 3 4 5 6 7 8 91011>>

  /external/libexif/libexif/
exif-utils.c 181 r.numerator = buf ? exif_get_slong (buf, order) : 0;
192 r.numerator = buf ? exif_get_long (buf, order) : 0;
203 exif_set_long (buf, order, value.numerator);
212 exif_set_slong (buf, order, value.numerator);
exif-entry.c 295 r.numerator = (ExifLong) sr.numerator;
328 sr.numerator = (ExifLong) r.numerator;
549 (double) v_rat.numerator /
553 (unsigned long) v_rat.numerator,
572 (double) v_srat.numerator /
576 (long) v_srat.numerator,
1011 d = (double) v_rat.numerator / (double) v_rat.denominator;
1019 if (!v_rat.denominator || (0x80000000 == v_rat.numerator)) {
    [all...]
exif-utils.h 60 typedef struct {ExifLong numerator; ExifLong denominator;} ExifRational; member in struct:__anon20350
65 typedef struct {ExifSLong numerator; ExifSLong denominator;} ExifSRational; member in struct:__anon20351
  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 27 int32_t ClockMath::floorDivide(int32_t numerator, int32_t denominator) {
28 return (numerator >= 0) ?
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));
nfrs.cpp 469 * same base value, the first one is used when the numerator of the
489 int64_t numerator; local
494 numerator = util64_fromDouble(number * (double)leastCommonMultiple + 0.5);
501 // "numerator" is the numerator of the fraction if the
502 // denominator is the LCD. The numerator if the rule's
503 // base value is the denominator is "numerator" times the
507 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple;
511 // the numerator's distance from the CLOSEST multiple
532 // the numerator of the fraction is 1 and the second one is used i
    [all...]
  /external/icu4c/i18n/
gregoimp.cpp 27 int32_t ClockMath::floorDivide(int32_t numerator, int32_t denominator) {
28 return (numerator >= 0) ?
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));
nfrs.cpp 494 * same base value, the first one is used when the numerator of the
514 int64_t numerator; local
519 numerator = util64_fromDouble(number * (double)leastCommonMultiple + 0.5);
526 // "numerator" is the numerator of the fraction if the
527 // denominator is the LCD. The numerator if the rule's
528 // base value is the denominator is "numerator" times the
532 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple;
536 // the numerator's distance from the CLOSEST multiple
557 // the numerator of the fraction is 1 and the second one is used i
    [all...]
  /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 */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 53 UINT Numerator;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 53 UINT Numerator;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 109 int numerator = sources_[i]->GetWeight() * suggestions_count_ + error; local
110 error = numerator % total_weight;
111 int item_count = std::min(numerator / total_weight,
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 105 int32 numerator, denominator; local
106 if (GetMscRate(&numerator, &denominator)) {
108 numerator);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 189 The first number is the numerator, followed by the acceleration
259 &mouse_accel.numerator,
275 mouse_accel.numerator,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 271 """.numerator and .denominator should be in lowest terms."""
276 def numerator(self): member in class:Rational
285 """float(self) = self.numerator / self.denominator
292 return self.numerator / self.denominator
381 def numerator(self): member in class:Integral
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 271 """.numerator and .denominator should be in lowest terms."""
276 def numerator(self): member in class:Rational
285 """float(self) = self.numerator / self.denominator
292 return self.numerator / self.denominator
381 def numerator(self): member in class:Integral
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 225 unsigned int numerator = 0; local
234 numerator = atoi(temp);
236 if (!numerator)
237 numerator = 1;
247 numerator = numerator * denominator + atoi(temp);
254 *num = numerator;
  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 263 snprintf (val, maxlen, _("%2.2f mm"), (double) vr.numerator /
287 snprintf (val, maxlen, "%2.4f", (double) vr.numerator /
293 snprintf (val, maxlen, "%2.4f", (double) vsr.numerator /
  /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.
35 int* numerator,
39 *numerator = ParseY4MInt(token.substr(0, index_divider));
  /external/llvm/include/llvm/Support/
BranchProbability.h 26 // Numerator
  /external/speex/include/speex/
speex_resampler.h 130 * rate ratio is an arbitrary rational number with both the numerator and
133 * @param ratio_num Numerator of the sampling rate ratio
240 * @param ratio_num Numerator of the sampling rate ratio
254 * @param ratio_num Numerator of the sampling rate ratio copied
  /pdk/apps/CameraITS/tests/
test_3a_remote.py 31 return float(r["numerator"]) / float(r["denominator"])
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 47 * @param scale timebase scale (or numerator of the timebase fraction)
106 * @param scale timebase scale (or numerator of the timebase fraction)
  /external/chromium_org/third_party/icu/source/test/testdata/
ra.xlf 275 \ue075>\u09F4; # CURRENCY NUMERATOR ONE
277 \ue076>\u09F5; # CURRENCY NUMERATOR TWO
279 \ue077>\u09F6; # CURRENCY NUMERATOR THREE
281 \ue078>\u09F7; # CURRENCY NUMERATOR FOUR
283 \ue079>\u09F8; # CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR
  /external/icu4c/test/testdata/
ra.xlf 275 \ue075>\u09F4; # CURRENCY NUMERATOR ONE
277 \ue076>\u09F5; # CURRENCY NUMERATOR TWO
279 \ue077>\u09F6; # CURRENCY NUMERATOR THREE
281 \ue078>\u09F7; # CURRENCY NUMERATOR FOUR
283 \ue079>\u09F8; # CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 108 UINT32 numerator, denominator; local
109 if (FAILED(MFGetAttributeRatio(type, MF_MT_FRAME_RATE, &numerator,
114 *frame_rate_numerator = numerator;

Completed in 396 milliseconds

12 3 4 5 6 7 8 91011>>