HomeSort by relevance Sort by last modified time
    Searched refs:sum_squares (Results 1 - 3 of 3) sorted by null

  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 290 static inline Sk4f sum_squares(const Sk4f& a, const Sk4f& b) { function in namespace:__anon18260
316 Sk4f tmpdxdy = sum_squares(dx4, dy4);
317 Sk4f R = sum_squares(fx4, fy4);
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 497 * sum_squares(x,y) = x*x + y*y (or just x*x if y*y would underflow).
504 sum_squares(double x, double y) function
617 rx = log1p(4 * ax / sum_squares(ax - 1, ay)) / 4;
catrigf.c 304 sum_squares(float x, float y) function
375 rx = log1pf(4 * ax / sum_squares(ax - 1, ay)) / 4;

Completed in 326 milliseconds