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

/external/clang/test/CodeGen/
H A Darm-vfp-asm-constraint.c14 float fabsf(float x) { // CHECK-LABEL: @fabsf( function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h98 static INLINE float fabsf( float f ) function
/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");

Completed in 513 milliseconds