Searched defs:sinl (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
/external/stlport/stlport/stl/
H A D_cmath.h95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
/external/bison/darwin-lib/
H A Dmath.h2150 # undef sinl
2151 _GL_FUNCDECL_SYS (sinl, long double, (long double x));
2153 _GL_CXXALIAS_SYS (sinl, long double, (long double x));
2154 _GL_CXXALIASWARN (sinl);
2156 # undef sinl macro
2158 _GL_WARN_ON_USE (sinl, "sinl is unportable - "
2159 "use gnulib module sinl for portability");
/external/bison/lib/
H A Dmath.in.h1838 # undef sinl macro
1839 _GL_FUNCDECL_SYS (sinl, long double, (long double x));
1841 _GL_CXXALIAS_SYS (sinl, long double, (long double x));
1842 _GL_CXXALIASWARN (sinl); variable
1844 # undef sinl macro
1846 _GL_WARN_ON_USE (sinl, "sinl is unportable - "
1847 "use gnulib module sinl for portability");
/external/bison/linux-lib/
H A Dmath.h2150 # undef sinl
2151 _GL_FUNCDECL_SYS (sinl, long double, (long double x));
2153 _GL_CXXALIAS_SYS (sinl, long double, (long double x));
2154 _GL_CXXALIASWARN (sinl);
2156 # undef sinl macro
2158 _GL_WARN_ON_USE (sinl, "sinl is unportable - "
2159 "use gnulib module sinl for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h533 /// long double sinl(long double x);
534 sinl, enumerator in enum:llvm::LibFunc::Func
730 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:

Completed in 150 milliseconds