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

/external/stlport/stlport/stl/config/
H A D_como.h111 # define sinf sin macro
/external/stlport/stlport/stl/
H A D_cmath.h85 inline float sinf(float v) { return __sinf(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)
317 // neither long double support nor e.g. sinf(float) functions
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h261 /// float sinf(float x);
262 sinf, enumerator in enum:llvm::LibFunc::Func
371 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:

Completed in 131 milliseconds