HomeSort by: relevance | last modified time | path
    Searched defs:do_hard_work (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/complex/
catrig.c 176 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, function in typeref:typename:void
346 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
431 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
catrigf.c 101 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, function in typeref:typename:void
197 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
255 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
catrigl.c 136 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, long double *B, long double *sqrt_A2my2, long double *new_y) function in typeref:typename:void
228 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
284 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);

Completed in 13 milliseconds