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

  /bionic/libm/amd64/
e_sqrtf.S 30 ENTRY(sqrtf) function
  /bionic/libm/i387/
e_sqrtf.S 11 ENTRY(sqrtf) function
  /bionic/libm/sparc64/
e_sqrtf.S 30 ENTRY(sqrtf) function
33 END(sqrtf)
  /external/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /external/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /ndk/sources/android/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /ndk/sources/android/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /external/qemu/fpu/
softfloat-native.c 33 #define sqrtf(f) ((float)sqrt(f)) macro
222 return sqrtf(a);

Completed in 245 milliseconds