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

/external/stlport/stlport/stl/config/
H A D_como.h120 # define atan2f atan2 macro
/external/stlport/stlport/stl/
H A D_cmath.h86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h120 #define atan2f(x,y) ((float) atan2(x,y)) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h120 #define atan2f(x,y) ((float) atan2(x,y)) macro
/external/bison/darwin-lib/
H A Dmath.h616 # undef atan2f
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
620 _GL_CXXALIASWARN (atan2f);
622 # undef atan2f macro
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
625 "use gnulib module atan2f for portability");
/external/bison/lib/
H A Dmath.in.h304 # undef atan2f macro
305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
308 _GL_CXXALIASWARN (atan2f); variable
310 # undef atan2f macro
312 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
313 "use gnulib module atan2f for portability");
/external/bison/linux-lib/
H A Dmath.h616 # undef atan2f
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
620 _GL_CXXALIASWARN (atan2f);
622 # undef atan2f macro
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
625 "use gnulib module atan2f for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h131 /// float atan2f(float y, float x);
132 atan2f, enumerator in enum:llvm::LibFunc::Func

Completed in 4436 milliseconds