Searched refs:add_magnitudes (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa.c34 /* add_magnitudes */
275 /* add_magnitudes() adds the magnitudes of *x & *y assuming that */
281 static void add_magnitudes(const mp_no *x, const mp_no *y, mp_no *z, int p) { function
387 if (__acr(x,y,p) > 0) {add_magnitudes(x,y,z,p); Z[0] = X[0]; }
388 else {add_magnitudes(y,x,z,p); Z[0] = Y[0]; }
411 if (__acr(x,y,p) > 0) {add_magnitudes(x,y,z,p); Z[0] = X[0]; }
412 else {add_magnitudes(y,x,z,p); Z[0] = -Y[0]; }

Completed in 83 milliseconds