Searched defs:cosl (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
/external/stlport/stlport/stl/
H A D_cmath.h94 inline long double cosl(long double v) { return __cosl(v); } function
/external/bison/darwin-lib/
H A Dmath.h813 # undef cosl
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
816 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
817 _GL_CXXALIASWARN (cosl);
819 # undef cosl macro
821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
822 "use gnulib module cosl for portability");
/external/bison/lib/
H A Dmath.in.h501 # undef cosl macro
502 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
504 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
505 _GL_CXXALIASWARN (cosl); variable
507 # undef cosl macro
509 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
510 "use gnulib module cosl for portability");
/external/bison/linux-lib/
H A Dmath.h813 # undef cosl
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
816 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
817 _GL_CXXALIASWARN (cosl);
819 # undef cosl macro
821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
822 "use gnulib module cosl for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h197 /// long double cosl(long double x);
198 cosl, enumerator in enum:llvm::LibFunc::Func
731 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:

Completed in 335 milliseconds