Lines Matching refs:wide
157 Sk64 wide; in DEF_TEST() local
162 wide.setMul(rand.nextS(), rand.nextS()); in DEF_TEST()
163 SkLONGLONG check = wide.getLongLong(); in DEF_TEST()
165 wide.div(denom, Sk64::kTrunc_DivOption); in DEF_TEST()
167 SkLONGLONG w = wide.getLongLong(); in DEF_TEST()
171 wide.setMul(rand.nextS(), rand.nextS()); in DEF_TEST()
172 wide.abs(); in DEF_TEST()
173 denom = wide.getSqrt(); in DEF_TEST()
174 int32_t ck = (int32_t)sqrt((double)wide.getLongLong()); in DEF_TEST()
178 wide.setMul(rand.nextS(), rand.nextS()); in DEF_TEST()
181 SkFixed fixdiv = wide.getFixedDiv(dwide); in DEF_TEST()
182 double dnumer = (double)wide.getLongLong(); in DEF_TEST()