Searched refs:remainderl (Results 1 – 13 of 13) sorted by relevance
/external/bison/lib/ |
D | math.in.h | 1685 # undef remainderl 1686 # define remainderl rpl_remainderl macro 1688 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y)); 1689 _GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y)); 1692 # undef remainderl 1693 _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y)); 1695 _GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y)); 1697 _GL_CXXALIASWARN (remainderl); 1699 # undef remainderl 1701 _GL_WARN_ON_USE (remainderl, "remainderl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1997 # undef remainderl 1998 # define remainderl rpl_remainderl 2000 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y)); 2001 _GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y)); 2004 # undef remainderl 2005 _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y)); 2007 _GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y)); 2009 _GL_CXXALIASWARN (remainderl); 2011 # undef remainderl 2013 _GL_WARN_ON_USE (remainderl, "remainderl is unportable - "
|
/external/bison/linux-lib/ |
D | math.h | 1997 # undef remainderl 1998 # define remainderl rpl_remainderl 2000 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y)); 2001 _GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y)); 2004 # undef remainderl 2005 _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y)); 2007 _GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y)); 2009 _GL_CXXALIASWARN (remainderl); 2011 # undef remainderl 2013 _GL_WARN_ON_USE (remainderl, "remainderl is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 147 long double remainderl(long double, long double); 291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
|
/external/ltrace/etc/ |
D | libm.so.conf | 250 ldouble remainderl(ldouble, ldouble);
|
/external/bison/m4/ |
D | math_h.m4 | 51 remainder remainderf remainderl
|
/external/libcxx/include/ |
D | cmath | 266 long double remainderl(long double x, long double y); 1507 …emainder(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return remainderl(__lcpp_x, __lcpp… 1681 using ::remainderl;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 550 static_assert((std::is_same<decltype(remainderl(0,0)), long double>::value), ""); in test_remainder()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1094 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1047 LIBBUILTIN(remainderl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1271 static_assert((std::is_same<decltype(std::remainderl(0,0)), long double>::value), ""); in test_remainder()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2738 fun:remainderl=uninstrumented
|
/external/bison/ |
D | configure | 24887 … logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf …
|