Searched defs:fabs (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/
H A Dfabs.cpp21 double fabs(double x) { function
24 // and using fabs where bit-twiddling would be a better choice.
43 // Don't use __builtin_fabs here because of ARM. (See fabs above.)
44 return fabs(x);

Completed in 55 milliseconds