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

  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x;
408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
416 rx = atan2(sqrt_A2mx2, new_x);
418 rx = atan2(sqrt_A2mx2, -new_x);
catrigf.c 203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x;
242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
250 rx = atan2f(sqrt_A2mx2, new_x);
252 rx = atan2f(sqrt_A2mx2, -new_x);

Completed in 98 milliseconds