Searched defs:sinl (Results 1 - 3 of 3) 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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h269 /// long double sinl(long double x);
270 sinl, enumerator in enum:llvm::LibFunc::Func
371 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:

Completed in 367 milliseconds