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

1 2 3

  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 71 #define sqrtf(x) ml_sqrt(x) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 83 #define sqrtf(x) ml_sqrt(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 71 #define sqrtf(x) ml_sqrt(x) macro
  /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/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 100 *** SQRTF: single-precision square root
102 #define SQRTF(X) (float) sqrt((float) (X))
108 #define INV_SQRTF(X) (1.0F / SQRTF(X))
139 #define sqrtf(f) ((float) sqrt(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
  /external/mesa3d/src/mesa/main/
imports.h 100 *** SQRTF: single-precision square root
102 #define SQRTF(X) (float) sqrt((float) (X))
108 #define INV_SQRTF(X) (1.0F / SQRTF(X))
139 #define sqrtf(f) ((float) sqrt(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
  /external/qemu/fpu/
softfloat-native.c 33 #define sqrtf(f) ((float)sqrt(f)) macro
222 return sqrtf(a);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 93 static INLINE float sqrtf( float f ) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 93 static INLINE float sqrtf( float f ) function
  /external/bison/darwin-lib/
math.h 2188 # undef sqrtf macro
    [all...]
  /external/bison/lib/
math.in.h 1870 # undef sqrtf macro
1874 _GL_CXXALIASWARN (sqrtf); variable
1876 # undef sqrtf macro
    [all...]
  /external/bison/linux-lib/
math.h 2188 # undef sqrtf macro
    [all...]

Completed in 1609 milliseconds

1 2 3