Home
last modified time | relevance | path

Searched defs:sqrtf (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h127 # define sqrtf sqrt macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h89 inline float sqrtf(float v) { return __sqrtf(v); } in sqrtf() function