Searched defs:sqrtl (Results 1 - 3 of 3) sorted by relevance

/external/bison/darwin-lib/
H A Dmath.h2198 # undef sqrtl
2199 # define sqrtl rpl_sqrtl
2201 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
2202 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x));
2205 # undef sqrtl
2206 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
2208 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x));
2210 _GL_CXXALIASWARN (sqrtl);
2212 # undef sqrtl macro
2214 _GL_WARN_ON_USE (sqrtl, "sqrt
[all...]
/external/bison/lib/
H A Dmath.in.h1886 # undef sqrtl macro
1887 # define sqrtl rpl_sqrtl macro
1889 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
1890 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x));
1893 # undef sqrtl macro
1894 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
1896 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x));
1898 _GL_CXXALIASWARN (sqrtl); variable
1900 # undef sqrtl macro
1902 _GL_WARN_ON_USE (sqrtl, "sqrt
[all...]
/external/bison/linux-lib/
H A Dmath.h2198 # undef sqrtl
2199 # define sqrtl rpl_sqrtl
2201 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
2202 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x));
2205 # undef sqrtl
2206 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
2208 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x));
2210 _GL_CXXALIASWARN (sqrtl);
2212 # undef sqrtl macro
2214 _GL_WARN_ON_USE (sqrtl, "sqrt
[all...]

Completed in 148 milliseconds