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

/external/stlport/stlport/stl/config/
H A D_como.h97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
/external/bison/darwin-lib/
H A Dmath.h1016 # undef fabsl
1017 # define fabsl rpl_fabsl
1019 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1020 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
1023 # undef fabsl
1024 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1026 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
1028 _GL_CXXALIASWARN (fabsl);
1030 # undef fabsl macro
1032 _GL_WARN_ON_USE (fabsl, "fabs
[all...]
/external/bison/lib/
H A Dmath.in.h704 # undef fabsl macro
705 # define fabsl rpl_fabsl macro
707 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
708 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
711 # undef fabsl macro
712 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
714 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
716 _GL_CXXALIASWARN (fabsl); variable
718 # undef fabsl macro
720 _GL_WARN_ON_USE (fabsl, "fabs
[all...]
/external/bison/linux-lib/
H A Dmath.h1016 # undef fabsl
1017 # define fabsl rpl_fabsl
1019 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1020 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
1023 # undef fabsl
1024 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1026 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
1028 _GL_CXXALIASWARN (fabsl);
1030 # undef fabsl macro
1032 _GL_WARN_ON_USE (fabsl, "fabs
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h229 /// long double fabsl(long double x);
230 fabsl, enumerator in enum:llvm::LibFunc::Func
729 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:

Completed in 131 milliseconds