HomeSort by relevance Sort by last modified time
    Searched refs:FDKatan2 (Results 1 - 2 of 2) sorted by null

  /external/aac/libSYS/include/
genericStds.h 377 double FDKatan2(double y, double x);
  /external/aac/libSYS/src/
genericStds.cpp 364 double FDKatan2(double y, double x) { return atan2(y, x); }

Completed in 40 milliseconds