Searched defs:sinf (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/config/ | ||
D | _como.h | 111 # define sinf sin macro |
/external/stlport/stlport/stl/ | ||
D | _cmath.h | 85 inline float sinf(float v) { return __sinf(v); } in sinf() function |