Lines Matching refs:ldexp
87 m.setScaleX(std::ldexp(1 + rand->nextF(), i)); in for_random_matrices()
90 m.setScaleY(std::ldexp(1 + rand->nextF(), j)); in for_random_matrices()
93 m.setScaleX(std::ldexp(1 + rand->nextF(), i)); in for_random_matrices()
94 m.setSkewX(std::ldexp(1 + rand->nextF(), (j + i) / 2)); in for_random_matrices()
95 m.setSkewY(std::ldexp(1 + rand->nextF(), (j + i) / 2)); in for_random_matrices()
96 m.setScaleY(std::ldexp(1 + rand->nextF(), j)); in for_random_matrices()
109 pts[j].set(std::ldexp(1 + rand->nextF(), i), std::ldexp(1 + rand->nextF(), i)); in for_random_beziers()
195 float epsilon = std::ldexp(SK_ScalarNearlyZero, level * 2); in DEF_TEST()
203 float x = std::ldexp(1, level * 2) / k; in DEF_TEST()
222 float x = std::ldexp(1, level * 2) / k; in DEF_TEST()
445 const float w = std::ldexp(1 + rand.nextF(), i); in DEF_TEST()
481 const float w = std::ldexp(1 + rand.nextF(), i); in DEF_TEST()
508 const float w = std::ldexp(1 + rand.nextF(), i); in DEF_TEST()