Searched defs:sqrtf (Results 1 - 7 of 7) 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/qemu/fpu/
H A Dsoftfloat-native.c33 #define sqrtf(f) ((float)sqrt(f)) macro
222 return sqrtf(a);
/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h490 /// float sqrtf(float x);
491 sqrtf, enumerator in enum:llvm::LibFunc::Func
679 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:

Completed in 7095 milliseconds