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

  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 153 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, function
323 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
catrigf.c 88 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, function
184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);

Completed in 97 milliseconds