Searched refs:sinl (Results 1 - 15 of 15) 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/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:
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c162 long double sinl(long double);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
461 // CHECK-NOERRNO: declare x86_fp80 @sinl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h126 case LibFunc::sinl:
/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/ltrace/etc/
H A Dlibm.so.conf14 ldouble sinl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp275 "sinl",
452 TLI.setUnavailable(LibFunc::sinl);
/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/clang/lib/Headers/
H A Dtgmath.h278 __tg_sin(long double __x) {return sinl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp161 static_assert((std::is_same<decltype(sinl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp366 static_assert((std::is_same<decltype(std::sinl(0)), long double>::value), "");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5920 case LibFunc::sinl:
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 449 milliseconds