Lines Matching refs:ldexp
89 m.setScaleX(std::ldexp(1 + rand->nextF(), i));
92 m.setScaleY(std::ldexp(1 + rand->nextF(), j));
95 m.setScaleX(std::ldexp(1 + rand->nextF(), i));
96 m.setSkewX(std::ldexp(1 + rand->nextF(), (j + i) / 2));
97 m.setSkewY(std::ldexp(1 + rand->nextF(), (j + i) / 2));
98 m.setScaleY(std::ldexp(1 + rand->nextF(), j));
111 pts[j].set(std::ldexp(1 + rand->nextF(), i), std::ldexp(1 + rand->nextF(), i));
197 float epsilon = std::ldexp(SK_ScalarNearlyZero, level * 2);
205 float x = std::ldexp(1, level * 2) / k;
224 float x = std::ldexp(1, level * 2) / k;
451 const float w = std::ldexp(1 + rand.nextF(), i);
484 const float w = std::ldexp(1 + rand.nextF(), i);
509 const float w = std::ldexp(1 + rand.nextF(), i);