Searched defs:tanf (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dimports.h140 #define tanf(f) ((float) tan(f)) macro
/external/bison/darwin-lib/
H A Dmath.h2222 # undef tanf
2223 _GL_FUNCDECL_SYS (tanf, float, (float x));
2225 _GL_CXXALIAS_SYS (tanf, float, (float x));
2226 _GL_CXXALIASWARN (tanf);
2228 # undef tanf macro
2230 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
2231 "use gnulib module tanf for portability");
/external/bison/lib/
H A Dmath.in.h1910 # undef tanf macro
1911 _GL_FUNCDECL_SYS (tanf, float, (float x));
1913 _GL_CXXALIAS_SYS (tanf, float, (float x));
1914 _GL_CXXALIASWARN (tanf); variable
1916 # undef tanf macro
1918 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
1919 "use gnulib module tanf for portability");
/external/bison/linux-lib/
H A Dmath.h2222 # undef tanf
2223 _GL_FUNCDECL_SYS (tanf, float, (float x));
2225 _GL_CXXALIAS_SYS (tanf, float, (float x));
2226 _GL_CXXALIASWARN (tanf);
2228 # undef tanf macro
2230 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
2231 "use gnulib module tanf for portability");

Completed in 507 milliseconds