Home | History | Annotate | Download | only in tests

Lines Matching refs:wide

149         Sk64    wide;
154 wide.setMul(rand.nextS(), rand.nextS());
155 SkLONGLONG check = wide.getLongLong();
157 wide.div(denom, Sk64::kTrunc_DivOption);
159 SkLONGLONG w = wide.getLongLong();
164 wide.setMul(rand.nextS(), rand.nextS());
165 wide.abs();
166 denom = wide.getSqrt();
167 int32_t ck = (int32_t)sqrt((double)wide.getLongLong());
171 wide.setMul(rand.nextS(), rand.nextS());
174 SkFixed fixdiv = wide.getFixedDiv(dwide);
175 double dnumer = (double)wide.getLongLong();