Searched refs:ilogbf (Results 1 – 13 of 13) sorted by relevance
/external/bison/linux-lib/ |
D | math.h | 1409 # undef ilogbf 1410 # define ilogbf rpl_ilogbf 1412 _GL_FUNCDECL_RPL (ilogbf, int, (float x)); 1413 _GL_CXXALIAS_RPL (ilogbf, int, (float x)); 1416 _GL_FUNCDECL_SYS (ilogbf, int, (float x)); 1418 _GL_CXXALIAS_SYS (ilogbf, int, (float x)); 1420 _GL_CXXALIASWARN (ilogbf); 1422 # undef ilogbf 1424 _GL_WARN_ON_USE (ilogbf, "ilogbf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1097 # undef ilogbf 1098 # define ilogbf rpl_ilogbf macro 1100 _GL_FUNCDECL_RPL (ilogbf, int, (float x)); 1101 _GL_CXXALIAS_RPL (ilogbf, int, (float x)); 1104 _GL_FUNCDECL_SYS (ilogbf, int, (float x)); 1106 _GL_CXXALIAS_SYS (ilogbf, int, (float x)); 1108 _GL_CXXALIASWARN (ilogbf); 1110 # undef ilogbf 1112 _GL_WARN_ON_USE (ilogbf, "ilogbf is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1409 # undef ilogbf 1410 # define ilogbf rpl_ilogbf 1412 _GL_FUNCDECL_RPL (ilogbf, int, (float x)); 1413 _GL_CXXALIAS_RPL (ilogbf, int, (float x)); 1416 _GL_FUNCDECL_SYS (ilogbf, int, (float x)); 1418 _GL_CXXALIAS_SYS (ilogbf, int, (float x)); 1420 _GL_CXXALIASWARN (ilogbf); 1422 # undef ilogbf 1424 _GL_WARN_ON_USE (ilogbf, "ilogbf is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 104 int ilogbf(float); 282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
|
/external/libcxx/include/ |
D | cmath | 217 int ilogbf(float x); 423 using ::ilogbf;
|
D | math.h | 1194 inline _LIBCPP_INLINE_VISIBILITY int ilogb(float __lcpp_x) _NOEXCEPT {return ::ilogbf(__lcpp_… in ilogb()
|
/external/bison/m4/ |
D | math_h.m4 | 46 ilogb ilogbf ilogbl
|
/external/clang/lib/Headers/ |
D | tgmath.h | 847 __tg_ilogb(float __x) {return ilogbf(__x);} in __tg_ilogb()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1071 static_assert((std::is_same<decltype(ilogbf(0)), int>::value), ""); in test_ilogb()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1018 LIBBUILTIN(ilogbf, "if", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1095 static_assert((std::is_same<decltype(std::ilogbf(0)), int>::value), ""); in test_ilogb()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2024 fun:ilogbf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …a fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf…
|