Searched defs:fabsf (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h129 # define fabsf fabs macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h98 static INLINE float fabsf( float f ) function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h98 static INLINE float fabsf( float f ) function
/external/qemu/fpu/
H A Dsoftfloat-native.h7 #define fabsf(f) ((float)fabs(f)) macro
262 return fabsf(a);
/external/bison/darwin-lib/
H A Dmath.h1000 # undef fabsf
1001 _GL_FUNCDECL_SYS (fabsf, float, (float x));
1003 _GL_CXXALIAS_SYS (fabsf, float, (float x));
1004 _GL_CXXALIASWARN (fabsf);
1006 # undef fabsf macro
1008 _GL_WARN_ON_USE (fabsf, "fabsf is unportable - "
1009 "use gnulib module fabsf for portability");
/external/bison/lib/
H A Dmath.in.h688 # undef fabsf macro
689 _GL_FUNCDECL_SYS (fabsf, float, (float x));
691 _GL_CXXALIAS_SYS (fabsf, float, (float x));
692 _GL_CXXALIASWARN (fabsf); variable
694 # undef fabsf macro
696 _GL_WARN_ON_USE (fabsf, "fabsf is unportable - "
697 "use gnulib module fabsf for portability");
/external/bison/linux-lib/
H A Dmath.h1000 # undef fabsf
1001 _GL_FUNCDECL_SYS (fabsf, float, (float x));
1003 _GL_CXXALIAS_SYS (fabsf, float, (float x));
1004 _GL_CXXALIASWARN (fabsf);
1006 # undef fabsf macro
1008 _GL_WARN_ON_USE (fabsf, "fabsf is unportable - "
1009 "use gnulib module fabsf for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h204 /// float fabsf(float x);
205 fabsf, enumerator in enum:llvm::LibFunc::Func
688 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:

Completed in 390 milliseconds