Searched defs:cosl (Results 1 - 6 of 6) sorted by relevance
/external/stlport/stlport/stl/config/ |
H A D | _como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/external/stlport/stlport/stl/ |
H A D | _cmath.h | 94 inline long double cosl(long double v) { return __cosl(v); } function
|
/external/bison/darwin-lib/ |
H A D | math.h | 813 # 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 D | math.in.h | 501 # 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 D | math.h | 813 # 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 D | TargetLibraryInfo.h | 174 /// long double cosl(long double x); 175 cosl, enumerator in enum:llvm::LibFunc::Func 690 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:
|
Completed in 1678 milliseconds