Lines Matching refs:nextF
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));
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);