Searched refs:Frm (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_long.py | 10 class Frm(object): class 135 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y)) 136 eq(q, q2, Frm("divmod returns different quotient than / for %r and %r", x, y)) 137 eq(r, r2, Frm("divmod returns different mod than %% for %r and %r", x, y)) 138 eq(x, q*y + r, Frm("x != q*y + r after divmod on x=%r, y=%r", x, y)) 140 self.assertTrue(0 <= r < y, Frm("bad mod from divmod on %r and %r", x, y)) 142 self.assertTrue(y < r <= 0, Frm("bad mod from divmod on %r and %r", x, y)) 203 Frm("bad result for a*b: a=%r, b=%r, x=%r, y=%r", a, b, x, y)) 222 eq(x & 0, 0, Frm("x & 0 != 0 for x=%r", x)) 223 eq(x | 0, x, Frm("x | 0 != x for x=%r", x)) [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmspack.c | 62 cmsFormatter16 Frm; member 69 cmsFormatterFloat Frm; member 3520 fr.Fmt16 = f ->Frm; in _cmsGetStockInputFormatter() 3532 fr.FmtFloat = f ->Frm; in _cmsGetStockInputFormatter() 3681 fr.Fmt16 = f ->Frm; in _cmsGetStockOutputFormatter() 3694 fr.FmtFloat = f ->Frm; in _cmsGetStockOutputFormatter()
|
/external/cpuinfo/test/dmesg/ |
D | padcod-10.1.log | 437 <4>[ 7.870607] [DISP] *** Lcd Frm to RGB666
|