HomeSort by relevance Sort by last modified time
    Searched full:denominator (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/v8/src/
bignum-dtoa.cc 56 // and denominator.
61 Bignum* denominator,
64 // Multiplies numerator/denominator so that its values lies in the range 1-10.
66 // v = numerator'/denominator' * 10^(decimal_point-1)
67 // where numerator' and denominator' are the values of numerator and
68 // denominator after the call to this function.
71 Bignum* numerator, Bignum* denominator,
75 static void GenerateShortestDigits(Bignum* numerator, Bignum* denominator,
81 Bignum* numerator, Bignum* denominator,
83 // Generates 'count' digits of numerator/denominator
118 Bignum denominator; local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
Rational.java 21 * numerator and denominator of a Rational number.
29 * Create a Rational with a given numerator and denominator.
32 * @param denominator
34 public Rational(long nominator, long denominator) {
36 mDenominator = denominator;
55 * Gets the denominator of the rational
63 * if the denominator is 0.
  /external/compiler-rt/lib/arm/
aeabi_idivmod.S 12 // struct { int quot, int rem} __aeabi_idivmod(int numerator, int denominator) {
14 // quot = __divmodsi4(numerator, denominator, &rem);
aeabi_ldivmod.S 13 // __aeabi_ldivmod(int64_t numerator, int64_t denominator) {
15 // quot = __divmoddi4(numerator, denominator, &rem);
aeabi_uidivmod.S 13 // __aeabi_uidivmod(unsigned numerator, unsigned denominator) {
15 // quot = __udivmodsi4(numerator, denominator, &rem);
aeabi_uldivmod.S 13 // __aeabi_uldivmod(uint64_t numerator, uint64_t denominator) {
15 // quot = __udivmoddi4(numerator, denominator, &rem);
  /libcore/luni/src/main/java/java/util/
Grego.java 181 public static long floorDivide(long numerator, long denominator) {
185 numerator / denominator :
186 ((numerator + 1) / denominator) - 1;
189 private static long floorDivide(long numerator, long denominator, long[] remainder) {
191 remainder[0] = numerator % denominator;
192 return numerator / denominator;
194 long quotient = ((numerator + 1) / denominator) - 1;
195 remainder[0] = numerator - (quotient * denominator);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFraction.cpp 73 RenderObject* denominator = numerator->nextSibling(); local
74 if (!denominator)
79 denominator->style()->setTextAlign(LEFT);
81 denominator->style()->setTextAlign(RIGHT);
83 denominator->style()->setTextAlign(CENTER);
97 // Update the style for the padding of the denominator for the line thickness
  /external/oprofile/libop/
op_cpu_type.h 95 * the CPU lowest common denominator
102 * get the CPU lowest common denominator
104 * returns cpu_type if cpu_type does not have a lowest common 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 */
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 163 float denominator = dot00 * dot11 - dot01 * dot01; local
164 if (!denominator)
168 float inverseDenominator = 1.0f / denominator;
326 // Divides the numerator by the denominator safely for the case where
329 bool safeUnitDivide(float numerator, float denominator, float& ratio)
332 // Make the "numerator >= denominator" check below work.
334 denominator = -denominator;
336 if (!numerator || !denominator || numerator >= denominator)
    [all...]
  /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/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/llvm/include/llvm/Support/
BranchProbability.h 29 // 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.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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 3227 milliseconds

1 2 3 4 5 6 7 8 9