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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h121 #define atanf(f) ((float) atan(f)) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h121 #define atanf(f) ((float) atan(f)) macro
/external/bison/darwin-lib/
H A Dmath.h585 # undef atanf
586 _GL_FUNCDECL_SYS (atanf, float, (float x));
588 _GL_CXXALIAS_SYS (atanf, float, (float x));
589 _GL_CXXALIASWARN (atanf);
591 # undef atanf macro
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
594 "use gnulib module atanf for portability");
/external/bison/lib/
H A Dmath.in.h273 # undef atanf macro
274 _GL_FUNCDECL_SYS (atanf, float, (float x));
276 _GL_CXXALIAS_SYS (atanf, float, (float x));
277 _GL_CXXALIASWARN (atanf); variable
279 # undef atanf macro
281 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
282 "use gnulib module atanf for portability");
/external/bison/linux-lib/
H A Dmath.h585 # undef atanf
586 _GL_FUNCDECL_SYS (atanf, float, (float x));
588 _GL_CXXALIAS_SYS (atanf, float, (float x));
589 _GL_CXXALIASWARN (atanf);
591 # undef atanf macro
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
594 "use gnulib module atanf for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h135 /// float atanf(float x);
136 atanf, enumerator in enum:llvm::LibFunc::Func

Completed in 252 milliseconds