HomeSort by relevance Sort by last modified time
    Searched refs:sinf (Results 26 - 28 of 28) sorted by null

12

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 85 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
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 609 vec[0] = len * sinf(angle);
1123 { "sinf", (void *)&sinf,
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1100 float s = (float) sinf(a);
    [all...]

Completed in 140 milliseconds

12