Searched defs:round (Results 1 - 4 of 4) sorted by path

/bionic/libm/amd64/
H A Dfenv.c220 * its argument `round'. If the argument is not equal to the value of a rounding
224 fesetround(int round) argument
230 if (round & ~X87_ROUND_MASK)
238 control |= round;
246 mxcsr |= round << SSE_ROUND_SHIFT;
/bionic/libm/arm64/
H A Dfenv.c126 int fesetround(int round) { argument
129 round &= FE_TOWARDZERO;
132 new_fpcr |= (round << FPCR_RMODE_SHIFT);
/bionic/libm/i387/
H A Dfenv.c336 fesetround(int round) argument
341 if (round & ~ROUND_MASK) {
346 control |= round;
351 mxcsr |= round << _SSE_ROUND_SHIFT;
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_round.c36 round(double x) function
59 __weak_reference(round, roundl);

Completed in 166 milliseconds