Searched defs:cosf (Results 1 - 10 of 10) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h115 # define cosf cos macro
/external/stlport/stlport/stl/
H A D_cmath.h84 inline float cosf(float v) { return __cosf(v); } function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h68 static INLINE float cosf( float f ) function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h123 #define cosf(f) ((float) cos(f)) macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h68 static INLINE float cosf( float f ) function
/external/mesa3d/src/mesa/main/
H A Dimports.h123 #define cosf(f) ((float) cos(f)) macro
/external/bison/darwin-lib/
H A Dmath.h798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf macro
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
807 "use gnulib module cosf for portability");
/external/bison/lib/
H A Dmath.in.h486 # undef cosf macro
487 _GL_FUNCDECL_SYS (cosf, float, (float x));
489 _GL_CXXALIAS_SYS (cosf, float, (float x));
490 _GL_CXXALIASWARN (cosf); variable
492 # undef cosf macro
494 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
495 "use gnulib module cosf for portability");
/external/bison/linux-lib/
H A Dmath.h798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf macro
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
807 "use gnulib module cosf for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h189 /// float cosf(float x);
190 cosf, enumerator in enum:llvm::LibFunc::Func
731 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:

Completed in 392 milliseconds