Searched defs:acosl (Results 1 - 4 of 4) sorted by relevance

/external/bison/darwin-lib/
H A Dmath.h538 # undef acosl
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
541 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
542 _GL_CXXALIASWARN (acosl);
544 # undef acosl macro
546 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
547 "use gnulib module acosl for portability");
/external/bison/lib/
H A Dmath.in.h226 # undef acosl macro
227 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
229 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
230 _GL_CXXALIASWARN (acosl); variable
232 # undef acosl macro
234 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
235 "use gnulib module acosl for portability");
/external/bison/linux-lib/
H A Dmath.h538 # undef acosl
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
541 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
542 _GL_CXXALIASWARN (acosl);
544 # undef acosl macro
546 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
547 "use gnulib module acosl for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h113 /// long double acosl(long double x);
114 acosl, enumerator in enum:llvm::LibFunc::Func

Completed in 79 milliseconds