HomeSort by relevance Sort by last modified time
    Searched refs:Frm (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 10 class Frm(object):
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
130 eq(q, q2, Frm("divmod returns different quotient than / for %r and %r", x, y))
131 eq(r, r2, Frm("divmod returns different mod than %% for %r and %r", x, y))
132 eq(x, q*y + r, Frm("x != q*y + r after divmod on x=%r, y=%r", x, y))
134 self.assertTrue(0 <= r < y, Frm("bad mod from divmod on %r and %r", x, y))
136 self.assertTrue(y < r <= 0, Frm("bad mod from divmod on %r and %r", x, y))
197 Frm("bad result for a*b: a=%r, b=%r, x=%r, y=%r", a, b, x, y))
201 eq(x & 0, 0, Frm("x & 0 != 0 for x=%r", x))
202 eq(x | 0, x, Frm("x | 0 != x for x=%r", x)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 10 class Frm(object):
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
130 eq(q, q2, Frm("divmod returns different quotient than / for %r and %r", x, y))
131 eq(r, r2, Frm("divmod returns different mod than %% for %r and %r", x, y))
132 eq(x, q*y + r, Frm("x != q*y + r after divmod on x=%r, y=%r", x, y))
134 self.assertTrue(0 <= r < y, Frm("bad mod from divmod on %r and %r", x, y))
136 self.assertTrue(y < r <= 0, Frm("bad mod from divmod on %r and %r", x, y))
197 Frm("bad result for a*b: a=%r, b=%r, x=%r, y=%r", a, b, x, y))
201 eq(x & 0, 0, Frm("x & 0 != 0 for x=%r", x))
202 eq(x | 0, x, Frm("x | 0 != x for x=%r", x)
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmspack.c 61 cmsFormatter16 Frm;
68 cmsFormatterFloat Frm;
    [all...]

Completed in 172 milliseconds