Lines Matching full:asll
21 static SkLONGLONG asLL(const Sk64& a)
108 SkLONGLONG aa = asLL(a);
109 SkLONGLONG bb = asLL(b);
119 REPORTER_ASSERT(reporter, asLL(c) == aa + bb);
121 REPORTER_ASSERT(reporter, asLL(c) == aa - bb);
123 REPORTER_ASSERT(reporter, asLL(c) == bb - aa);
125 REPORTER_ASSERT(reporter, asLL(c) == -aa);
129 REPORTER_ASSERT(reporter, asLL(c) == (aa << bits));
131 REPORTER_ASSERT(reporter, asLL(c) == (aa >> bits));
139 REPORTER_ASSERT(reporter, asLL(c) == (tmp >> bits));
143 REPORTER_ASSERT(reporter, asLL(c) == tmp);