HomeSort by relevance Sort by last modified time
    Searched full:wtf_atan2 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 133 inline double wtf_atan2(double x, double y) function
161 #define atan2(x, y) wtf_atan2(x, y)

Completed in 87 milliseconds