Searched defs:sqrtf (Results 1 - 11 of 11) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h127 # define sqrtf sqrt macro
/external/stlport/stlport/stl/
H A D_cmath.h89 inline float sqrtf(float v) { return __sqrtf(v); } function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h93 static INLINE float sqrtf( float f ) function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h139 #define sqrtf(f) ((float) sqrt(f)) macro
152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
153 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h93 static INLINE float sqrtf( float f ) function
/external/mesa3d/src/mesa/main/
H A Dimports.h139 #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/bison/darwin-lib/
H A Dmath.h2182 # undef sqrtf
2183 _GL_FUNCDECL_SYS (sqrtf, float, (float x));
2185 _GL_CXXALIAS_SYS (sqrtf, float, (float x));
2186 _GL_CXXALIASWARN (sqrtf);
2188 # undef sqrtf macro
2190 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
2191 "use gnulib module sqrtf for portability");
/external/bison/lib/
H A Dmath.in.h1870 # undef sqrtf macro
1871 _GL_FUNCDECL_SYS (sqrtf, float, (float x));
1873 _GL_CXXALIAS_SYS (sqrtf, float, (float x));
1874 _GL_CXXALIASWARN (sqrtf); variable
1876 # undef sqrtf macro
1878 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
1879 "use gnulib module sqrtf for portability");
/external/bison/linux-lib/
H A Dmath.h2182 # undef sqrtf
2183 _GL_FUNCDECL_SYS (sqrtf, float, (float x));
2185 _GL_CXXALIAS_SYS (sqrtf, float, (float x));
2186 _GL_CXXALIASWARN (sqrtf);
2188 # undef sqrtf macro
2190 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
2191 "use gnulib module sqrtf for portability");
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dlcms2_internal.h53 #define sqrtf(x) (float)sqrt((float)x) macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h543 /// float sqrtf(float x);
544 sqrtf, enumerator in enum:llvm::LibFunc::Func
732 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:

Completed in 348 milliseconds