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

/external/mesa3d/src/mesa/main/
H A Dimports.h141 #define tanhf(f) ((float) tanh(f)) macro
/external/bison/darwin-lib/
H A Dmath.h2253 # undef tanhf
2254 _GL_FUNCDECL_SYS (tanhf, float, (float x));
2256 _GL_CXXALIAS_SYS (tanhf, float, (float x));
2257 _GL_CXXALIASWARN (tanhf);
2259 # undef tanhf macro
2261 _GL_WARN_ON_USE (tanhf, "tanhf is unportable - "
2262 "use gnulib module tanhf for portability");
/external/bison/lib/
H A Dmath.in.h1941 # undef tanhf macro
1942 _GL_FUNCDECL_SYS (tanhf, float, (float x));
1944 _GL_CXXALIAS_SYS (tanhf, float, (float x));
1945 _GL_CXXALIASWARN (tanhf); variable
1947 # undef tanhf macro
1949 _GL_WARN_ON_USE (tanhf, "tanhf is unportable - "
1950 "use gnulib module tanhf for portability");
/external/bison/linux-lib/
H A Dmath.h2253 # undef tanhf
2254 _GL_FUNCDECL_SYS (tanhf, float, (float x));
2256 _GL_CXXALIAS_SYS (tanhf, float, (float x));
2257 _GL_CXXALIASWARN (tanhf);
2259 # undef tanhf macro
2261 _GL_WARN_ON_USE (tanhf, "tanhf is unportable - "
2262 "use gnulib module tanhf for portability");

Completed in 1136 milliseconds