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

/external/mesa3d/src/mesa/main/
H A Dimports.h119 #define asinf(f) ((float) asin(f)) macro
/external/bison/darwin-lib/
H A Dmath.h554 # undef asinf
555 _GL_FUNCDECL_SYS (asinf, float, (float x));
557 _GL_CXXALIAS_SYS (asinf, float, (float x));
558 _GL_CXXALIASWARN (asinf);
560 # undef asinf macro
562 _GL_WARN_ON_USE (asinf, "asinf is unportable - "
563 "use gnulib module asinf for portability");
/external/bison/lib/
H A Dmath.in.h242 # undef asinf macro
243 _GL_FUNCDECL_SYS (asinf, float, (float x));
245 _GL_CXXALIAS_SYS (asinf, float, (float x));
246 _GL_CXXALIASWARN (asinf); variable
248 # undef asinf macro
250 _GL_WARN_ON_USE (asinf, "asinf is unportable - "
251 "use gnulib module asinf for portability");
/external/bison/linux-lib/
H A Dmath.h554 # undef asinf
555 _GL_FUNCDECL_SYS (asinf, float, (float x));
557 _GL_CXXALIAS_SYS (asinf, float, (float x));
558 _GL_CXXALIASWARN (asinf);
560 # undef asinf macro
562 _GL_WARN_ON_USE (asinf, "asinf is unportable - "
563 "use gnulib module asinf for portability");

Completed in 500 milliseconds