HomeSort by relevance Sort by last modified time
    Searched defs:Fraction (Results 1 - 17 of 17) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 13 __all__ = ['Fraction', 'gcd']
44 class Fraction(Rational):
47 In the two-argument form of the constructor, Fraction(8, 6) will
50 defaults to 1 so that Fraction(3) == 3 and Fraction() == 0.
69 """Constructs a Fraction.
77 >>> Fraction(10, -8)
78 Fraction(-5, 4)
79 >>> Fraction(Fraction(1, 7), 5
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 13 __all__ = ['Fraction', 'gcd']
44 class Fraction(Rational):
47 In the two-argument form of the constructor, Fraction(8, 6) will
50 defaults to 1 so that Fraction(3) == 3 and Fraction() == 0.
69 """Constructs a Fraction.
77 >>> Fraction(10, -8)
78 Fraction(-5, 4)
79 >>> Fraction(Fraction(1, 7), 5
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
Fraction.java 17 package org.apache.commons.math.fraction;
37 public class Fraction
39 implements FieldElement<Fraction>, Comparable<Fraction>, Serializable {
41 /** A fraction representing "2 / 1". */
42 public static final Fraction TWO = new Fraction(2, 1);
44 /** A fraction representing "1". */
45 public static final Fraction ONE = new Fraction(1, 1)
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.h 68 unsigned short Fraction;
psb_overlay.h 261 unsigned short Fraction;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 6 from fractions import Fraction
376 self.assertEqual(take(3, count(Fraction(2,3), Fraction(1,7))),
377 [Fraction(2,3), Fraction(17,21), Fraction(20,21)])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 6 from fractions import Fraction
376 self.assertEqual(take(3, count(Fraction(2,3), Fraction(1,7))),
377 [Fraction(2,3), Fraction(17,21), Fraction(20,21)])
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 249 USHORT Fraction;
421 return (float)f32.Value + (float)f32.Fraction / (1 << 16);
427 f32.Fraction = ((ULONG) (f * (1 << 16))) & 0xFFFF;
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 827 milliseconds