Home
last modified time | relevance | path

Searched refs:round (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/src/
Ds_llround.c5 #define roundit round
Ds_round.c33 round(double x) in round() function
Ds_lround.c35 #define roundit round
/bionic/libm/i387/
Dfenv.c334 fesetround(int round) in fesetround() argument
339 if (round & ~_ROUND_MASK) { in fesetround()
344 control |= round; in fesetround()
349 mxcsr |= round << _SSE_ROUND_SHIFT; in fesetround()
/bionic/libm/include/i387/
Dfenv.h84 int fesetround(int round);
/bionic/libm/
DMakefile-orig97 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
148 MLINKS+=round.3 roundf.3 round.3 roundl.3
/bionic/libm/include/
Dmath.h281 double round(double);