HomeSort by relevance Sort by last modified time
    Searched defs:sinf (Results 1 - 3 of 3) sorted by null

  /bionic/libm/src/
s_sinf.c 36 sinf(float x) function
  /external/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
  /external/stlport/stlport/stl/config/
_como.h 111 # define sinf sin macro

Completed in 73 milliseconds