Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtras.h156 inline double wtf_fmod(double x, double y) { return (!std::isinf(x) && std::isinf(y)) ? x : fmod(x,… in wtf_fmod() function
162 #define fmod(x, y) wtf_fmod(x, y)