Home
last modified time | relevance | path

Searched refs:ilogb (Results 1 – 18 of 18) sorted by relevance

/external/bison/linux-lib/
Dmath.h1432 # undef ilogb
1433 # define ilogb rpl_ilogb
1435 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1436 _GL_CXXALIAS_RPL (ilogb, int, (double x));
1439 _GL_FUNCDECL_SYS (ilogb, int, (double x));
1441 _GL_CXXALIAS_SYS (ilogb, int, (double x));
1443 _GL_CXXALIASWARN (ilogb);
1445 # undef ilogb
1447 _GL_WARN_ON_USE (ilogb, "ilogb is unportable - "
/external/bison/lib/
Dmath.in.h1120 # undef ilogb
1121 # define ilogb rpl_ilogb macro
1123 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1124 _GL_CXXALIAS_RPL (ilogb, int, (double x));
1127 _GL_FUNCDECL_SYS (ilogb, int, (double x));
1129 _GL_CXXALIAS_SYS (ilogb, int, (double x));
1131 _GL_CXXALIASWARN (ilogb);
1133 # undef ilogb
1135 _GL_WARN_ON_USE (ilogb, "ilogb is unportable - "
/external/bison/darwin-lib/
Dmath.h1432 # undef ilogb
1433 # define ilogb rpl_ilogb
1435 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1436 _GL_CXXALIAS_RPL (ilogb, int, (double x));
1439 _GL_FUNCDECL_SYS (ilogb, int, (double x));
1441 _GL_CXXALIAS_SYS (ilogb, int, (double x));
1443 _GL_CXXALIASWARN (ilogb);
1445 # undef ilogb
1447 _GL_WARN_ON_USE (ilogb, "ilogb is unportable - "
/external/clang/test/CodeGen/
Dlibcall-declarations.c103 int ilogb(double);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp915 static_assert((std::is_same<decltype(std::ilogb((float)0)), int>::value), ""); in test_ilogb()
916 static_assert((std::is_same<decltype(std::ilogb((bool)0)), int>::value), ""); in test_ilogb()
917 static_assert((std::is_same<decltype(std::ilogb((unsigned short)0)), int>::value), ""); in test_ilogb()
918 static_assert((std::is_same<decltype(std::ilogb((int)0)), int>::value), ""); in test_ilogb()
919 static_assert((std::is_same<decltype(std::ilogb((unsigned int)0)), int>::value), ""); in test_ilogb()
920 static_assert((std::is_same<decltype(std::ilogb((long)0)), int>::value), ""); in test_ilogb()
921 static_assert((std::is_same<decltype(std::ilogb((unsigned long)0)), int>::value), ""); in test_ilogb()
922 static_assert((std::is_same<decltype(std::ilogb((long long)0)), int>::value), ""); in test_ilogb()
923 static_assert((std::is_same<decltype(std::ilogb((unsigned long long)0)), int>::value), ""); in test_ilogb()
924 static_assert((std::is_same<decltype(std::ilogb((double)0)), int>::value), ""); in test_ilogb()
[all …]
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dmath.pxd48 int ilogb(double x)
/external/compiler-rt/test/builtins/Unit/ppc/
Dqsub_test.c1833 int exponent = ilogb(r.hi); in testAccuracy()
Dqadd_test.c1831 int exponent = ilogb(r.hi); in testAccuracy()
Dqdiv_test.c754 int exponent = ilogb(r.hi); in testAccuracy()
Dqmul_test.c752 int exponent = ilogb(r.hi); in testAccuracy()
/external/clang/lib/Headers/
Dtgmath.h851 __tg_ilogb(double __x) {return ilogb(__x);} in __tg_ilogb()
857 #undef ilogb
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dcmath212 int ilogb (arithmetic x);
1307 // ilogb
1309 using ::ilogb;
1312 inline _LIBCPP_INLINE_VISIBILITY int ilogb(float __x) _NOEXCEPT {return ilogbf(__x);}
1313 inline _LIBCPP_INLINE_VISIBILITY int ilogb(long double __x) _NOEXCEPT {return ilogbl(__x);}
1318 ilogb(_A1 __x) _NOEXCEPT {return ilogb((double)__x);}
/external/ltrace/etc/
Dlibm.so.conf188 int ilogb(double);
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp443 static_assert((std::is_same<decltype(ilogb((double)0)), int>::value), ""); in test_ilogb()
446 assert(ilogb(1) == 0); in test_ilogb()
/external/bison/m4/
Dmath_h.m446 ilogb ilogbf ilogbl
/external/clang/include/clang/Basic/
DBuiltins.def961 LIBBUILTIN(ilogb, "id", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2264 fun:ilogb=uninstrumented
/external/bison/
Dconfigure24887 …oorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl …