Searched refs:remainderf (Results 1 – 13 of 13) sorted by relevance
/external/bison/darwin-lib/ |
D | math.h | 1951 # undef remainderf 1952 # define remainderf rpl_remainderf 1954 _GL_FUNCDECL_RPL (remainderf, float, (float x, float y)); 1955 _GL_CXXALIAS_RPL (remainderf, float, (float x, float y)); 1958 _GL_FUNCDECL_SYS (remainderf, float, (float x, float y)); 1960 _GL_CXXALIAS_SYS (remainderf, float, (float x, float y)); 1962 _GL_CXXALIASWARN (remainderf); 1964 # undef remainderf 1966 _GL_WARN_ON_USE (remainderf, "remainderf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1639 # undef remainderf 1640 # define remainderf rpl_remainderf macro 1642 _GL_FUNCDECL_RPL (remainderf, float, (float x, float y)); 1643 _GL_CXXALIAS_RPL (remainderf, float, (float x, float y)); 1646 _GL_FUNCDECL_SYS (remainderf, float, (float x, float y)); 1648 _GL_CXXALIAS_SYS (remainderf, float, (float x, float y)); 1650 _GL_CXXALIASWARN (remainderf); 1652 # undef remainderf 1654 _GL_WARN_ON_USE (remainderf, "remainderf is unportable - "
|
/external/bison/linux-lib/ |
D | math.h | 1951 # undef remainderf 1952 # define remainderf rpl_remainderf 1954 _GL_FUNCDECL_RPL (remainderf, float, (float x, float y)); 1955 _GL_CXXALIAS_RPL (remainderf, float, (float x, float y)); 1958 _GL_FUNCDECL_SYS (remainderf, float, (float x, float y)); 1960 _GL_CXXALIAS_SYS (remainderf, float, (float x, float y)); 1962 _GL_CXXALIASWARN (remainderf); 1964 # undef remainderf 1966 _GL_WARN_ON_USE (remainderf, "remainderf is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 146 float remainderf(float, float); 291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
|
/external/ltrace/etc/ |
D | libm.so.conf | 249 float remainderf(float, float);
|
/external/bison/m4/ |
D | math_h.m4 | 51 remainder remainderf remainderl
|
/external/libcxx/include/ |
D | cmath | 265 float remainderf(float x, float y); 1504 using ::remainderf; 1506 …emainder(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return remainderf(__lcpp_x, __lcpp…
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 549 static_assert((std::is_same<decltype(remainderf(0,0)), float>::value), ""); in test_remainder()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);} in __tg_remainder()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1046 LIBBUILTIN(remainderf, "fff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1270 static_assert((std::is_same<decltype(std::remainderf(0,0)), float>::value), ""); in test_remainder()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2737 fun:remainderf=uninstrumented
|
/external/bison/ |
D | configure | 24887 … log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl …
|