Searched defs:sqrtl (Results 1 - 6 of 6) sorted by path

/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...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h545 /// long double sqrtl(long double x);
546 sqrtl, enumerator in enum:llvm::LibFunc::Func
732 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:
/external/stlport/stlport/stl/
H A D_cmath.h99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
/external/stlport/stlport/stl/config/
H A D_como.h89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro

Completed in 1954 milliseconds