Home
last modified time | relevance | path

Searched refs:do_hard_work (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/msun/src/
H A Dcatrigf.c87 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work() function
183 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhf()
241 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf()
H A Dcatrig.c152 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work() function
322 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinh()
407 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos()
H A Dcatrigl.c106 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, in do_hard_work() function
202 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhl()
261 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl()